Changeset 2523
- Timestamp:
- 05/11/04 19:51:33 (5 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r2515 r2523 2048 2048 compute in10 @*2, @/2 2049 2049 2050 set in7_min 3.3 * 0.95 2051 set in7_max 3.3 * 1.05 2052 set in10_min 3.3 * 0.95 2053 set in10_max 3.3 * 1.05 2054 2055 # Ignore voltages that are not monitored by your motherboard 2056 # ignore in9 2050 # These are the operating conditions as recommended by National 2051 # Semiconductor 2052 set in7_min 3.0 2053 set in7_max 3.6 2054 set in8_min 3.0 2055 set in8_max 3.6 2056 set in9_min 2.4 2057 set in9_max 3.6 2058 set in10_min 3.0 2059 set in10_max 3.6 2057 2060 2058 2061 # Temperature inputs … … 2070 2073 # ignore temp2 2071 2074 2075 set temp1_min 0 2076 set temp1_max 70 2077 set temp1_crit 85 2078 set temp2_min 0 2079 set temp2_max 70 2080 set temp2_crit 85 2081 set temp3_min 0 2082 set temp3_max 70 2083 set temp3_crit 85 2084 2072 2085 # Fan inputs 2073 2086 2074 2087 # Ignore fans you don't have 2088 # ignore fan2 2075 2089 # ignore fan3 2090 2091 # Increase clock dividers if you have very low speed fans and readings 2092 # overflow 2093 # set fan1_div 8 2094 # set fan2_div 8 2095 # set fan3_div 8 2096 2097 set fan1_min 2000 2098 set fan2_min 2000 2099 set fan3_min 2000
