| 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 |
| | 1723 | chip "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 | |