Show
Ignore:
Timestamp:
04/24/04 10:10:16 (9 years ago)
Author:
khali
Message:

Update via686a section, new lm99 section.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/etc/sensors.conf.eg

    r2457 r2470  
    10151015 
    10161016# Johannes Drechsel-Burkhard <jdb@chello.at> notes that on his MSI K7T Pro, 
    1017 # temp1 is the CPU temp and temp2 is the SYS temp. 
     1017# temp1 is the CPU temp and temp2 is the SYS temp. Hugo van der Merwe notes 
     1018# the same for his Gigabyte GA-7DXC, and Olivier Martin for his Gigabyte 
     1019# GA-7ZM. 
    10181020 
    10191021    label temp1 "SYS Temp" 
     
    10491051    #set fan1_min 5000 
    10501052    #set fan2_min 5000 
    1051  
    1052 # For at least one Tyan S1598, the following corrections make the sensors 
    1053 # readings more in-line with the BIOS readings on boot.  Try these, and 
    1054 # adjust as necessary. 
    1055  
    1056   #compute "2.0V" 1.02*@ ,  @/1.02 
    1057   #compute "3.3V" 1.02*@  ,  @/1.02 
    1058   #compute "5.0V" 1.009*@  ,  @/1.009 
    1059   #compute "12V" 1.04*@ ,  @/1.04 
    10601053 
    10611054 
     
    17281721#   set hyst1 70 
    17291722 
     1723chip "lm99-*" 
     1724 
     1725   label temp1 "G/C Temp" 
     1726   label temp2 "GPU Temp" 
     1727   label tcrit1 "G/C Crit" 
     1728   label tcrit2 "GPU Crit" 
     1729 
     1730# note #1: only the LM99 needs this; for a LM89, comment the compute line 
     1731# out 
     1732# note #2: there is no way for us to differenciate between a LM89 and a 
     1733# LM99; you have to know what you have; LM99 are frequently found on 
     1734# graphics cards, most notably nVidia ones 
     1735   compute temp2 @+16, @-16 
     1736 
     1737# change high and low limits to fit your needs 
     1738#   set temp1_low  10 
     1739#   set temp1_high 90 
     1740#   set temp2_low  10 
     1741#   set temp2_high 100 
     1742 
     1743# change critical limits to fit your needs 
     1744# should be higher than the corresponding high limit above 
     1745#   set tcrit1 100 
     1746#   set tcrit2 110 
     1747 
     1748# change the hysteresis values (to critical limits) to fit your needs 
     1749# note #1: hyst2 will be automatically set with the same delta 
     1750# note #2: the internal register, which stores a single, relative value 
     1751# for both channels, cannot hold values greater than 31, so the delta 
     1752# between critical temperatures and respective absolute hysteresis can 
     1753# never exceed this value 
     1754#   set hyst1 105 
     1755 
    17301756chip "vt1211-*" "vt8231-*" 
    17311757#