-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzcfan.1
92 lines (72 loc) · 1.48 KB
/
zcfan.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.TH zcfan 1
.SH NAME
zcfan - zero-configuration fan control daemon for ThinkPads
.SH DESCRIPTION
.B zcfan
is a minimal, zero-configuration fan control daemon for ThinkPads.
.SH OPTIONS
.B zcfan
does not take any options. If any are provided, a help message will be printed
and
.B zcfan
will exit.
.SH CONFIGURATION
.SS USAGE
.B zcfan
has the following default fan states:
.RS
.TS
tab(;);
l l l.
Config name;thinkpad_acpi fan level;Default trip temperature (C)
_
max_temp;7;90
med_temp;4;80
low_temp;1;70
.TE
.RE
You can optionally override this configuration at
.I /etc/zcfan.conf
with your desired threshold values in the following format:
.RS
.EX
max_temp 85
med_temp 70
low_temp 55
.EE
.RE
If no trip temperature is reached, the fan will be turned off.
.SS HYSTERESIS
We will only reduce the fan level again once:
.IP "1." 3
The temperature is now at least
.I temp_hysteresis
Celsius below the trip point (default 10C), and
.IP "2." 3
At least 3 seconds have elapsed since the initial trip.
.PP
This avoids unnecessary fluctuations in fan speed.
.SS WATCHDOG
The kernel watchdog is reset every 120 seconds by default, but a
smaller value can be selected in the
.I /etc/zcfan.conf
config file with the syntax
.RS
.EX
watchdog_secs 10
.EE
.RE
.SH DEPENDENCIES
.B thinkpad-acpi
must be loaded with
.IR fan_control=1.
.SH SEE ALSO
.BR thinkfan (1)
.SH AUTHOR
Chris Down
.ME
.SH REPORTING BUGS
Please send bug reports to
.UR https://github.com/cdown/zcfan/issues
.UE .