Changes between Initial Version and Version 1 of Configurations/Abit/Ag7

Show
Ignore:
Timestamp:
05/29/06 23:01:28 (7 years ago)
Author:
j.w.r.degoede@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Configurations/Abit/Ag7

    v1 v1  
     1= Ag7 = 
     2 
     3Example configuration file for the Abit Ag7 motherboard: 
     4 
     5{{{ 
     6 
     7# lm_sensors configuration file for the Abit Ag7 motherboard 
     8 
     9# 2006-05-29, Hans de Goede <j.w.r.degoede@hhs.nl> 
     10 
     11# Comments welcome! 
     12 
     13 
     14 
     15chip "abituguru-*" 
     16 
     17 
     18 
     19### Voltages 
     20 
     21 
     22 
     23   label in0 "CPU Core Voltage" 
     24 
     25   label in1 "DDR Voltage" 
     26 
     27   label in2 "DDR VTT Voltage" 
     28 
     29   label in3 "ATX +12V" 
     30 
     31   compute in3 @*4.153 , @/4.153 
     32 
     33   label in4 "FSB VTT Voltage"   
     34 
     35   label in5 "NB Voltage" 
     36 
     37   label in6 "NB 2.5V Voltage" 
     38 
     39   label in7 "ATX +5V Voltage" 
     40 
     41   compute in7 @*1.788 , @/1.788 
     42 
     43   label in8 "ATX +3.3V Voltage" 
     44 
     45   compute in8 @*1.248 , @/1.248 
     46 
     47   label in9 "5VDual Voltage"    
     48 
     49   compute in9 @*1.788 , @/1.788 
     50 
     51   ignore in10 
     52 
     53 
     54 
     55### Temperatures 
     56 
     57 
     58 
     59   label temp1 "CPU Temperature" 
     60 
     61   label temp2 "SYS Temperature" 
     62 
     63   label temp3 "PWM1 Temperature" 
     64 
     65   label temp4 "PWM2 Temperature" 
     66 
     67   ignore temp5 
     68 
     69   ignore temp6 
     70 
     71   ignore temp7 
     72 
     73 
     74 
     75### Fans 
     76 
     77 
     78 
     79   label fan1 "CPU FAN Speed" 
     80 
     81   label fan2 "NB FAN Speed"   
     82 
     83   label fan3 "SYS FAN Speed" 
     84 
     85   label fan4 "AUX1 FAN Speed" 
     86 
     87   label fan5 "AUX2 FAN Speed" 
     88 
     89   ignore fan6 
     90 
     91}}} 
     92