1zcfan(1)                    General Commands Manual                   zcfan(1)
2
3
4

NAME

6       zcfan - zero-configuration fan control daemon for ThinkPads
7
8

DESCRIPTION

10       zcfan   is   a  minimal,  zero-configuration  fan  control  daemon  for
11       ThinkPads.
12
13

OPTIONS

15       zcfan does not take any options. If any are provided,  a  help  message
16       will be printed and zcfan will exit.
17
18

CONFIGURATION

20   USAGE
21       zcfan has the following default fan states:
22
23
24              Config name   thinkpad_acpi fan level   Default trip temperature (C)
25              ─────────────────────────────────────────────────────────────────────
26              max_temp      7                         90
27              med_temp      4                         80
28              low_temp      1                         70
29
30       You  can optionally override this configuration at /etc/zcfan.conf with
31       your desired threshold values in the following format:
32
33              max_temp 85
34              med_temp 70
35              low_temp 55
36
37       If no trip temperature is reached, the fan will be turned off.
38
39
40   HYSTERESIS
41       We will only reduce the fan level again once:
42
43       1. The temperature is now at least 10C below the trip point, and
44
45       2. At least 3 seconds have elapsed since the initial trip.
46
47       This avoids unnecessary fluctuations in fan speed.
48
49

DEPENDENCIES

51       thinkpad-acpi must be loaded with fan_control=1.
52
53

SEE ALSO

55       thinkfan(1)
56
57

AUTHOR

59       Chris Down ⟨chris@chrisdown.name⟩
60
61

REPORTING BUGS

63       Please send bug reports to ⟨https://github.com/cdown/zcfan/issues⟩.
64
65
66
67                                                                      zcfan(1)
Impressum