~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Gigabyte/M61P-S3.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration contributed by Artem S. Tashkinov.
 
2
 
 
3
 
 
4
# lm_sensors configuration for Gigabyte M61P-S3 AM2+ motherboard
 
5
 
 
6
chip "it8716-*"
 
7
 
 
8
# Voltages
 
9
 
 
10
    label  in0  "VCore"    # CPU Core Voltage
 
11
    label  in1  "VDDR"     # DDR2 1.8V
 
12
    label  in2  "+3.3V"    # VCC3
 
13
    label  in3  "+5V"      # VCC
 
14
    label  in4  "+12V"
 
15
    label  in5  "-12V"     # Not in the BIOS, maybe not really -12V
 
16
    label  in6  "-5V"      # Not in the BIOS, maybe not really -5V
 
17
    label  in7  "5VSB"     # VCCH
 
18
    label  in8  "VBat"
 
19
 
 
20
    compute in3  ((6.8/10)+1)*@ , @/((6.8/10)+1)
 
21
    compute in4  ((30/10)+1)*@  , @/((30/10)+1)
 
22
    compute in5 -(30/10+1)*@, -@/(30/10+1)
 
23
    compute in6  (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56)
 
24
    compute in7  ((6.8/10)+1)*@ , @/((6.8/10)+1)
 
25
 
 
26
#    Not setting in0 min/max, because different AMD CPUs have
 
27
#    different voltages, besides with C'n'Q enabled this voltage
 
28
#    can fluctuate a lot
 
29
#    set in0_min  vid * 0.95
 
30
#    set in0_max  vid * 1.05
 
31
     set in1_min  1.8 * 0.95
 
32
     set in1_max  1.8 * 1.05
 
33
     set in2_min  3.3 * 0.95
 
34
     set in2_max  3.3 * 1.05
 
35
     set in3_min    5 * 0.95
 
36
     set in3_max    5 * 1.05
 
37
     set in4_min   12 * 0.95
 
38
     set in4_max   12 * 1.05
 
39
     set in5_max  -12 * 0.95
 
40
     set in5_min  -12 * 1.05
 
41
     set in6_max   -5 * 0.95
 
42
     set in6_min   -5 * 1.05
 
43
     set in7_min    5 * 0.95
 
44
     set in7_max    5 * 1.05
 
45
# The chip does not support in8 min/max
 
46
 
 
47
# Temperatures
 
48
 
 
49
    label  temp1  "M/B Temp"
 
50
    label  temp2  "CPU Temp"
 
51
    label  temp3  "M/B Temp"
 
52
 
 
53
    set temp2_max   60
 
54
 
 
55
# Fans
 
56
 
 
57
    label  fan1 "CPU Fan"
 
58
    label  fan2 "Case Fan"
 
59
    ignore fan3  # This motherboard doesn't have the second system fan
 
60
 
 
61
#   My fans can stop if the temperature is OK, adjust for your situation
 
62
#   set fan1_min 2000
 
63
#   set fan2_min 2000