LACT/README.md

39 lines
1.3 KiB
Markdown
Raw Normal View History

# Linux AMDGPU Control Application
This application allows you to control your AMD GPU on a Linux system.
2020-11-20 03:04:05 -06:00
| | | |
|----------------------------------------------|----------------------------------------------|---------------------------------------------|
2021-02-12 00:47:02 -06:00
|![Screenshot](https://i.imgur.com/AqwkWKT.png)|![Screenshot](https://i.imgur.com/3VpQ0vC.png)|![Screenshot](https://i.imgur.com/okW7aq2.png)
2020-11-20 03:04:05 -06:00
Current features:
- Viewing information about the GPU
- Power/thermals monitoring
- Fan curve control
- Basic overclocking
Currently missing:
2021-01-20 09:50:18 -06:00
- Clockspeed/voltages cannot be changed on Vega20 and newer GPUs due to them using a different power level management logic
2020-11-12 08:36:16 -06:00
- <s>Multi-GPU system support</s> *Should work now*
- The card model detection isn't very reliable
# Installation
- Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact-git/)
- Anything else:
- Install a rust toolchain and gtk3 development headers (libgtk-3-dev on ubuntu)
- Clone the repo
2020-11-16 01:29:57 -06:00
- ./deploy.sh
# Usage
Enable and start the service (otherwise you won't be able to change any settings):
```
sudo systemctl enable --now lactd
```
2020-10-30 02:13:09 -05:00
You can now use the application.
2021-02-08 08:18:07 -06:00
2021-02-12 00:47:02 -06:00
Note: only members of the group `wheel` can change settings.