~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Gigabyte/GA-770TA-UD3.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 file for the Gigabyte GA-770TA-UD3. 
 
2
# Submitted by Ancoron Luciferis
 
3
 
 
4
 
 
5
# libsensors3 configuration file for the Gigabyte GA-770TA-UD3
 
6
 
 
7
chip "it8720-isa-*"
 
8
### Voltages
 
9
 
 
10
   # in5 is mysterious.
 
11
 
 
12
   label  in0  "Vcore"
 
13
   label  in1  "Vdram"   # "DDR3" in BIOS
 
14
   label  in2  "+3.3V"
 
15
   label  in3  "+5V"     # Not in BIOS
 
16
   label  in4  "+12V"
 
17
   ignore in5
 
18
   ignore in6
 
19
   label  in7  "5VSB"    # Not in BIOS
 
20
   label  in8  "Vbat"    # Not in BIOS
 
21
   ignore cpu0_vid
 
22
 
 
23
   # Vcore, Vdram, +3.3V and Vbat are connected directly, so no compute
 
24
   # line is needed for these. +5V and 5VSB are internal so we use the
 
25
   # standard scaling factor. Scaling for +12V is apparently not standard,
 
26
   # factor 3.963 is guessed from BIOS and EasyTune values (3.943 was
 
27
   # another candidate.)
 
28
   compute  in3  @ * (6.8/10+1), @ / (6.8/10+1)
 
29
   compute  in4  @ * 3.963,      @ / 3.963
 
30
   compute  in7  @ * (6.8/10+1), @ / (6.8/10+1)
 
31
 
 
32
   # The BIOS won't set any limit for voltages.
 
33
 
 
34
   set in0_min  0.825 * 0.95
 
35
   set in0_max  1.425 * 1.05
 
36
   set in1_min  1.5   * 0.95
 
37
   set in1_max  1.5   * 1.05
 
38
   set in2_min  3.3   * 0.95
 
39
   set in2_max  3.3   * 1.05
 
40
   set in3_min  5     * 0.95
 
41
   set in3_max  5     * 1.05
 
42
   set in4_min 12     * 0.95
 
43
   set in4_max 12     * 1.05
 
44
   set in7_min  5     * 0.95
 
45
   set in7_max  5     * 1.05
 
46
 
 
47
### Temperatures
 
48
 
 
49
   # The BIOS only shows 2 temperature values:
 
50
   # - temp1: the system temprature
 
51
   # - temp2: the CPU temperature
 
52
 
 
53
   label temp1 "SYS Temp"
 
54
   label temp2 "CPU Casing Temp"
 
55
   ignore temp3
 
56
 
 
57
### Fans
 
58
 
 
59
   label  fan1 "CPU Fan"
 
60
   ignore fan2
 
61
   ignore fan3
 
62
   # ignore fan4 # doesn't exist on GA-770TA-UD3
 
63
   ignore fan5
 
64
 
 
65
   # Adjust for your own fans
 
66
   set fan1_min 1000
 
67
   # set fan3_min 3000
 
68