Skip to content

Instantly share code, notes, and snippets.

@rustyx
Last active April 7, 2024 16:07
Show Gist options
  • Save rustyx/78e88ede1a0e8d4e08ad700eabcf95f6 to your computer and use it in GitHub Desktop.
Save rustyx/78e88ede1a0e8d4e08ad700eabcf95f6 to your computer and use it in GitHub Desktop.
thinkfan.yaml for Lenovo Thinkpad X1 Extreme Gen 5
# thinkfan.yaml for Lenovo Thinkpad X1 Extreme Gen 5
sensors:
- tpacpi: /proc/acpi/ibm/thermal
indices: [0, 1, 2, 4, 5, 6]
correction: [-15, -10, -8, -2, -2, -4]
- hwmon: /sys/class/hwmon
name: nvme
indices: [1, 2, 3]
correction: [0, 0, 0]
# - hwmon: /sys/class/hwmon
# name: iwlwifi_1
# indices: [1]
# correction: [0]
fans:
- tpacpi: /proc/acpi/ibm/fan
levels:
- ["level auto", 0, 51]
- ["level 1", 45, 57]
- ["level 2", 51, 61]
- ["level 3", 57, 65]
- ["level 4", 62, 69]
- ["level 5", 66, 74]
- ["level 6", 70, 78]
- ["level 7", 74, 32767]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment