Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70163 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-apps/speedfreq/files/speedfreq.conf (-7 / +9 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/speedfreq/files/speedfreq.conf,v 1.4 2004/07/15 00:52:30 agriffis Exp $
3
# $Header: $
4
4
5
# Select here how you want your CPU to be controlled
5
# SPEEDFREQ_SPEED_{AC,BATTERY}
6
# If you select auto you should use the battery.sh script
6
# Select here which value you want in ac and battery mode
7
# provided with this ebuild to control speed depending on A/C status
8
# acceptable values:
7
# acceptable values:
9
#	powersave       maximise power savings
8
#	powersave       maximise power savings
10
#	performance     maximise performance
9
#	performance     maximise performance
11
#	dynamic         adjust speed according to CPU load (default)
10
#	dynamic         adjust speed according to CPU load
12
#	NNN             set CPU to a fixed speed of NNN MHz
11
#	NNN             set CPU to a fixed speed of NNN MHz
13
#	auto            let the init script detect current battery status
12
#
14
SPEEDFREQ_SPEED="auto"
13
# Leave commented to assign default values
14
#
15
#SPEEDFREQ_SPEED_AC="performance"
16
#SPEEDFREQ_SPEED_BATTERY="powersave"
15
17
16
# For more options refer to `speedfreqd -h`
18
# For more options refer to `speedfreqd -h`
17
SPEEDFREQ_OPTS=""
19
SPEEDFREQ_OPTS=""

Return to bug 70163