-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththinkpad.yaml
47 lines (41 loc) · 1.21 KB
/
thinkpad.yaml
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
# Thinkpad T14 gen 4 (intel) example.
# Uses cpu package temp sensor which is max temp for all cores.
# Makes fan quiet with power save profile. And a bit less noisy with
# balanced profile.
#
# ⚠️ Don't forget to enable fan control in thinkpad_acpi kernel module ⚠️
#
# Available levels: 0-7, auto, disengaged, full-speed
fans:
- name: cpu
type: thinkpad
profiles:
# Power save profile in KDE or GNOME ui
- name: low-power
levels:
# Disable fan if cpu temperature less than 60 C
- level: 0
max: 60
# Use laptop default level until it cools down to 45 C
# Has to be less then 45 for 10 seconds before switching to another level
- level: auto
min: 45
delay: 10
# Balanced profile in KDE or GNOME ui
- name: balanced
levels:
- level: 0
max: 50
- level: auto
min: 40
delay: 20
sensors:
# Using sensor with thinkpad in /sys/class/hwmon/hwmon*/name
# and CPU in /sys/class/hwmon/hwmon*/temp*_label.
- type: hwmon
name: cpu
sensor: thinkpad
label: CPU
profile:
# Using /sys/firmware/acpi/platform_profile
type: platform