~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Biostar/N68S+.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 contributed by Lee Marriott.
 
2
 
 
3
 
 
4
# libsensors configuration file
 
5
# -----------------------------
 
6
#
 
7
# This is a first attempt at a custom configuration file for the Biostar N68S+.
 
8
# This custom configuration file should be copied to /etc/sensors.d/Biostar-N68S+.conf.
 
9
#
 
10
# Custom configuration files for some specific mainboards can be found at
 
11
# https://github.com/lm-sensors/lm-sensors/tree/master/configs
 
12
 
 
13
# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
 
14
# COMPLETE INFORMATION. ie:
 
15
 
 
16
# man sensors.conf
 
17
 
 
18
# Regarding the Biostar N68S+ motherboard: This motherboard supports
 
19
# both manual overclocking by individual settings and preconfigured
 
20
# overclocking using predefined sets of overclock settings.
 
21
 
 
22
chip "it8716-*"
 
23
 
 
24
# All labels set to match Biostar N68S+ BIOS displayed labels. See
 
25
# the 'PC Health' screen in the BIOS.
 
26
 
 
27
# Voltage settings
 
28
 
 
29
    label in0 "  Vcore"
 
30
    label in1 "Chipset"
 
31
    ignore in2           # +3.3 V not in BIOS
 
32
    label in3 "   +5 V"  # VCC
 
33
    label in4 "  +12 V"
 
34
    label in5 "    DDR"
 
35
    label in6 "     HT"
 
36
    label in7 "   5VSB"
 
37
    label in8 "   Vbat"
 
38
 
 
39
    compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
 
40
    compute in4 ((30/10)+1)*@ , @/((30/10)+1)
 
41
    compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)
 
42
 
 
43
    ignore cpu0_vid
 
44
 
 
45
# Other than +3.3, +5.0 and +12.0 voltages (here set plus/minus 10%), the
 
46
# indicated min/max voltages are a guess based on present measurements
 
47
# and similar to those on my Asus m/b.
 
48
 
49
 
 
50
    set in0_min   0.80
 
51
    set in0_max   1.80
 
52
    set in1_min   1.1
 
53
    set in1_max   1.76
 
54
#    set in2_min   3.3 * 0.90
 
55
#    set in2_max   3.3 * 1.10
 
56
    set in3_min   5.0 * 0.90
 
57
    set in3_max   5.0 * 1.10
 
58
    set in4_min  12.0 * 0.90
 
59
    set in4_max  12.0 * 1.10
 
60
    set in5_min   1.60
 
61
    set in5_max   2.20
 
62
    set in6_min   0.95
 
63
    set in6_max   1.4
 
64
    set in7_min   5.0 * 0.90
 
65
    set in7_max   5.0 * 1.10
 
66
 
 
67
# Fan settings
 
68
 
 
69
    label fan1 "CPU fan"
 
70
    label fan2 "Sys1fan"
 
71
    label fan3 " NB fan"
 
72
 
 
73
    # Ignore fans you don't have
 
74
   ignore fan3
 
75
 
 
76
#
 
77
# The Biostart N68S+ is based upon the nVidia GeForce 7025/nForce 630a
 
78
# chipset and comes with active (fan based) cooling.
 
79
 
 
80
# Biostar N68S+ can allow 0 rpm for the CPU fan when in SMART
 
81
# fan control mode. Set min speeds as applicable for your system.
 
82
 
 
83
#    set fan1_min 1000
 
84
    set fan1_min 0
 
85
    set fan2_min 1000
 
86
#    set fan3_min 5600
 
87
 
 
88
# Temperature sensor settings
 
89
 
 
90
    label temp1 "CPU Tmp"
 
91
    label temp2 "M/B Tmp"
 
92
    label temp3 "NB     "
 
93
 
 
94
# BioStar N68S+ BIOS doesn't use 'temp2' and 'temp3'.
 
95
 
 
96
    ignore temp2
 
97
    ignore temp3
 
98
 
 
99
# Only set tempX_type if you have PC Health [disabled]
 
100
# in your BIOS???? Generally, the kernel {lmsensors} will
 
101
# correctly detect individual temperature sensor type and
 
102
# set values accordingly.
 
103
# 2 = thermistor; 3 = thermal diode; 0 = unused
 
104
 
 
105
#    set temp1_type 2
 
106
#    set temp2_type 2
 
107
#    set temp3_type 3
 
108
 
 
109
# Set your temparature max values. Warning: If your values here
 
110
# are set higher than the values set in your BIOS, then you may
 
111
# shutdown at a lower temperature than you think. It's probably
 
112
# best to assume that shutdown will occur at the lowest setting
 
113
# whenever the value here and the BIOS are different.
 
114
 
 
115
   set temp1_max  50
 
116
   set temp1_min  10
 
117
#   set temp2_max  50
 
118
#   set temp2_min  10
 
119
 
 
120
# The other possibility is that a value set here will always
 
121
# override the BIOS. You may or may not want that behavior.
 
122