https://github.com/ryzeon-dev/amd-gpu-fan
AMD GPU fan controller
https://github.com/ryzeon-dev/amd-gpu-fan
amd-gpu amg-gpu-utils gpu gpu-fan python python3
Last synced: 2 months ago
JSON representation
AMD GPU fan controller
- Host: GitHub
- URL: https://github.com/ryzeon-dev/amd-gpu-fan
- Owner: ryzeon-dev
- Created: 2023-11-09T10:11:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-26T09:49:45.000Z (over 1 year ago)
- Last Synced: 2025-02-04T15:47:17.549Z (4 months ago)
- Topics: amd-gpu, amg-gpu-utils, gpu, gpu-fan, python, python3
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMD-GPU-Fan controller
This tool provides a daemon, a CLI and a GUI, allowing the user to create and manage profiles for GPU's fans
### DISCLAIMER
This tool only works with AMD GPUs, and is developed for Linux\
Feel free to extend its function for other Operative Systems, and if you do, please patch your changes and submit them as commitsSome GPUs are self-governed, meaning that it is not possible to create fan maps via software. \
In those cases, this software will not work## Installation
Run the installation script as root
```commandline
sudo ./install.sh
```## Usage
Both CLI and GUI allow to manage and create new configurations\
CLI usage is explained in the "help" section, just run `agf-cli --help`\
Creating a new configuration from CLI is a guided procedure, just follow the stepsGUI is self-explaning, needs no guide.