Hi Filip, > actually this are last results which are very good at last, just tell > me about vid, Stdby and -5 and -12V pls. will be highly appreciated > > [root at localhost etc]# sensors -s > [root at localhost etc]# sensors > it8712-isa-0290 > Adapter: ISA adapter > VCore 1: +1.68 V (min = +1.62 V, max = +1.79 V) > Vram: +2.61 V (min = +2.46 V, max = +2.74 V) > +3.3V: +3.31 V (min = +3.14 V, max = +3.47 V) > +5V: +5.02 V (min = +4.74 V, max = +5.25 V) > +12V: +11.84 V (min = +11.39 V, max = +12.61 V) > Vagp: +1.52 V (min = +1.42 V, max = +1.57 V) > -5V: -8.03 V (min = -5.26 V, max = -4.77 V) ALARM > Stdby: +5.54 V (min = +4.74 V, max = +5.25 V) ALARM > VBat: +4.08 V > fan1: 2518 RPM (min = 2481 RPM, div = 8) > CPU Temp: +55?C (low = +50?C, high = +60?C) sensor = thermistor > M/B Temp: +41?C (low = +40?C, high = +50?C) sensor = thermistor > vid: +1.60 V You are supposed to use vid in the configuration file. It represents the nominal VCore value. set in0_min vid * 0.95 set in0_max vid * 1.05 Note that your Vcore is 1.68V which is quite far from the nominal 1.60V value. I would be worried. For -5V, either it isn't connected, or it uses a non-standard formula. You may try: compute in5 @+2.20*(@-4.096), (@+2.20*4.096)/(1+2.20) It's taken from MBM's configuration file. Note that it has a question mark attached, so probably Alex wasn't sure it was correct. Do you have -5V shown in the BIOS setup screen? If not, then possibly the -5V line isn't monitored at all. As for -12V, it seems not to be monitored. For standby, I don't know. More generally, just watch what the BIOS setup screen displays for voltages, or Gigabyte's own tool, and attempt to reach the same result by modifying the sensors.conf configuration file. -- Jean Delvare