Increased the temperature thresholds for the T450s configuration file.
[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 are provided in the archive, and they use the settings *I*
14    picked for my Lenovo Thinkpads. I have no idea if these settings
15    are safe on these laptops -- I guess so, since I have been using
16    them for years on both -- and I suspect they are not safe for
17    another laptop.
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 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 Nov 2015