summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2014-04-23 15:17:24 +0000
committerJean Delvare <khali@linux-fr.org>2014-04-23 15:17:24 +0000
commitda5b14dc0c53de3c8bba1f79e75aa63c0dc0bbad (patch)
tree9b0ce83fe44778660b4bedfcee24334d019d0442 /etc
parent69b3b10fa6025bb19317df8490b8f01a8efe8f37 (diff)
downloadlm-sensors-git-da5b14dc0c53de3c8bba1f79e75aa63c0dc0bbad.tar.gz
sensors.conf.5: Enhance the hysteresis documentation
Mention all supported temperature hysteresis attributes. Recommend setting each limit before its hysteresis.
Diffstat (limited to 'etc')
-rw-r--r--etc/sensors.conf.eg22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg
index d8fc9fc8..309aad6d 100644
--- a/etc/sensors.conf.eg
+++ b/etc/sensors.conf.eg
@@ -745,10 +745,10 @@ chip "lm80-*"
# All 4 of these limits apply to the single temperature sensor.
# "crit" may or may not do anything on your motherboard but it should
# be set higher than the "max" thresholds.
-# set temp1_max_hyst 45
# set temp1_max 52
-# set temp1_crit_hyst 57
+# set temp1_max_hyst 45
# set temp1_crit 62
+# set temp1_crit_hyst 57
chip "via686a-*"
@@ -822,12 +822,12 @@ chip "via686a-*"
# we would still get some oscillation when the temp hovers around the limit
# due to noise.)
-# set temp1_max_hyst 40
# set temp1_max 45
-# set temp2_max_hyst 55
+# set temp1_max_hyst 40
# set temp2_max 60
-# set temp3_max_hyst 60
+# set temp2_max_hyst 55
# set temp3_max 65
+# set temp3_max_hyst 60
# You could set your fan limits too, but the defaults should be fine.
@@ -1452,14 +1452,14 @@ chip "vt1211-*"
compute temp7 1 / (1 / 298.15 - (` (2.2 / @ - 1)) / 3435) - 273.15, \
2.2 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @))))
-# set temp1_max_hyst 80
# set temp1_max 85
-# set temp2_max_hyst 60
+# set temp1_max_hyst 80
# set temp2_max 65
-# set temp3_max_hyst 60
+# set temp2_max_hyst 60
# set temp3_max 65
-# set temp4_max_hyst 40
+# set temp3_max_hyst 60
# set temp4_max 45
+# set temp4_max_hyst 40
# set fan1_min 3000
# set fan2_min 3000
@@ -1520,10 +1520,10 @@ chip "vt8231-*"
compute temp3 1 / (1 / 298.15 - (` (2.2 / @ - 1)) / 3435) - 273.15, \
2.2 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @))))
-# set temp1_max_hyst 60
# set temp1_max 65
-# set temp2_max_hyst 40
+# set temp1_max_hyst 60
# set temp2_max 45
+# set temp2_max_hyst 40
# set fan1_min 3000
# set fan2_min 3000