# lm_sensors 3 configuration file for the Gigabyte MA785GMT-UD2H motherboard # 2010-06-05, Jean Delvare # Written for board revision 1.1, may or may not be suitable for other # revisions. Thanks to David Mathog for testing and reporting. # Comments welcome! chip "it8718-*" ### Voltages # in7 is mysterious, it lives in the range 2.00 to 2.90 V, and seems to # change with CPU frequency and possibly CPU load. No idea what it can # be. label in0 "Vcore" label in1 "Vram" # "DDR3" in BIOS label in2 "+3.3V" label in3 "+5V" # Not in BIOS label in4 "+12V" label in5 "3VSB" # Not in BIOS, guessed ignore in6 label in8 "Vbat" # Not in BIOS # Vcore, Vram, +3.3V and Vbat are connected directly, so no compute # line is needed for these. For +5V the chip is configured to use # internal scaling. Scaling for +12V is apparently not standard, my # guess is that the BIOS uses 255/64 as the scaling factor. Not sure # if it matches the physical reality. compute in3 @ * (6.8/10+1), @ / (6.8/10+1) compute in4 @ * (255/64), @ / (255/64) # 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.6 * 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 in5_min 3.3 * 0.95 set in5_max 3.3 * 1.05 ### Temperatures # The BIOS only shows 2 temperature values, so temp1 might not be # actually used. label temp1 "Sys Temp" # Needs confirmation label temp2 "CPU Temp" label temp3 "NBr Temp" # Guessed set temp1_min 10 set temp1_max 50 set temp2_min 10 set temp2_max 60 set temp3_min 10 set temp3_max 50 ### Fans label fan1 "CPU Fan" label fan2 "Case Fan" ignore fan3 label fan4 "NBr Fan" # Adjust for your own fans set fan1_min 1500 set fan4_min 1000