Skip to content

nowrep/amdgpufan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMDGPU Fan Control

Fan control based on highest GPU temperature (edge, junction or memory).

Usage: amdgpufan [options]

Options:
  -c CONFIG_FILE        Specify config path
  -d --debug            Enable debug logging
  -h --help             Show this help message
  -v --version          Show version

Building

make && make install

Configuration

/etc/amdgpufan.conf

# card
card0
# optional: ignore memory temperature
no-memory
# temperature fanspeed
50 0
60 10
70 30
80 40
90 45
94 50
98 60

Start systemd service

systemctl enable --now amdgpufan