Update.
[breezed.git] / README.txt
1
2    Breezed is a small daemon to control the speed of the fan,
3    depending on the current temperature of the computer. I have tested
4    it only on a Thinkpad X61s and T420s.
5
6  * INSTALLATION
7
8    Before installing, you must have a configuration file in
9    /etc/breezed.conf.
10
11    Two are currently provided in the archive, and they use the
12    settings *I* picked for my Lenovo X61s and T420s. I have no idea if
13    these settings are safe on these laptops (I guess so, since I have
14    been using them for years on both), and I suspect they are not safe
15    for another laptop. If you want to give it a try, just do
16
17      cp breezed_Lenovo_X61s.conf /etc/breezed.conf
18
19    Then, you can install the daemon simply with
20
21      make install
22
23    and uninstall it with
24
25      make uninstall
26
27    See the man page for details about the algorithm, arguments and
28    configuration file.
29
30  * NOTES
31
32    On Thinkpads you have to allow the module thinkpad_acpi to set the
33    fan speed, which is not allowed by default in Debian. To do so, you
34    have to have a file /etc/modprobe.d/thinkpad_acpi.modprobe
35    containing
36
37    ---------------------------- snip snip -------------------------------
38    options thinkpad_acpi fan_control=1
39    ---------------------------- snip snip -------------------------------
40
41 --
42 Francois Fleuret (francois@fleuret.org)
43 April 2009 (minor updates Jan 2012, Jul 2013)