2022-03-03 21:55:39 +00:00
|
|
|
# To enable custom fan control, set the cooling profile to custom, or run
|
|
|
|
# set_setting cooling.profile custom
|
|
|
|
#
|
2022-02-05 14:23:32 +00:00
|
|
|
# Set to true or export it as a variable if you want debug output.
|
|
|
|
# To test:
|
|
|
|
#
|
|
|
|
# systemctl stop fancontrol
|
|
|
|
# /usr/bin/fancontrol
|
|
|
|
#
|
|
|
|
# To re-enable:
|
|
|
|
#
|
|
|
|
# systemctl start fancontrol
|
|
|
|
|
2022-02-06 16:39:01 +00:00
|
|
|
# Disable debugging by default
|
|
|
|
DEBUG=false
|
|
|
|
|
2022-02-05 14:23:32 +00:00
|
|
|
## Fan speeds range from off (0) to full (255).
|
|
|
|
## Define a speed for each temperature that you define. Order matters.
|
|
|
|
SPEEDS=(255 127 85 0)
|
|
|
|
|
|
|
|
## Temperatures, 75000=75C. Map each to a speed above.
|
|
|
|
TEMPS=(75000 65000 55000 0)
|