Difference between revisions of "Powernowd"
Line 10: | Line 10: | ||
That will start the daemon in quiet mode plus take `nice` programs into consideration. Please visit [http://www.deater.net/john/powernowd.html PowerNowd's website] to read documentation and download. | That will start the daemon in quiet mode plus take `nice` programs into consideration. Please visit [http://www.deater.net/john/powernowd.html PowerNowd's website] to read documentation and download. | ||
− | + | [[Category:HOWTO]] | |
− | Category:HOWTO |
Revision as of 11:51, 20 March 2006
PowerNowd uses the CPUFreq sysfs interface to set the frequency of the processor depending on the system's current condition. I run PowerNowd on my backend (AMD64 3700+) and whenever the machine is idle the machine runs at 1000MHz which is a 7 degree reduction from when it's running at full speed. PowerNowd was designed to work with AMD's PowerNow technology. AMD's Cool-N-Quiet technology coupled with PowerNowd creates the perfect solution for a cool and quiet solution.
NOTE: A Linux v2.5+ kernel is required with appropriate modules configured under `Power Management support >> CPU Frequency scaling` |
By default PowerNowd will not adjust its frequency settings for `nice` programs so your transcode jobs will run much slower. I'd recommend starting PowerNowd with the following:
powernowd -qn
That will start the daemon in quiet mode plus take `nice` programs into consideration. Please visit PowerNowd's website to read documentation and download.