diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2010-05-12 23:33:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:33:46 +0200 |
commit | 84c1b62f41c085e6fd8edc44766b45b7f894f277 (patch) | |
tree | 875009b1d132620e184c3be503567b30f33643f5 /system/powernowd/README | |
parent | 9e6923f009ca94403b6ee172b7fca3408e085ae9 (diff) | |
download | slackbuilds-84c1b62f41c085e6fd8edc44766b45b7f894f277.tar.gz |
system/powernowd: Added to 12.2 repository
Diffstat (limited to 'system/powernowd/README')
-rw-r--r-- | system/powernowd/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/powernowd/README b/system/powernowd/README new file mode 100644 index 0000000000..3014a4bcc5 --- /dev/null +++ b/system/powernowd/README @@ -0,0 +1,12 @@ +This is a very simple program that will adjust the speed of your CPU +depending on system load. It works as a client of the CPUFreq driver. +It is designed for use with CPU's supporting AMD's PowerNow power +management scheme, as it's algorithm works better if there are more +than two CPU speeds available. (aka, ARM, AMD K6/K7, Via C3, and +Crusoe as opposed to traditional Intel and Ultrasparc). + +Powernowd uses the userspace governor, which is included in the Slackware +kernel images. + +It is not wise to run two concurrent cpu frequency adjusting programs, +for example, cpufreqd and powernowd simultaneously. |