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.
8 You can install it simply by running as root
12 and de-install it with
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.
23 See the man page for details about the algorithm, arguments and
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
33 ---------------------------- snip snip -------------------------------
34 options thinkpad_acpi fan_control=1
35 ---------------------------- snip snip -------------------------------
38 Francois Fleuret (francois@fleuret.org)