Created
April 1, 2022 08:46
-
-
Save SheatNoisette/2e007b946c641eb9f25dc2d6b86135e3 to your computer and use it in GitHub Desktop.
Simple Thinkfan configuration for E480 Thinkpad
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: | |
- tpacpi: /proc/acpi/ibm/thermal | |
fans: | |
- tpacpi: /proc/acpi/ibm/fan | |
# Simple mode: each entry is a [FANSPEED, LOWER_LIMIT, UPPER_LIMIT] tuple. | |
levels: | |
- [0, 0, 41] | |
- [1, 38, 51] | |
- [2, 45, 56] | |
- [3, 51, 61] | |
- [4, 55, 64] | |
- [5, 60, 66] | |
- [6, 63, 68] | |
- [7, 65, 74] | |
- [127, 70, 3276] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment