Monday, January 2, 2006

New config file for cpufreqd-2.0.0

# this is a comment
# see CPUFREQD.CONF(5) manpage for a complete reference

[General]
pidfile=/var/run/cpufreqd.pid
poll_interval=2
enable_plugins= programs,acpi_ac,cpu,acpi_battery,acpi_temperature
verbosity=4
# enable_remote=1
# remote_group=root
[/General]

#[nforce2_atxp1]
#vcore_path=/some/path
#vcore_default=1500
#[/nforce2_atxp1]

#[sensors_plugin]
#sensors_conf=/some/file
#[/sensors_plugin]

[Profile]
name=ondemand_battery_on
minfreq=600000
maxfreq=1600000
policy=ondemand
[/Profile]

[Profile]
name=hight_conservative_battery_off
minfreq=600000
maxfreq=1600000
policy=conservative
[/Profile]

[Profile]
name=low_conservative_battery_off
minfreq=600000
maxfreq=1600000
policy=conservative
[/Profile]

##############################
# Battery On #
# Default governor: ondemand #
##############################

[Rule]
name=battery_on
ac=on
profile=ondemand_battery_on
[/Rule]

##################################
# Battery Off #
# Default governor: conservative #
# Battery capacity : hight #
##################################

[Rule]
name=battery_off_hight_capacity
ac=off
battery_interval=60-100
profile=hight_conservative_battery_off
[/Rule]

##################################
# Battery Off #
# Default governor: conservative #
# Battery capacity : low #
##################################

[Rule]
name=battery_off_low_capacity
ac=off
battery_interval=0-60
profile=low_conservative_battery_off
[/Rule]

No comments:

Post a Comment