Hi all. This is my first post here. I'm no linux guru but.. You can easily adjust the frequency using the command line by adjusting the automatic frequency scaler. Example: echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq This will give you 500mhz max. This can be helpful if you have a 900mhz kernel but you want to save battery and/or CPU life. You can also use other values used in the kernel (example for 900mhz kernel: 125000, 250000, 500000, 550000, 900000)