# Configuration file contributed by Olaf Mandel. # configuration for the Fintek f71882fg as used on the MSI X58 Pro-E (MS-7522) chip "f71882fg-*" # Temperature label temp1 "CPU" label temp2 "IOH" label temp3 "System" # Fans label fan1 "CPU" label fan2 "System 1" # This is not confirmed label fan3 "System 2" ignore fan2 ignore fan4 # Voltage label in0 "3.3V" label in1 "Vcore" ignore in2 ignore in3 label in4 "5V" label in5 "12V" ignore in6 label in7 "3VSB" label in8 "Vbat" compute in0 (@ * 2), (@ / 2) # Hardwired in chip, don't change compute in4 (@ * 5.25), (@ / 5.25) # E24: (12 + 51) / 12 compute in5 (@ * 11), (@ / 11) # E6: ( 1 + 10) / 1 compute in7 (@ * 2), (@ / 2) # Hardwired in chip, don't change compute in8 (@ * 2), (@ / 2) # Hardwired in chip, don't change # Thresholds set in1_max 1.3 set temp1_max 85 set temp1_max_hyst 82 set temp1_crit 100 set temp1_crit_hyst 97 set temp2_max 75 set temp2_max_hyst 72 set temp2_crit 85 set temp2_crit_hyst 82 set temp3_max 55 set temp3_max_hyst 52 set temp3_crit 65 set temp3_crit_hyst 62