10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
|
# Helios4 PWM Fan Control Configuration
|
||
|
# Temp source : /dev/thermal-cpu
|
||
|
INTERVAL=10
|
||
|
FCTEMPS=/dev/fan-j10/pwm1=/dev/thermal-cpu/temp1_input /dev/fan-j17/pwm1=/dev/thermal-cpu/temp1_input
|
||
|
MINTEMP=/dev/fan-j10/pwm1=40 /dev/fan-j17/pwm1=40
|
||
|
MAXTEMP=/dev/fan-j10/pwm1=80 /dev/fan-j17/pwm1=80
|
||
|
MINSTART=/dev/fan-j10/pwm1=20 /dev/fan-j17/pwm1=20
|
||
|
MINSTOP=/dev/fan-j10/pwm1=29 /dev/fan-j17/pwm1=29
|
||
|
MINPWM=20
|