amdgpud/README.md

28 lines
1.0 KiB
Markdown
Raw Normal View History

2021-07-04 08:42:28 +02:00
![GitHub](https://img.shields.io/github/license/Eraden/amdgpud)
2022-02-11 22:56:11 +01:00
[![amdgpud](https://badgen.net/badge/Discord%20Activity/Currently%20Online/green?icon=discord)](https://discord.gg/HXN2QXj3Gv)
2021-07-04 08:42:28 +02:00
2021-12-03 07:35:17 +01:00
# AMD GPU management tools
2021-07-02 13:36:36 +02:00
2021-12-03 07:35:17 +01:00
This repository holds couple tools for AMD graphic cards
2021-07-02 13:36:36 +02:00
2021-12-03 07:35:17 +01:00
* `amdfand` - fan speed daemon
* `amdvold` - voltage and overclocking tool
* `amdmond` - monitor daemon
* `amdguid` - GUI manager
* `amdgui-helper` - daemon with elevated privileges to scan for `amdfand` daemons, reload them and save config files
2021-07-02 13:36:36 +02:00
2021-12-03 07:35:17 +01:00
For more information please check README each of them.
2021-07-03 09:16:13 +02:00
2021-11-28 14:46:54 +01:00
## Roadmap
* [X] Add support for multiple cards
2021-12-03 07:35:17 +01:00
* Multiple services must recognize card even if there's multiple same version cards is installed
* Support should be by using `--config` option
2021-11-28 14:46:54 +01:00
* [ ] CLI for fan config edit
* [ ] CLI for voltage edit
* [X] GUI application using native Rust framework (ex. egui, druid)
2021-11-28 14:46:54 +01:00
## License
2021-07-03 09:16:13 +02:00
2021-12-03 07:35:17 +01:00
This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work.