uency. In short - it will dynamically monitor the system load and regulate the CPU Frequency accordingly. If you want to stick the system into powersave mode - load the cpufreq_powersave.... CPU can run at - and hopefully lower the overall system power consumption and heat dissipation This is what I have added to the system's /etc/rc.local file on my server - so it gets ac... ery boot.
sleep 60
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
http://stargat... e cpufreq_powersave
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Skript:
scri