Last active
November 4, 2021 09:08
-
-
Save nivhty/53af2282857fb5698433fa5cd49f862e to your computer and use it in GitHub Desktop.
Thinkfan X1C6 new yaml configuration /etc/thinkfan.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensors: | |
- hwmon: /sys/devices/platform/coretemp.0/hwmon/ | |
indices: [1, 2, 3, 4, 5] | |
fans: | |
- tpacpi: /proc/acpi/ibm/fan | |
levels: | |
- [0, 0, 40] | |
- [1, 40, 47] | |
- [2, 47, 50] | |
- [3, 50, 55] | |
- [4, 55, 57] | |
- [5, 57, 60] | |
- [6, 60, 65] | |
- ["level full-speed", 65, 32767] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment