Skip to content

Instantly share code, notes, and snippets.

@kinow
Created November 18, 2013 21:39
Show Gist options
  • Save kinow/7535819 to your computer and use it in GitHub Desktop.
Save kinow/7535819 to your computer and use it in GitHub Desktop.
Power Save Xubuntu
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