johnicboom
Fresh as a buzzard
Since that /etc/init.d/cpufrequtils file includes this after the default setting:You are right, I tested this.
This is probably the way to go, if we already have cpufrequtils installed
if [ -f /etc/default/cpufrequtils ] ; then . /etc/default/cpufrequtils
Is it not better to set it there like I did initially so that setting survives any updates to cpufrequtils?
You do need to reboot for this to take effect.
Also, I mis-copied my /etc/default/cpufrequtils contents... very sorry about that! It needs to be
ENABLE="true"
not
ENABLE="false"
I edited my original post to not give out the wrong info, but here is the correct contents again:
ENABLE="true"
GOVERNOR="conservative"
MAX_SPEED=0
MIN_SPEED=0
Last edited: