https://bugzilla.novell.com/show_bug.cgi?id=230945 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from hmacht@novell.com 2007-01-03 06:18 MST ------- p4-clockmod doesn't do CPU frequency scaling. It does throttling. And throttling is a bad idea in most cases. It doesn't save any power on modern systems. It just slows down the machine. It can help in regard to heat, though. So if you really like to use it, which I dissuade, then you can add it to the list of cpufreq drivers in /etc/init.d/haldaemon. There are two variables CPUFREQ_MODULES and CPUFREQ_MODULES_GREP. Change them to look as follows: CPUFREQ_MODULES="p4-clockmod speedstep_centrino powernow_k8 powernow_k7 powernow_k6 longrun speedstep_ich acpi_cpufreq" CPUFREQ_MODULES_GREP="^p4-clockmod\|^speedstep_centrino\|^speedstep_ich\|^powernow_k8\|^powernow_k7\|^powernow_k6\|^longrun\|^longhaul\|^acpi_cpufreq" I'm sorry but I have to close the bug as INVALID. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.