Changeset 2771
- Timestamp:
- 11/25/04 20:40:09 (4 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r2735 r2771 1056 1056 #ignore temp3 1057 1057 1058 # Set your CPU core limits here. For the other voltage sensors, the 1059 # built-in defaults should be fine. 1060 1061 set in0_min 2.0 1062 set in0_max 2.5 1058 # Set your CPU core limits here if the BIOS did not. 1059 1060 #set in0_min 1.70 * 0.95 1061 #set in0_max 1.70 * 1.05 1062 1063 # Other voltage values are standard so we can enforce the limits. 1064 1065 set in1_min 2.5 * 0.95 1066 set in1_max 2.5 * 1.05 1067 set in2_min 3.3 * 0.95 1068 set in2_max 3.3 * 1.05 1069 set in3_min 5 * 0.9 1070 set in3_max 5 * 1.1 1071 set in4_min 12 * 0.9 1072 set in4_max 12 * 1.1 1063 1073 1064 1074 # Set your temp limits here. Remember, 'tempX_over' is the temp at which an
