Difference between revisions of "How to configure powernowd"
(Initial revision) |
|||
Line 1: | Line 1: | ||
+ | {{NOTE|See the [[How_to_make_use_of_Dynamic_Frequency_Scaling|Dynamic Frequency Scaling HOWTO]] on how to avoid using cpu frequency scaling daemons by using the kernel builtin ondemand governor.}} | ||
+ | |||
powernowd originally was only written for AMD CPUs which support PowerNow! technology, but it supports other CPUs as well. | powernowd originally was only written for AMD CPUs which support PowerNow! technology, but it supports other CPUs as well. | ||
− | Make sure you have loaded the necessary kernel modules. | + | Make sure you have loaded the necessary kernel modules. (See [[How_to_make_use_of_Dynamic_Frequency_Scaling]]) |
− | Install "powernowd". | + | Install "powernowd". |
− | + | On Debian you can do this with: | |
− | + | {{cmdroot|apt-get install powernowd}} | |
− | + | Also, on Debian you may specify different options for powernowd in <tt>/etc/default/powernowd</tt>. This file will be loaded by the init script <tt>/etc/init.d/powernowd</tt>. |
Revision as of 09:38, 20 July 2005
NOTE!
See the Dynamic Frequency Scaling HOWTO on how to avoid using cpu frequency scaling daemons by using the kernel builtin ondemand governor.
powernowd originally was only written for AMD CPUs which support PowerNow! technology, but it supports other CPUs as well.
Make sure you have loaded the necessary kernel modules. (See How_to_make_use_of_Dynamic_Frequency_Scaling)
Install "powernowd".
On Debian you can do this with:
# apt-get install powernowd
Also, on Debian you may specify different options for powernowd in /etc/default/powernowd. This file will be loaded by the init script /etc/init.d/powernowd.