Typo.
[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.
4
5    DISCLAIMER: I have tested it only on my Thinkpads (X61s, T420s, and
6    T450s) with Debian stable.
7
8  * INSTALLATION
9
10    Before installing, you must have a configuration file in
11    /etc/breezed.conf.
12
13    Three configuration files are provided, and correspond to the
14    settings *I* picked for my Lenovo Thinkpads. I guess they are okay
15    on these machines since I have been using them for years without
16    any particular problems, but I have no idea how this translates to
17    other laptops.
18
19    If you want to give it a try, just copy of the configuration file,
20    e.g.
21
22      cp breezed_Lenovo_X61s.conf /etc/breezed.conf
23
24    Then install the daemon on a systemd machine simply with
25
26      make install
27
28    and uninstall it with
29
30      make uninstall
31
32    Use respectively install-sysv and uninstall-sysv to install it
33    through /etc/init.d.
34
35    See the man page for details about the algorithm, arguments and
36    configuration file.
37
38  * NOTES
39
40    On Thinkpads you have to allow the module thinkpad_acpi to set the
41    fan speed, which is not allowed by default in Debian. To do so, add
42    a file /etc/modprobe.d/thinkpad_acpi.conf containing
43
44    ---------------------------- snip snip -------------------------------
45    options thinkpad_acpi fan_control=1
46    ---------------------------- snip snip -------------------------------
47
48 --
49 Francois Fleuret (francois@fleuret.org)
50 Aug 2016