AMD Cool'N'Quiet under Linux
Posted: Fri Feb 11, 2005 4:31 pm
How to activate the automatic CPU frequency adjustment feature "Cool'n'Quiet" under Linux: http://www.linuxforen.de/forums/showthread.php?t=165014
Here's a rough explanation in English:
You need a really new kernel (2.6.x) and your kernelconfig should look like this:
Enable the cpufreq governor:
How to watch the frequency change:
I haven't verified this, yet - but I'm planning to do so.
Here's a rough explanation in English:
You need a really new kernel (2.6.x) and your kernelconfig should look like this:
Code: Select all
[*] Power Management support
CPU Frequency scaling --->[*] CPU Frequency scaling
Default CPUFreq governor (performance) --->
--- 'performance' governor
<*> 'ondemand' cpufreq policy governor
<*> CPU frequency table helpers
--- CPUFreq processor drivers
<*> AMD Opteron/Athlon64 PowerNow!
Code: Select all
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Code: Select all
watch -n0.1 cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
I haven't verified this, yet - but I'm planning to do so.