Changeset 2819

Show
Ignore:
Timestamp:
01/01/05 00:26:36 (4 years ago)
Author:
mds
Message:

add some temperature adjustment hints in the comment section

Files:

Legend:

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

    r2771 r2819  
    2323# to the real stuff. 
    2424# 
    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. 
    2626# 
    2727# Identifiers consisting of only digits and letters can be used 
     
    5858# 
    5959# 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'"
    6161# 
    6262# If you have trouble, verify the features in lib/chips.c!!! 
     
    155155#       compute in5 -(210/60.4)*@  ,  -@/(210/60.4) 
    156156#       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 
    157187# 
    158188# 
     
    234264# 
    235265#       set beep_enable 0 
     266# 
    236267# 
    237268##########################################################################