Last active
November 4, 2021 06:31
-
-
Save spvkgn/01a8821df3aab096db96455eeb169a1c to your computer and use it in GitHub Desktop.
GA-P35-DS3 / Xeon L5420 lm-sensors config
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
chip "it8718-*" | |
### Voltages | |
label in0 "CPU Vcore" | |
set in0_min 0.85 | |
set in0_max 1.35 | |
label in1 "DDR18V" | |
set in1_min 1.8 * 0.95 | |
set in1_max 1.8 * 1.10 | |
label in2 "+3.3Vsb" | |
set in2_min 3.3 * 0.95 | |
set in2_max 3.3 * 1.05 | |
set in3_min 5 * 0.95 | |
set in3_max 5 * 1.05 | |
compute in3 @ * (6.8/10+1), @ / (6.8/10+1) | |
ignore in4 | |
ignore in5 | |
ignore in6 | |
label in7 "+12V" | |
set in7_min 12 * 0.95 | |
set in7_max 12 * 1.05 | |
compute in7 @ * (30/10+1), @ / (30/10+1) | |
label in8 "Vbat" | |
label cpu0_vid "CPU VID" | |
### Fans | |
label fan1 "CPU Fan" | |
set fan1_min 0 | |
#set fan1_max 3000 | |
label fan2 "SYSFAN_2" | |
ignore fan2 | |
ignore fan3 | |
ignore fan4 | |
### Temperatures | |
label temp1 "M/B Temp" | |
set temp1_min 0 | |
set temp1_max 100 | |
label temp2 "CPU Temp" | |
set temp2_min 25 | |
# Xeon L5420 | |
set temp2_max 57 | |
# DualCore E6700 | |
#set temp2_max 65 | |
ignore temp3 | |
ignore intrusion0 |
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
chip "coretemp-isa-*" | |
label temp2 "Core 0" | |
label temp3 "Core 1" | |
label temp4 "Core 2" | |
label temp5 "Core 3" | |
compute temp2 @ -15,@ -15 | |
compute temp3 @ -15,@ -15 | |
compute temp4 @ -15,@ -15 | |
compute temp5 @ -15,@ -15 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/etc/fancontrol