# lm_sensors 3 configuration file for the Gigabyte 890GPA-UD3H motherboard # 2010-06-24, Jean Delvare # Note: in7 will be incorrect when using the it87 driver from kernel # 2.6.34 or older. # Comments welcome! chip "it8720-*" ### Voltages # in5 is mysterious. label in0 "Vcore" label in1 "Vdram" # "DDR3" in BIOS label in2 "+3.3V" label in3 "+5V" # Not in BIOS label in4 "+12V" ignore in6 label in7 "5VSB" # Not in BIOS label in8 "Vbat" # Not in BIOS # Vcore, Vdram, +3.3V and Vbat are connected directly, so no compute # line is needed for these. +5V and 5VSB are internal so we use the # standard scaling factor. Scaling for +12V is apparently not standard, # factor 3.963 is guessed from BIOS and EasyTune values (3.943 was # another candidate.) compute in3 @ * (6.8/10+1), @ / (6.8/10+1) compute in4 @ * 3.963, @ / 3.963 compute in7 @ * (6.8/10+1), @ / (6.8/10+1) # The BIOS won't set any limit for voltages. set in0_min 0.825 * 0.95 set in0_max 1.425 * 1.05 set in1_min 1.5 * 0.95 set in1_max 1.5 * 1.05 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 set in4_min 12 * 0.95 set in4_max 12 * 1.05 set in7_min 5 * 0.95 set in7_max 5 * 1.05 ### Temperatures # The BIOS only shows 2 temperature values, so temp1 and temp3 # might not be actually both used, and I don't know which one # is reported by the BIOS as the system temperature. label temp2 "CPU Temp" ### Fans label fan1 "CPU Fan" label fan2 "Sys Fan" label fan3 "Sys Fan" label fan4 "PSU Fan" # Adjust for your own fans set fan1_min 1600 set fan3_min 3000