blob: cd71383da3166cb44af17ec3f857e989c8e56a3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/speedfreq/files/speedfreq.conf,v 1.1 2003/08/21 02:31:55 vapier Exp $
# Select here if you want dynamic or static speed
# If you select static 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"
# If you want normal users to be able to control the speed
# Default is to only allow root
#SPEEDFREQ_USERS="yes"
SPEEDFREQ_USERS="no"
|