Bugzilla – Bug 116308
powersaved doesn't have modules for p4
Last modified: 2006-06-29 15:03:54 UTC
the file /etc/init.d/powersaved doesn't have the CPUFREQ_MODULES for p4_clockmod so, adding the module p4_clockmod to CPUFREQ_MODULES variable should fix it
no. This module is useless, it does not do anything useful wrt power saving. Sorry to say this, but if you want power saving, you need a processor that can do frequency scaling, not clock modulation. So we will not add this module to the default list unless someonce comes up with a very good reason (and measurements) that support this.
The p4_clockmod module does throttling, not cpufreq. We use another interface for this. Default should be: if machine is idle for 10s -> machine is throttled by 50 %. Use: powersave -T and use Yast power-management module to allow throttling in performance scheme. Or just edit /etc/sysconfig/powersave/scheme_performance ALLOW_THROTTLING="no" -> "yes"
*** Bug 188848 has been marked as a duplicate of this bug. ***
For anyone who cares about the p4-clockmode module: This module is deprecated! It is also discussed to let this module vanish from mainline kernel. BTW: This module does throttling. Throttling is not intended for runtime power saving. It is intended for thermal reduction when the machine reaches very high temperatures. The powersaving/performance ratio is very poor. If one really cares about powersaving one should look at real cpufreq techniques like (Enhanced)SpeedStep or PowerNow (on x86(_64)). Anyone who's bug ends up here as a duplicate: Please search the database for existing bugs first.