Thinkfan is a minimalist fan control program. Historically started with the aim of contolling fan speeds on Thinkpads, but grew more features on the way. OBS-URL: https://build.opensuse.org/request/show/927052 OBS-URL: https://build.opensuse.org/package/show/hardware/thinkfan?expand=0&rev=1
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
## Path: System/
|
|
## Description: Fan control for Thinkpads
|
|
## Type: string
|
|
## Default: "-b0"
|
|
## ServiceRestart: thinkfan
|
|
#
|
|
# Decrease biasing (up to -b-10) if your fan speed changes too quickly,
|
|
# Increase biasing (up to -b20) if your fan speed changes too slowly.
|
|
#
|
|
THINKFAN_ARGS="-b0"
|