# lm_sensors configuration file for the Intel D865GSA motherboard # 2007-06-17, Jean Delvare # Comments welcome! chip "w83627ehf-*" ### Voltages # Only needed for Linux 2.4 set vrm 10.0 label vid "CPU VID" label in0 "Vcore" label in1 "+3.3V" label in2 "AVcc" label in3 "3Vcc" label in4 "+5V" label in5 "+12V" label in7 "3Vsb" label in8 "Vbat" label in9 "+1.5V" compute in1 @*(1+2/3), @/(1+2/3) compute in4 @*(1+18/10), @/(1+18/10) compute in5 @*(1+56/10), @/(1+56/10) set in0_min vid * 0.95 set in0_max vid * 1.05 set in1_min 3.3 * 0.95 set in1_max 3.3 * 1.05 set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 set in3_min 3.3 * 0.95 set in3_max 3.3 * 1.05 set in4_min 5.0 * 0.95 set in4_max 5.0 * 1.05 set in5_min 12.0 * 0.95 set in5_max 12.0 * 1.05 set in7_min 3.3 * 0.90 set in7_max 3.3 * 1.10 set in8_min 3.0 * 0.90 set in8_max 3.0 * 1.10 set in9_min 1.5 * 0.90 set in9_max 1.5 * 1.10 ### Fans label fan1 "Front Fan" label fan2 "CPU Fan" ignore fan3 label fan4 "Rear Fan" ignore fan5 set fan1_min 1000 set fan2_min 2000 set fan4_min 1000 ### Temperatures label temp1 "Sys1 Temp" label temp2 "CPU Temp" label temp3 "Sys2 Temp" set temp1_over 50 set temp1_hyst 48 set temp2_over 60 set temp2_hyst 58 set temp3_over 60 set temp3_hyst 58