You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

amdgpu-fan

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amdgpu-fan

amdgpu fan controller

0.0.24
pipPyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts