Slide 10
Slide 10 text
/etc/thinkfan.yaml
/etc/thinkfan.yaml
(以前は thinkfan.conf だった?)
sensors: # CPU等の温度センサーの場所,数,オフセット(マシンや環境により変わる)
- hwmon: /sys/devices/platform/coretemp.0/hwmon/hwmon4
indices: [1, 2, 3] # adds 4 temperature sensors
correction: [0, 0, 0] # add -5 °C to temp6_input
- atasmart: /dev/sda # HDD等のデバイス(s.m.a.r.t.利用)
- tpacpi: /proc/acpi/ibm/thermal # thinkpad温度センサ
indices: [1, 2, 3, 4]
fans: # コントロール対象のFAN
- tpacpi: /proc/acpi/ibm/fan
levels: # FANの制御
- [0, 0, 50] # 50℃までは level 0
- ["level auto", 45, 95] # 45〜95℃までは level auto
- ["level full-speed", 90, 105] # 90〜105℃は level full-speed
10 / 18