Penguin
Note: You are viewing an old revision of this page. View the current version.

Config File

  1. This is my (JohnMcPherson's) /etc/sensors.conf file for the
  2. LMSensors program for my Gigabyte GA-7VTX motherboard.

chip "it87-" "it8705-" "it8712-*"

label in0 "VCore 1" label in1 "VCore 2" label in2 "+3.3V" label in3 "+5V" label in4 "+12V"

ignore in5 # Gigabyte 7VT E+

  1. label in5 "-12V"

ignore in6 # Gigabyte 7VT E+

  1. label in6 "-5V"

label in7 "Stdby"

ignore in8 # Gigabyte 7VT E+

  1. label in8 "VBat"

set in0_min 1.7 * 0.95 # I think my athlon has a core of 1.7 volts... set in0_max 1.7 * 1.05 # ditto...

  1. I'm not sure what vcore2 is actually measuring, but the bios consistently
  2. reports around 1.2 or so...

    set in1_min 1.2 * .95 set in1_max 1.2 * 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.95 set in4_max 12 * 1.05 set in5_max -12 * 0.95 set in5_min -12 * 1.05 set in6_max -5 * 0.95 set in6_min -5 * 1.05

  3. in7 == Stdby, seems to be 3 volts, rather than the default 5 in the orig cfg

    set in7_min 3 * 0.95 set in7_max 3 * 1.05

    1. the chip does not support in8 min/max

    ignore vid

  4. If 3.3V reads 2X too high (Soyo Dragon, for example),
  5. comment out following line.
  6. compute in2 2*@ , @/2 # commented out for GA-7VTX

compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in4 ((30/10) +1)*@ , @/((30/10) +1)

  1. Temperature
  2. I needed "temp_type=0x38" as an option to the module at modprobe time

    label temp1 "Temp1/MB" set temp1_over 40 set temp1_hyst 20 label temp2 "Temp2/CPU" set temp2_over 65 # I don't really know what temp is too hot... set temp2_hyst 25 ignore temp3

  3. Fans

    set fan1_min 0

ignore fan2 # I currently don't have a case fan

set fan2_min 3000 ignore fan3

The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • AlejandroRiveira
The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php:99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php:111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php:111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument