-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheloquent-emu-settings.ini
More file actions
130 lines (93 loc) · 2.65 KB
/
eloquent-emu-settings.ini
File metadata and controls
130 lines (93 loc) · 2.65 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
[DEFAULT]
# data in this section propagates to all other sections,
# so this is basically, if you want some definition to propagate through the whole config,
# stuff it here.
# main device path prefix.
# in the case of using standard lm_sensors provided fun stuff,
# you will list the path prefix to the device from where you read temps and write speeds
# minimum and maximum speed will always 20 and 100 respectively, unless otherwise specified below, per device.
minimumSpeed = 20
maximumSpeed = 100
#default temp range
temps = 40, 40 | 70, 85
# default input type is lm_sensors temperature
inputType = componentTemp
# default output type is lm_sensors fan pwm
outputType = fanPWM
[log]
path = stdout
level = WARNING
[base]
# simple yes or no on whether to use hddtemp or not
hddtemp = no
# simple yes or no on whether to use serial or not
serial = no
pid_file = /run/pyFC.pid
# lists devices to be cooled.
devices = cpu, cpu_exhaust, gpu, chipset, ssds
# interval, in seconds, for how often the speeds are updated
interval = 2
[cpu]
# nct6798
# pwm2 - cpu cooler exhaust fan
# pwm3 - cpu cooler inlet fan
minimumSpeed=25
maximumSpeed=100
temps = 30, 40 | 35, 50 | 45, 60 | 55, 70 | 80, 80
temperatureMonitorDeviceName = k10temp
outputDeviceName = nct6798
temperatureMonitor = temp1_input
device = pwm2, pwm3
outputEnabler=pwm2_enable, pwm3_enable
[cpu_exhaust]
# nct6798
# pwm1 - cpu external exhaust fan
minimumSpeed=50
maximumSpeed=100
temps = 30, 70 | 75, 80
temperatureMonitorDeviceName = k10temp
outputDeviceName = nct6798
temperatureMonitor = temp1_input
device = pwm1
outputEnabler=pwm1_enable
[gpu]
temperatureMonitorDeviceName = amdgpu
outputDeviceName = amdgpu
minimumSpeed = 20
maximumSpeed = 100
temps = 35, 40 | 30, 50 | 40, 60 | 65, 75
#name of the output device
device = pwm1
# if the output needs to be specially enabled, use the outputEnabler to specify it
outputEnabler = pwm1_enable
# on which temperature inputs should the controller react
temperatureMonitor = temp1_input
[chipset]
# nct6798
# pwm6 - chipset/nvme fan
minimumSpeed=25
maximumSpeed=100
temps = 30, 70 | 75, 80
temperatureMonitorDeviceName = nct6798, nvme
outputDeviceName = nct6798
temperatureMonitor = temp7_input, temp1_input
device = pwm6
outputEnabler=pwm6_enable
[ssds]
minimumSpeed=50
maximumSpeed=100
temps = 30, 70 | 75, 80
inputType = hddtemp
outputDeviceName = nct6798
;temperatureMonitor = temp1_input
device = pwm4, pwm5
outputEnabler=pwm4_enable, pwm5_enable
# nct6798
# pwm1 - cpu external exhaust fan
# pwm2 - cpu cooler exhaust fan
# pwm3 - cpu cooler inlet fan
# pwm4 - hdd - front inlet fan
# pwm5 - bottom inlet fan
# pwm6 - chipset/nvme fan
# amdgpu
# pwm1 - gpu fan