Otherwise, do as Qole writes in http://www.internettablettalk.com/fo...ad.php?t=22353
If you're willing to (perhaps) drain your battery a bit more, you might gain some speed by setting your processor to "performance" mode. Make two little scripts, one called "cpu-perform" and one called "cpu-ondemand" (or whatever you want) and then run them as root (eg, sudo cpu-perform) cpu-perform Code: echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor cpu-ondemand Code: echo ondemand >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor (don't forget to chmod +x cpu-perform)
echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor