Go to file
2021-12-12 17:42:56 +01:00
.cargo Compress binary 2021-07-30 12:50:59 +02:00
.github/workflows Improve monitor 2021-12-03 07:35:17 +01:00
amdfand Better IO errors 2021-12-08 15:31:18 +01:00
amdgpu Better IO errors 2021-12-08 15:31:18 +01:00
amdgpu-config Add License to config package 2021-12-12 17:42:56 +01:00
amdmond Better IO errors 2021-12-08 15:31:18 +01:00
amdvold Better IO errors 2021-12-08 15:31:18 +01:00
examples Fix invalid hwmon directory path 2021-11-28 15:36:40 +01:00
services Clippy fixed. Fix openrc files 2021-12-07 16:00:31 +01:00
.gitignore Initial 2021-07-02 13:36:36 +02:00
build.sh Improve monitor 2021-12-03 07:35:17 +01:00
Cargo.lock Improve monitor 2021-12-03 07:35:17 +01:00
Cargo.toml Improve monitor 2021-12-03 07:35:17 +01:00
LICENSE.APACHE2.txt Fix apache2 license file 2021-07-04 08:42:45 +02:00
LICENSE.md Improve monitor 2021-12-03 07:35:17 +01:00
publish.sh Improve monitor 2021-12-03 07:35:17 +01:00
README.md Improve monitor 2021-12-03 07:35:17 +01:00

GitHub

AMD GPU management tools

This repository holds couple tools for AMD graphic cards

  • amdfand - fan speed daemon
  • amdvold - voltage and overclocking tool
  • amdmond - monitor daemon

For more information please check README each of them.

Roadmap

  • Add support for multiple cards
    • Multiple services must recognize card even if there's multiple same version cards is installed
    • Support should be by using --config option
  • CLI for fan config edit
  • CLI for voltage edit
  • GUI application using native Rust framework (ex. egui, druid)

🔖 License

This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work.