https://github.com/nowrep/amdgpufan
AMDGPU Fan Control
https://github.com/nowrep/amdgpufan
amdgpu fan fancontrol
Last synced: 23 days ago
JSON representation
AMDGPU Fan Control
- Host: GitHub
- URL: https://github.com/nowrep/amdgpufan
- Owner: nowrep
- License: gpl-2.0
- Created: 2022-10-03T07:38:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T15:28:33.000Z (about 3 years ago)
- Last Synced: 2025-06-12T15:51:39.320Z (10 months ago)
- Topics: amdgpu, fan, fancontrol
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
```sh
# 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