emacs.el: nettoyage
[dotfiles.git] / cpufreqd / cpufreqd.conf
1 # this is a comment
2 # see CPUFREQD.CONF(5) manpage for a complete reference
3
4 [General]
5 pidfile=/var/run/cpufreqd.pid
6 poll_interval=2
7 enable_plugins=programs, acpi_ac, cpu, acpi_battery, acpi_temperature
8 verbosity=4
9 pm_type=acpi
10 #enable_remote=1
11 #remote_group=root
12 [/General]
13
14 # Max perf
15 [Profile]
16 name=ac
17 minfreq=600000
18 maxfreq=1600000
19 policy=performance
20 [/Profile]
21
22 # Max save
23 [Profile]
24 name=battery
25 minfreq=600000
26 maxfreq=1600000
27 policy=powersave
28 [/Profile]
29
30 # DVD
31 [Profile]
32 name=dvd
33 minfreq=900000
34 maxfreq=1100000
35 policy=powersave
36 [/Profile]
37
38 # Best perf when AC
39 [Rule]
40 name=ac_on
41 ac=on
42 profile=ac
43 [/Rule]
44
45 # Powersave
46 [Rule]
47 name=bat_on
48 ac=off
49 battery_interval=0-100
50 cpu_interval=0-100
51 profile=battery
52 [/Rule]
53
54 # Niveau standard
55 [Rule]
56 name=std
57 ac=off
58 battery_interval=50-100
59 cpu_interval=0-100
60 profile=dvd
61 [/Rule]
62
63 # Compilation
64 [Rule]
65 name=compiling
66 ac=off
67 battery_interval=45-100
68 programs=apt-get,make-kpkg,gcc,cpp,make,javac,ant
69 cpu_interval=0-100
70 profile=ac
71 [/Rule]
72   
73 # DVD'z
74 [Rule]
75 name=dvd
76 ac=off
77 battery_interval=15-100
78 programs=mplayer,vlc,xine
79 cpu_interval=0-100
80 profile=dvd
81 [/Rule]
82
83 [Rule]
84 name=dvd
85 acpi_temperature=60-100
86 cpu_interval=50-100
87 profile=Performance Low
88 [/Rule]