I can happily change the cpu governor using eg:
cpufreq-set -g ondemand
But Whenever I reboot my laptop it is reset set to userspace, with the frequency set to 2GHz. This gives terrible battery life and means the fans are often noisy.
This is how my kernel is configured:
Code: Select all
[*] CPU Frequency scaling
[ ] Enable CPUfreq debugging
<*> CPU frequency translation statistics
[ ] CPU frequency translation statistics details
Default CPUFreq governor (userspace) --->
<*> 'performance' governor
<*> 'powersave' governor
--- 'userspace' governor for userspace frequency scaling
<*> 'ondemand' cpufreq policy governor
<*> 'conservative' cpufreq governorIs there away to set default to ondemand or conservative?
using gentoo-sources-2.6.18

