mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
d6a305748d5118bb03b5ce985a7eefeecfc3d8e6
Linux AMDGPU Control Application
This application allows you to control your AMD GPU on a Linux system.
Current features:
- Viewing information about the GPU
- Power/thermals monitoring
- Fan curve control
Currently missing:
- Overclocking
Multi-GPU system supportShould work now- The card model detection isn't very reliable
Installation
- Arch Linux: Install the AUR Package
- Anything else:
- Install a rust toolchain and gtk3 development headers (libgtk-3-dev on ubuntu)
- Clone the repo
- sudo ./deploy.sh
Usage
Enable and start the service (otherwise you won't be able to change any settings):
sudo systemctl enable --now lactd
You can now use the application.
Languages
Rust
72.8%
Fluent
23.9%
CSS
2.5%
Shell
0.5%
Makefile
0.2%
