Skip to content

Instantly share code, notes, and snippets.

@SheatNoisette
Created April 1, 2022 08:46
Show Gist options
  • Save SheatNoisette/2e007b946c641eb9f25dc2d6b86135e3 to your computer and use it in GitHub Desktop.
Save SheatNoisette/2e007b946c641eb9f25dc2d6b86135e3 to your computer and use it in GitHub Desktop.
Simple Thinkfan configuration for E480 Thinkpad
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