diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-01 18:16:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-01 18:16:03 +0200 |
commit | 12f1238a0bcef5f76a4f3a1ac4eac950e3b1f053 (patch) | |
tree | 27c974f1f85730821807da6e3aa2fa62bba515fd | |
parent | 2a4dcb4bcfb658209a68684e9a736e50f83e583c (diff) |
More cpufreq governors
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ function Status Start Stop Restart Reload { } } -function ondemand powersave performance { +function ondemand powersave performance conservative userspace { for cpu (/sys/devices/system/cpu/cpu?); do sudo cpufreq-set -c ${${cpu:t}#cpu} -g ${0} done |