automatic commit
[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    You can install it simply by running as root
9
10      ./install.sh
11
12    and de-install it with
13
14      ./remove.sh
15
16    You must have a configuration file in /etc/breezed.conf. Only one
17    is currently provided in the archive, and it corresponds to the
18    settings _I_ picked for _my_ Lenovo X61s. I have no idea if these
19    settings are safe on this laptop (I guess so, since I have been
20    using them for a few months now and it works perfectly), and I
21    suspect they are not safe for another laptop.
22
23    See the man page for details about the algorithm, arguments and
24    configuration file.
25
26  * NOTES
27
28    On Thinkpads you have to allow the module thinkpad_acpi to set the
29    fan speed, which is not allowed by default in Debian. To do so, you
30    have to have a file /etc/modprobe.d/thinkpad_acpi.modprobe
31    containing
32
33    ---------------------------- snip snip -------------------------------
34    options thinkpad_acpi fan_control=1
35    ---------------------------- snip snip -------------------------------
36
37 --
38 Francois Fleuret (francois@fleuret.org)
39 December 2008