Created
April 21, 2016 10:28
-
-
Save rvause/3afb9f51cecd9c5edb013e7794515312 to your computer and use it in GitHub Desktop.
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
| # Thinkpad T420 | |
| hwmon /sys/devices/virtual/thermal/thermal_zone0/temp | |
| hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input | |
| hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp2_input | |
| hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp3_input | |
| tp_fan /proc/acpi/ibm/fan | |
| # Semi aggressive | |
| #(0, 0, 55) | |
| #(1, 48, 60) | |
| #(2, 50, 61) | |
| #(3, 52, 63) | |
| #(4, 56, 65) | |
| #(5, 59, 70) | |
| #(6, 65, 75) | |
| #(7, 70, 78) | |
| #(127, 75, 32767) | |
| # Mild | |
| (0, 0, 55) | |
| (1, 48, 60) | |
| (2, 54, 66) | |
| (3, 65, 76) | |
| (4, 75, 80) | |
| (5, 78, 85) | |
| (6, 82, 88) | |
| (7, 85, 32767) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment