Merge branch 'master' into light-emacs
[dotfiles.git] / cpufreqd / cpufreqd.conf
diff --git a/cpufreqd/cpufreqd.conf b/cpufreqd/cpufreqd.conf
deleted file mode 100644 (file)
index af23160..0000000
+++ /dev/null
@@ -1,88 +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
-pm_type=acpi
-#enable_remote=1
-#remote_group=root
-[/General]
-
-# Max perf
-[Profile]
-name=ac
-minfreq=600000
-maxfreq=1600000
-policy=performance
-[/Profile]
-
-# Max save
-[Profile]
-name=battery
-minfreq=600000
-maxfreq=1600000
-policy=powersave
-[/Profile]
-
-# DVD
-[Profile]
-name=dvd
-minfreq=900000
-maxfreq=1100000
-policy=powersave
-[/Profile]
-
-# Best perf when AC
-[Rule]
-name=ac_on
-ac=on
-profile=ac
-[/Rule]
-
-# Powersave
-[Rule]
-name=bat_on
-ac=off
-battery_interval=0-100
-cpu_interval=0-100
-profile=battery
-[/Rule]
-
-# Niveau standard
-[Rule]
-name=std
-ac=off
-battery_interval=50-100
-cpu_interval=0-100
-profile=dvd
-[/Rule]
-
-# Compilation
-[Rule]
-name=compiling
-ac=off
-battery_interval=45-100
-programs=apt-get,make-kpkg,gcc,cpp,make,javac,ant
-cpu_interval=0-100
-profile=ac
-[/Rule]
-  
-# DVD'z
-[Rule]
-name=dvd
-ac=off
-battery_interval=15-100
-programs=mplayer,vlc,xine
-cpu_interval=0-100
-profile=dvd
-[/Rule]
-
-[Rule]
-name=dvd
-acpi_temperature=60-100
-cpu_interval=50-100
-profile=Performance Low
-[/Rule]