You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -19,41 +19,17 @@ sleep_time="7"
19
19
fcurve="25 40 55 70 85" # fan speeds
20
20
tcurve="35 45 55 65 75" # temperatures
21
21
22
-
23
-
24
-
#defines if equation-mode is being used. If equation_mode is on, the script will calculate the correct fan speed from the defined equation instead of using fcurve and tcurve, thus achieving a smoother fan-curve
25
-
equation_mode="0"
26
-
27
-
# the equation for the primary fan (used if equation_mode is 1)if equation_mode is 1 the script will set the fan speed to the corresponding value of the equation in quotation marks ($cur_t represents the current temperature)
# if equation_mode is 1, this is the temperature at which 100% fan speed will be set
33
-
equation_max="90"
34
-
35
22
# This value is used to determine the temperature difference needed to get
36
23
# the script to check for a new speed to apply. The default of this value
37
24
# is zero, which means the script will automatically calculate a value
38
25
# based on the temperature curves supplied below
39
26
force_check="0"
40
27
41
-
#if this value is one, if the temperature is decreasing the script will lower the fan speed smoothly 1% at every temperature check, instead of directly switching to the corresponding value in fcurve or the equation
42
-
smooth_decrease="0"
43
-
44
-
# defines the minium setpoint the fan-speed will decrease to
45
-
smooth_decrease_setpoint="30"
46
-
47
28
# These two arrays are for GPU's that have a secondary fan that you may wish
48
29
# to control seperately, especially if it is water-cooled.
49
30
fcurve2="15 30 45 60 75"
50
31
tcurve2="35 45 55 65 75"
51
32
52
-
# the equation for the secondary fan (used if equation_mode is 1)
0 commit comments