Weblog entry #9 for sebastian
In my new laptop there is an Intel Centrino Mobile processor.
On my Linux system it's working in userspace (800 Mhz) by default.
With the following command I can change the speed of the processor to the highest level:
cpufreq-selector --governor performance
These are the other options you can use with it:
- userspace (800 MHz)
- powersave (600 Mhz)
- performance (100%)
Comments on this Entry
[ Parent | Reply to this comment ]