From f7d00ae81d77e4d5ec93d4552aa5756b0c94e897 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 25 Nov 2004 19:40:09 +0000 Subject: [PATCH] Set via686a voltage limits. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2771 7894878c-1315-0410-8ee3-d5d059ff63e0 --- etc/sensors.conf.eg | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg index 9bdc0f7c..24467fbe 100644 --- a/etc/sensors.conf.eg +++ b/etc/sensors.conf.eg @@ -1055,11 +1055,21 @@ chip "via686a-*" label temp3 "SBr Temp" #ignore temp3 -# Set your CPU core limits here. For the other voltage sensors, the -# built-in defaults should be fine. +# Set your CPU core limits here if the BIOS did not. - set in0_min 2.0 - set in0_max 2.5 + #set in0_min 1.70 * 0.95 + #set in0_max 1.70 * 1.05 + +# Other voltage values are standard so we can enforce the limits. + + set in1_min 2.5 * 0.95 + set in1_max 2.5 * 1.05 + set in2_min 3.3 * 0.95 + set in2_max 3.3 * 1.05 + set in3_min 5 * 0.9 + set in3_max 5 * 1.1 + set in4_min 12 * 0.9 + set in4_max 12 * 1.1 # Set your temp limits here. Remember, 'tempX_over' is the temp at which an # alarm is triggered, and 'tempX_hyst' is the temp at which an alarm turns off.