# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/sys-apps/speedfreq/files/speedfreq.conf,v 1.3 2003/11/18 07:08:02 vapier Exp $ # 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 # acceptable values: # powersave maximise power savings # performance maximise performance # dynamic adjust speed according to CPU load (default) # NNN set CPU to a fixed speed of NNN MHz # auto let the init script detect current battery status SPEEDFREQ_SPEED="dynamic" # For more options refer to `speedfreqd -h` SPEEDFREQ_OPTS=""