# this is a comment # see CPUFREQD.CONF(5) manpage for a complete reference # # Note: ondemand/conservative Profiles are disabled because # they are not available on many platforms. [General] pidfile=/var/run/cpufreqd.pid poll_interval=10 verbosity=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=/etc/sensors.conf #[/sensors_plugin] [Profile] name=Performance minfreq=2000000 maxfreq=2000000 policy=performance [/Profile] [Profile] name=Powersave minfreq=800000 maxfreq=800000 policy=powersave [/Profile] [Profile] name=Conservative minfreq=800000 maxfreq=2000000 policy=conservative [/Profile] [Profile] name=On Demand minfreq=800000 maxfreq=2000000 policy=ondemand [/Profile] ## ## # Basic states ## [Rule] name=AC Rule ac=on # (on/off) acpi_temperature=0-79 profile=Conservative [/Rule] [Rule] name=AC Off ac=off # (on/off) profile=Powersave [/Rule] # Special Rules ## # CPU Too hot! [Rule] name=CPU Too Hot acpi_temperature=80-200 profile=Powersave [/Rule] [Rule] name=Working ac=on programs=gcc,make,cc acpi_temperature=0-79 profile=Performance [/Rule]