diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-26 02:25:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-26 02:25:16 +0000 |
commit | eb4c4161b8c543d9b8dc73079684fc6140cce0fd (patch) | |
tree | 8c5fd30cd17168f9f09b5198ffaf466601cccded /sys-power/acpid/files | |
parent | Remove unused version fixes bug #167190. (diff) | |
download | gentoo-2-eb4c4161b8c543d9b8dc73079684fc6140cce0fd.tar.gz gentoo-2-eb4c4161b8c543d9b8dc73079684fc6140cce0fd.tar.bz2 gentoo-2-eb4c4161b8c543d9b8dc73079684fc6140cce0fd.zip |
add example for how to run cpufreq-set
(Portage version: 2.1.2-r10)
Diffstat (limited to 'sys-power/acpid/files')
-rwxr-xr-x | sys-power/acpid/files/acpid-1.0.4-default.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-power/acpid/files/acpid-1.0.4-default.sh b/sys-power/acpid/files/acpid-1.0.4-default.sh index 566f3a03864c..a71046638330 100755 --- a/sys-power/acpid/files/acpid-1.0.4-default.sh +++ b/sys-power/acpid/files/acpid-1.0.4-default.sh @@ -38,11 +38,13 @@ case "$group" in # Add code here to handle when the system is unplugged # (maybe change cpu scaling to powersave mode) #*0) + # cpufreq-set -g powersave # ;; # Add code here to handle when the system is plugged in # (maybe change cpu scaling to performance mode) #*1) + # cpufreq-set -g performance # ;; *) log_unhandled $* ;; |