distribution/packages/sysutils/system-utils/sources/config/fancontrol.conf
fewtarius 1f6d96325b
* Fix ALSA on x86_64 handhelds.
* Temporary drop or correct multiple packages that needed updates for x86_64.
* Update volume service to deprecate hard coded paths.
* system-utils and sleep to common packages.
* Add weston kiosk.ini for future use.
* Add DIRTY variable, if true it will not clean.
2022-08-31 17:50:23 -04:00

22 lines
564 B
Text

# To enable custom fan control, set the cooling profile to custom, or run
# set_setting cooling.profile custom
#
# 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
# Disable debugging by default
DEBUG=false
## 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)