Step 1 :
apt-get install linux-cpupower cpufrequtils thermaldStep 2 :
cpupower frequency-set -g powersaveStep 3 :
nano /etc/rc.localPlace the following line right before "exit 0".
cpupower frequency-set -g powersaveRemarks :
(1) To check the result :
watch -n 1 -d sensors(2) To reset to "performance" or "ondemand", you just replace "powersave" to "performance" or "ondemand".
That's all! See you.
