summaryrefslogtreecommitdiff
path: root/configs/Gigabyte/K8N51GMF-9.conf
blob: 1bd28cf80862231471bc16766c02354d13ce8abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Preliminary configuration file contributed by Denzel Holmes.
# Improvements welcome.

# lm_sensors configuration for Gigabyte GA-K8N51GMF-9 (C51-MCP51) Socket 7 motherboard

chip "k8temp-*"

## cpu core temp ##
 label temp1_input "CPU Core1 Temp"
 label temp3_input "CPU Core2 Temp"

chip "w83627ehf-*"

## Voltage ##
 
 label in0 "VCore" # CPU Core Voltage
 label in1 "VPCIEx" # PCI Express Voltage
 label in2 "AVCC"
 label in3 "3VCC"
 label in6 "+3.3V" # +3.3V, or so i think 
 label in7 "3VSB"
 label in8 "VBat"
 label in9 "+12V" # +12V, or so i think

## +12V is in9 and +5V is in6 ##
 compute in9 @*(1+(56/10)), @/(1+(56/10))
 compute in6 @*1.78, @/1.78

 set in9_min 12.0*0.7916
 set in9_max 12.0*1.1
 set in6_min 3.3*0.9
 set in6_max 3.3*1.10

 set in0_min 0.9
 set in0_max 1.7
 set in1_min 1.3
 set in1_max 2.0
 set in2_min 3.3*0.9
 set in2_max 3.3*1.1
 set in3_min 3.3*0.9
 set in3_max 3.3*1.1
 set in4_min 1.4
 set in4_max 1.6
 set in5_min 1.86
 set in5_max 1.9
 set in7_min 3.3*0.9
 set in7_max 3.3*1.1
 set in8_min 3.0*0.9
 set in8_max 3.3*1.1
 
 ## Temperatures ##

 label temp1 "Sys Temp"
 label temp2 "CPU Temp"
 label temp3 "Aux Temp"

 set temp1_max 55
 set temp1_max_hyst 48
 set temp2_max 55
 set temp2_max_hyst 47
 set temp3_max 55
 set temp3_max_hyst 50

## Fans ##

 label fan1 "Sys Fan"
 label fan2 "CPU Fan"
 
 set fan2_min 800

 ignore fan3
 ignore fan4
 ignore fan5