View Single Post
Posts: 127 | Thanked: 17 times | Joined on Aug 2007 @ Montreal, Canada
#3
Originally Posted by debernardis View Post
Otherwise, do as Qole writes in http://www.internettablettalk.com/fo...ad.php?t=22353
thank you,

I have a n800; I will try Qole's tricks but it would be nice to have a simple desktop applet to do it with the flick of a switch.

Originally Posted by qole View Post
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)
__________________
Proud user of KDE, ICEWM, Conky, USBMouse, xkbd.
 

The Following User Says Thank You to smog For This Useful Post: