| 1 | # lm_sensors configuration file for the "Shuttle XPC SG33G5M Deluxe" |
|---|
| 2 | # 2008-09-26, Matthieu Crapet <mcrapet@gmail.com> |
|---|
| 3 | # Comments welcome! |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | ## |
|---|
| 7 | # Chip 'ITE IT8718F Super IO Sensors' (it87.ko) |
|---|
| 8 | ## |
|---|
| 9 | chip "it8718-*" |
|---|
| 10 | |
|---|
| 11 | # |
|---|
| 12 | # Voltages (cpu0_vid, in0, ..., in8) |
|---|
| 13 | # |
|---|
| 14 | set in2_min 3.3 * 0.95 |
|---|
| 15 | set in2_max 3.3 * 1.05 |
|---|
| 16 | set in3_min 5 * 0.95 |
|---|
| 17 | set in3_max 5 * 1.05 |
|---|
| 18 | set in4_min 12 * 0.95 |
|---|
| 19 | set in4_max 12 * 1.05 |
|---|
| 20 | set in7_min 5 * 0.95 |
|---|
| 21 | set in7_max 5 * 1.05 |
|---|
| 22 | |
|---|
| 23 | label in0 "CPU voltage" |
|---|
| 24 | label in1 "Chipset voltage" |
|---|
| 25 | label in2 "+3.3V" |
|---|
| 26 | label in3 "+5V" |
|---|
| 27 | label in4 "+12V" |
|---|
| 28 | label in6 "DDR2 voltage" |
|---|
| 29 | label in7 "+5VSB" |
|---|
| 30 | label in8 "Battery voltage" |
|---|
| 31 | |
|---|
| 32 | ignore in5 |
|---|
| 33 | compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) |
|---|
| 34 | compute in4 ((30/10)+1)*@ , @/((30/10)+1) |
|---|
| 35 | compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) |
|---|
| 36 | |
|---|
| 37 | # |
|---|
| 38 | # Fans (fan1, fan2, fan3) |
|---|
| 39 | # |
|---|
| 40 | set fan1_min 700 |
|---|
| 41 | label fan1 "System Fan" |
|---|
| 42 | |
|---|
| 43 | ignore fan2 |
|---|
| 44 | ignore fan3 |
|---|
| 45 | |
|---|
| 46 | # |
|---|
| 47 | # Temperature (temp1, temp2, temp3) |
|---|
| 48 | # |
|---|
| 49 | set temp1_max 60 |
|---|
| 50 | set temp1_min 15 |
|---|
| 51 | label temp1 "CPU Temp" |
|---|
| 52 | |
|---|
| 53 | set temp2_max 65 |
|---|
| 54 | set temp2_min 15 |
|---|
| 55 | label temp2 "M/B Temp" |
|---|
| 56 | |
|---|
| 57 | ignore temp3 |
|---|