amdgpud/README.md

25 lines
772 B
Markdown
Raw Permalink Normal View History

2021-07-04 08:42:28 +02:00
![GitHub](https://img.shields.io/github/license/Eraden/amdgpud)
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
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
* [ ] 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
* [ ] GUI application using native Rust framework (ex. egui, druid)
2021-07-04 08:42:28 +02:00
## :bookmark: 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.