# lm_sensors configuration file for the Intel D865GBF motherboard # Should also work for the D865GLC, D865PERC and D865PESO motherboards. # 2007-06-30, Jean Delvare # Comments welcome! chip "emc6d102-*" ### Voltages label vid "CPU VID" label in0 "+1.5V" label in1 "Vcore" label in2 "+3.3V" label in3 "+5V" label in4 "+12V" # Voltage scaling is done internally, no compute statements needed set in0_min 1.5 * 0.95 set in0_max 1.5 * 1.05 set in1_min vid * 0.95 set in1_max vid * 1.05 set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 set in3_min 5.0 * 0.95 set in3_max 5.0 * 1.05 set in4_min 12.0 * 0.95 set in4_max 12.0 * 1.05 ### Fans label fan1 "CPU Fan" ignore fan2 label fan3 "Front Fan" label fan4 "Rear Fan" set fan1_min 2000 set fan3_min 1000 set fan4_min 1000 # I don't want to see these ignore pwm1 ignore pwm2 ignore pwm3 ### Temperatures label temp1 "CPU Temp" label temp2 "Sys1 Temp" label temp3 "Sys2 Temp" set temp1_min 10 set temp1_max 55 set temp2_min 10 set temp2_max 45 set temp3_min 10 set temp3_max 45