mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
24 lines
576 B
Plaintext
24 lines
576 B
Plaintext
##############################################################################
|
|
# Sensor Drivers and Temperature Inputs
|
|
# =====================================
|
|
#
|
|
# ATTENTION: The order in which sensors are specified here is significant when
|
|
# specifying the fan speeds further below!
|
|
#
|
|
# PLEASE take a look at the example configuration file
|
|
# /usr/share/doc/thinkfan/thinkfan.yaml
|
|
|
|
sensors:
|
|
- hwmon: /sys/class/hwmon
|
|
name: amdgpu
|
|
indices: [1]
|
|
|
|
fans:
|
|
- tpacpi: /proc/acpi/ibm/fan
|
|
|
|
levels:
|
|
- [0, 0, 50]
|
|
- ["level auto", 45, 65]
|
|
- ["level full-speed", 60, 255]
|
|
|