--- /usr/portage/sys-apps/speedfreq/files/speedfreq.conf 2004-07-15 03:07:46.000000000 +0200 +++ speedfreq.conf 2004-12-19 23:18:30.802036416 +0100 @@ -1,17 +1,24 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/speedfreq/files/speedfreq.conf,v 1.4 2004/07/15 00:52:30 agriffis Exp $ +# $Header: $ -# Select here how you want your CPU to be controlled -# If you select auto you should use the battery.sh script -# provided with this ebuild to control speed depending on A/C status +# SPEEDFREQ_SPEED_{AC,BATTERY} +# Select here which value you want in ac and battery mode # acceptable values: # powersave maximise power savings # performance maximise performance -# dynamic adjust speed according to CPU load (default) +# dynamic adjust speed according to CPU load # NNN set CPU to a fixed speed of NNN MHz -# auto let the init script detect current battery status -SPEEDFREQ_SPEED="auto" +# +# Leave commented to assign default values +# +#SPEEDFREQ_SPEED_AC="performance" +#SPEEDFREQ_SPEED_BATTERY="powersave" + +# (This option has no effect if you're not using acpid) +# If you don't want acpid to update your policy at runtime +# depending on battery state, uncomment the next line. +#IGNORE_ACPID=yes # For more options refer to `speedfreqd -h` SPEEDFREQ_OPTS=""