Added a comment with the new /sys/* temperature files.
[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.
5
6  * INSTALLATION
7
8    Before installing, you must have a configuration file in
9    /etc/breezed.conf.
10
11    Only one is currently provided in the archive, and it corresponds
12    to the settings _I_ picked for _my_ Lenovo X61s. I have no idea if
13    these settings are safe on this laptop (I guess so, since I have
14    been using them for a few months now and it works perfectly), and I
15    suspect they are not safe for another laptop. If you want to give
16    it a try, just
17
18      cp breezed_Lenovo_X61s.conf /etc/breezed.conf
19
20    Then, you can install the daemon simply with
21
22      make install
23
24    and uninstall it with
25
26      make uninstall
27
28    See the man page for details about the algorithm, arguments and
29    configuration file.
30
31  * NOTES
32
33    On Thinkpads you have to allow the module thinkpad_acpi to set the
34    fan speed, which is not allowed by default in Debian. To do so, you
35    have to have a file /etc/modprobe.d/thinkpad_acpi.modprobe
36    containing
37
38    ---------------------------- snip snip -------------------------------
39    options thinkpad_acpi fan_control=1
40    ---------------------------- snip snip -------------------------------
41
42 --
43 Francois Fleuret (francois@fleuret.org)
44 April 2009