summaryrefslogtreecommitdiffstats
path: root/testing/fancontroled/fancontroled.confd
blob: 803a9c38d8ffe21ac10d9c0c67f0dea5a84b2d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# possible options for FANCONTROLED_OPTS:
# -t  --temp-sensor-chip   Temperature sensor chip (e.g. lm75)
# -r  --temp-read-field    Temperature read fild (e.g. temp1_input)
# -m  --min-temp           Min fan speed on this temperature (°C)
# -M  --max-temp           Max fan speed on this temperature (°C)
# -f  --fan-sensor-chip    Fan sensor chip (e.g. g760a)
# -c  --fan-control-field  Fan control field (e.g. pwm1)
# -p  --pwm-fan-min        Min fan PWM
# -P  --pwm-fan-max        Max fan PWM
#
# example:
# FANCONTROLED_OPTS="-t lm75 -r temp1_input -m 30 -M 50 -f g760a -c pwm1 -p 1 -P 180"
#
# see http://fancontroled.lukaperkov.net/ for more info

FANCONTROLED_OPTS=""