# this is a comment# see CPUFREQD.CONF(5) manpage for a complete reference[General]pidfile=/var/run/cpufreqd.pidpoll_interval=2verbosity=4#enable_remote=1#remote_group=root[/General]#[acpi]#acpid_socket=/var/run/acpid.socket#[/acpi]#[nforce2_atxp1]#vcore_path=/some/path#vcore_default=1500#[/nforce2_atxp1]#[sensors_plugin]#sensors_conf=/some/file#[/sensors_plugin][Profile]name=on demand highminfreq=40%maxfreq=100%policy=ondemand[/Profile][Profile]name=On Demand Lowminfreq=20%maxfreq=80%policy=ondemand[/Profile][Profile]name=Performance Highminfreq=100%maxfreq=100%policy=performance#exec_post=echo 8 > /proc/acpi/sony/brightness[/Profile][Profile]name=Performance Lowminfreq=80%maxfreq=80%policy=performance[/Profile][Profile]name=Powersave Highminfreq=70%maxfreq=70%policy=powersave[/Profile][Profile]name=Powersave Lowminfreq=30%maxfreq=30%policy=powersave[/Profile]#[Profile]#name=Conservative High#minfreq=33%#maxfreq=100%#policy=conservative#[/Profile]##[Profile]#name=Conservative Low#minfreq=0%#maxfreq=66%#policy=conservative#[/Profile]### Basic states### when AC use performance mode[Rule]name=AC Ruleac=on # (on/off)profile=On Demand Low[/Rule]# conservative mode when not AC[Rule]name=AC Off - Low Batteryac=off # (on/off)battery_interval=0-30#exec_post=echo 5 > /proc/acpi/sony/brightnessprofile=Powersave Low[/Rule]# conservative mode when not AC[Rule]name=AC Off - Medium Batteryac=off # (on/off)battery_interval=30-70#exec_post=echo 5 > /proc/acpi/sony/brightnessprofile=On Demand Low[/Rule]# stay in performance mode for the first minutes[Rule]name=AC Off - High Powerac=off # (on/off)battery_interval=70-100#exec_post=echo 5 > /proc/acpi/sony/brightnessprofile=On Demand High[/Rule]### Special Rules### CPU Too hot![Rule]name=CPU Too Hotacpi_temperature=55-100cpu_interval=50-100profile=Performance Low[/Rule]# use performance mode if I'm watching a movie# I don't care for batteries! # But don't heat too much.[Rule]name=Movie Watcherprograms=xine,mplayer,gmplayerbattery_interval=0-100acpi_temperature=0-60profile=Performance High[/Rule]