Skip to content

chestm007/amdgpu-fan

Repository files navigation

Fan controller for amdgpus

If you experience problems please create an issue.

Installation:

Arch Linux, Manjaro and derivatives

Install from the AUR using your favorite helper, or build manually as shown below:

.. code-block::

$ git clone https://github.com/chestm007/amdgpu-fan.git
$ cd amdgpu-fan
$ makepkg -si

Usage:

$ sudo amdgpu-fan
Start the daemon with $ sudo systemctl start amdgpu-fan
Make it with run at startup with $ sudo systemctl enable amdgpu-fan

Configuration:

Edit /etc/amdgpu-fan.yml to create the desired fan curve

.. code-block::

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

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

# optional
# temp_drop: 5  # how much temperature should drop before fan speed is decreased

About

Fan controller for AMD graphics cards running the amdgpu driver on Linux

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors