Created
November 18, 2013 21:39
-
-
Save kinow/7535819 to your computer and use it in GitHub Desktop.
Power Save Xubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors | |
vi /etc/default/cpufrequtils | |
# valid values: userspace conservative powersave ondemand performance | |
# get them from cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors | |
GOVERNOR="powersave" | |
vi /etc/sysfs.conf | |
devices/system/cpu/cpu0/cpufreq/scaling_governor = powersave | |
devices/system/cpu/cpu1/cpufreq/scaling_governor = powersave | |
devices/system/cpu/cpu2/cpufreq/scaling_governor = powersave | |
devices/system/cpu/cpu3/cpufreq/scaling_governor = powersave | |
/etc/init.d/sysfsutils start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment