10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
|
# Helios64 PWM Fan Control Configuration
|
||
|
# Temp source : /dev/thermal-cpu
|
||
|
INTERVAL=10
|
||
|
FCTEMPS=/dev/fan-p6/pwm1=/dev/thermal-cpu/temp1_input /dev/fan-p7/pwm1=/dev/thermal-cpu/temp1_input
|
||
|
MINTEMP=/dev/fan-p6/pwm1=40 /dev/fan-p7/pwm1=40
|
||
|
MAXTEMP=/dev/fan-p6/pwm1=110 /dev/fan-p7/pwm1=110
|
||
|
MINSTART=/dev/fan-p6/pwm1=60 /dev/fan-p7/pwm1=60
|
||
|
MINSTOP=/dev/fan-p6/pwm1=40 /dev/fan-p7/pwm1=40
|
||
|
MINPWM=20
|