amdgpu fan controller


License
GPL-2.0
Install
pip install amdgpu-fan==0.0.5.post1556030199

Documentation

CircleCI

Fan controller for amdgpus [python3 only]

If you experience problems please create an issue.

installation:

pip

sudo pip3 install amdgpu-fan

Arch linux

Available in the aur as amdgpu-fan

usage:

sudo amdgpu-fan

configuration:

# /etc/amdgpu-fan.yml
# eg:

speed_matrix:  # -[temp(*C), speed(0-100%)]
- [0, 0]
- [40, 30]
- [60, 50]
- [80, 100]

# optional
# cards:  # can be any card returned from 
#         # ls /sys/class/drm | grep "^card[[:digit:]]$"
# - card0