Added README and improved installation files

This commit is contained in:
Ilya Zlobintsev
2020-10-30 09:12:15 +02:00
parent 5cba43876a
commit a4a639534c
5 changed files with 48 additions and 4 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# Linux AMDGPU Control Application
This application allows you to control your AMD GPU on a Linux system.
![Screenshot]("https://i.imgur.com/c8jTTKy.png")
Current features:
- Viewing information about the GPU
- Power/thermals monitoring
- Fan curve control
Currently missing:
- Overclocking
- Multi-GPU system support
- 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
- 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.