Changeset 2819
- Timestamp:
- 01/01/05 00:26:36 (4 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r2771 r2819 23 23 # to the real stuff. 24 24 # 25 # Hash marks introduce comments, which continue until the end of a line 25 # Hash marks introduce comments, which continue until the end of a line. 26 26 # 27 27 # Identifiers consisting of only digits and letters can be used … … 58 58 # 59 59 # Unfortunately, feature names starting with a number must be in 60 # double quotes or you get 'parse error, expecting 'NAME''.60 # double quotes or you get "parse error, expecting 'NAME'". 61 61 # 62 62 # If you have trouble, verify the features in lib/chips.c!!! … … 155 155 # compute in5 -(210/60.4)*@ , -@/(210/60.4) 156 156 # compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4) 157 # 158 # NOTE: On many motherboards, the -5V and -12V sensors are not connected. 159 # Add ignore lines so these readings will not be displayed. For example: 160 # ignore in5 161 # ignore in6 162 # 163 # 164 # TEMPERATURE COMPUTATION EXAMPLES 165 # -------------------------------- 166 # There are two common ways to adjust temperature readings. 167 # One is to adjust by a constant. The other is to change the 168 # temperature sensor type. 169 # 170 # Add 5 degrees to temperature sensor 1: 171 # compute temp1 @+5,@-5 172 # 173 # Sensor type adjustments (certain chips only): 174 # ...Set temp1 to processor's thermal diode: 175 # set sensor1 1 (Winbond chips) 176 # set sensor1 3 (IT87xx and MTP008 chips) 177 # 178 # ...Set temp1 sensor to 3904 transistor: 179 # set sensor1 2 (Winbond chips) 180 # 181 # ...Set temp1 to thermistor: 182 # set sensor1 3435 (Winbond chips) 183 # set sensor1 2 (IT87xx and MTP008 chips) 184 # 185 # Often, a temperature sensor is disconnected; disable it with an ignore line: 186 # ignore temp3 157 187 # 158 188 # … … 234 264 # 235 265 # set beep_enable 0 266 # 236 267 # 237 268 ##########################################################################
