Linux AMDGPU Controller
Go to file
2020-11-08 09:22:56 +02:00
.vscode Basic GUI 2020-10-18 11:39:12 +03:00
cli Initial multi-gpu support 2020-11-08 09:12:38 +02:00
daemon Initial multi-gpu support 2020-11-08 09:12:38 +02:00
gui Initial multi-gpu support 2020-11-08 09:12:38 +02:00
.gitignore Added link speed info and ran eveyrthing through rustfmt 2020-10-18 12:08:39 +03:00
Cargo.toml Basic GUI 2020-10-18 11:39:12 +03:00
deploy.sh Added README and improved installation files 2020-10-30 09:12:15 +02:00
lact.desktop Added README and improved installation files 2020-10-30 09:12:15 +02:00
lactd.service Added README and improved installation files 2020-10-30 09:12:15 +02:00
README.md Fixed README Screenshot 2020-10-30 09:13:09 +02:00
uninstall.sh Added README and improved installation files 2020-10-30 09:12:15 +02:00

Linux AMDGPU Control Application

This application allows you to control your AMD GPU on a Linux system.

Screenshot

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
  • 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.