summaryrefslogtreecommitdiff
blob: 4ed4d0c7fb71ccc7afc725e76876280057584a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/speedfreq/files/speedfreq.conf,v 1.1 2005/03/14 21:57:10 ciaranm 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="auto"

# For more options refer to `speedfreqd -h`
SPEEDFREQ_OPTS=""