From 12f1238a0bcef5f76a4f3a1ac4eac950e3b1f053 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 May 2011 18:16:03 +0200 Subject: More cpufreq governors --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/.zshrc b/etc/.zshrc index f628ec8..c3f1fdd 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -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 -- cgit v1.2.3