2021-02-28 07:50:57 +02:00
2020-10-18 11:39:12 +03:00
2021-02-28 07:50:57 +02:00
2021-02-27 08:40:40 +02:00
2020-10-18 11:39:12 +03:00
2021-01-20 14:13:44 +02:00
2021-02-27 09:20:36 +02:00

Linux AMDGPU Control Application

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

Screenshot Screenshot Screenshot

Current features:

  • Viewing information about the GPU
  • Power/thermals monitoring
  • Fan curve control
  • Basic overclocking

Currently missing:

  • Voltage control on Vega20+ GPUs
  • Precise clock/voltage curve manipulation (currently can only set the maximum values)
  • Multi-GPU system support Should work now
  • The card model detection isn't very reliable

Installation

  • Arch Linux: Install the AUR Package
  • Fedora:
    • sudo dnf install git gtk3-devel rust cargo vulkan-headers
    • git clone https://github.com/ilyazzz/LACT && cd LACT
    • ./deploy.sh
  • Ubuntu/Debian:
    • sudo apt install cargo rustc libvulkan-dev git libgtk3-dev
    • git clone https://github.com/ilyazzz/LACT && cd LACT
    • ./deploy.sh
  • Anything else:
    • Install a rust toolchain, gtk3 dev headers and vulkan header
    • Clone the repo
    • ./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.

Note: only members of the group wheel can change settings.

Description
Linux AMDGPU Controller
Readme 2.7 MiB
Languages
Rust 63.4%
C 35.9%
Shell 0.5%
Makefile 0.2%