# this is a comment # # you need: 1 [General] section, # 1 or more [Profile] sections # 1 or more [Rule] sections # # a section ends at the first blank line # # [Rule] sample: # [Rule] # name=sample_rule # ac=on # (on/off) # battery_interval=0-10 # cpu_interval=30-60 # programs=xine,mplayer # profile=sample_profile # # [Profile] sample: # [Profile] # name=sample_profile # minfreq=1600000 # maxfreq=1400000 # policy=performance # # see CPUFREQD.CONF(5) manpage for a complete reference [General] pidfile=/var/run/cpufreqd.pid poll_interval=2 pm_type=apm #(acpi, apm or pmu) # Uncomment the following line to enable ACPI workaround (see cpufreqd.conf(5)) # acpi_workaround=1 verbosity=4 #(if you want a minimal logging set to 5) # moje profily [Profile] name=five minfreq=1300000 maxfreq=1400000 policy=performance [Profile] name=four minfreq=1100000 maxfreq=1300000 policy=performance [Profile] name=three minfreq=900000 maxfreq=1100000 policy=performance [Profile] name=two minfreq=700000 maxfreq=900000 policy=performance [Profile] name=one minfreq=500000 maxfreq=700000 policy=performance #rules #with AC [Rule] name=hi_load ac=on battery_interval=0-100 cpu_interval=60-100 profile=five [Rule] name=medium_load ac=on battery_interval=0-100 cpu_interval=40-60 profile=three [Rule] name=low_load ac=on battery_interval=0-100 cpu_interval=20-40 profile=two [Rule] name=no_load ac=on battery_interval=0-100 cpu_interval=0-20 profile=one #no AC [Rule] name=no_ac_high ac=off battery_interval=0-100 cpu_interval=80-100 profile=five [Rule] name=no_ac_normal ac=off battery_interval=0-100 cpu_interval=60-80 profile=four [Rule] name=no_ac_medium ac=off battery_interval=0-100 cpu_interval=40-60 profile=three [Rule] name=no_ac_low ac=off battery_interval=0-100 cpu_interval=20-40 profile=two [Rule] name=no_ac_save ac=off battery_interval=0-100 cpu_interval=0-20 profile=one