🌐
GitHub
github.com › ilya-zlobintsev › LACT
GitHub - ilya-zlobintsev/LACT: Linux GPU Configuration And Monitoring Tool · GitHub
Arch Linux: Install the package from official repositories: pacman -S lact (or lact-git from AUR for development builds). Debian/Ubuntu/Derivatives: Download a .deb from releases.
Starred by 5K users
Forked by 129 users
Languages   Rust 72.5% | Fluent 24.1% | CSS 2.7%
🌐
Flathub
flathub.org › home › system › lact
Install LACT on Linux | Flathub
January 21, 1970 - LACT lets you configure and monitor your AMD, Nvidia or Intel GPU on Linux.
Discussions

Problems installing LACT
LACT is for AMD GPUs my dude, you're gonna want to use something like nvidia-settings or GreenWithEnvy for your 1070 More on reddit.com
🌐 r/Ubuntu
3
1
January 17, 2026
LACT 0.8.0 released (overclocking AMD+Nvidia cards, fan profiles, monitoring, etc.)
LACT is AWESOME. Believe it or not, it works better than Adrenalin, which has been a pain in the * for me because it resets very often for the silliest reasons More on reddit.com
🌐 r/linux_gaming
21
113
June 28, 2025
I made a tutorial on an MSI Afterburner alternative on Linux (LACT). For the new friends. :)
Linux is lacking in this area so any contribution is welcome, thank you! More on reddit.com
🌐 r/linux_gaming
19
234
May 9, 2025
How do i install lact ?
paru -S lact to install sudo systemctl enable --now lactd after More on reddit.com
🌐 r/cachyos
6
1
October 23, 2025
🌐
UbuntuHandbook
ubuntuhandbook.org › home › howtos › overclock / downclock gpu & limit power in ubuntu via lact
Overclock / Downclock GPU & Limit Power in Ubuntu via LACT | UbuntuHandbook
April 11, 2025 - LACT offers pre-build packages for Arch, Debian, Ubuntu, Fedora and their based systems, which are available to download at the Github releases page: ... For Ubuntu, select download “ubuntu-2204.deb” or “ubuntu-24.04.deb” depends on your system edition, then install by either click ...
🌐
GitHub
github.com › ilya-zlobintsev › LACT › releases
Releases · ilya-zlobintsev/LACT
April 25, 2026 - As the LACT daemon needs root access, the Flatpak package comes with a helper script that installs the daemon outside of the sandbox. The script has been designed in a universal way that should work on every system. But this makes LACT different from typical fully sandboxed Flatpak applications in that it still calls some things on the host.
Author   ilya-zlobintsev
🌐
DebugPoint
debugpoint.com › home › apps › meet lact: linux amdgpu controller tool for amd gpu users
Meet LACT: Linux AMDGPU Controller Tool for AMD GPU Users
November 26, 2023 - You can easily grab LACT by downloading the pre-compiled versions from its GitHub release page (link below). ... If you choose the deb file, you can install it using the below command (or check out how to install deb file):
🌐
Reddit
reddit.com › r/ubuntu › problems installing lact
r/Ubuntu on Reddit: Problems installing LACT
January 17, 2026 -

I'm trying to install LACT so I can adjust the settings on my GPU (NVidia GTX 1070), but when I use Flatpak to try to install it, I get an error message. WTF?

SOLVED. I was able to install it from a .deb file.

🌐
YouTube
youtube.com › watch
How to install Lact to Overclock Gpu and CoolerControl to control fans on any Ubuntu base distro - YouTube
Lact:https://github.com/ilya-zlobintsev/LACTEnable Service:sudo systemctl enable --now lactdFor Amd gpu to enable overclock:sudo nano /etc/default/grubafter
Published   October 18, 2025
🌐
Reddit
reddit.com › r/linux_gaming › lact 0.8.0 released (overclocking amd+nvidia cards, fan profiles, monitoring, etc.)
r/linux_gaming on Reddit: LACT 0.8.0 released (overclocking AMD+Nvidia cards, fan profiles, monitoring, etc.)
June 28, 2025 -

Source: https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.8.0

New stuff:

  • More advanced profile management

  • Process monitor

  • More Nvidia metrics

  • Power profiles daemon integration

...and more (see full changelog via the above link)

__________

For people trying to overclock/undervolt their cards while also being able to set up fan profiles, there's no better software in my eyes. And it's also very lean.

Note: Undervolting your Nvidia card has to take the indirect route (=shifting the freq curve) as no direct voltage control is exposed via the Nvidia drivers.

Find elsewhere
🌐
Phoronix
phoronix.com › news › AMD-Graphics-LACT-0.5.3
LACT 0.5.3 Released For Managing AMD Graphics Cards Under Linux - Phoronix
LACT 0.5.3 downloads are available via GitHub both of the open-source code and binaries for Debian / Ubuntu / Fedora / openSUSE.
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › lact
Arch Linux - lact 0.9.1-1 (x86_64)
View the file list for lact · View the soname list for lact · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.
🌐
HackMD
hackmd.io › @johnnynunez › BJeSytgw3
Control your GPU on Linux - HackMD
April 16, 2026 - ``` ![](https://hackmd.io/_uploads/SynWH9lv2.png) ### 4. If you want by CLI Structure PowerLimit: nvidia-smi -i CARD_NUMBER -PL (W power limit) ``` sudo nvidia-smi -i 0 -pl 250 ``` Structure GPU & Memory offset: ```bash nvidia-settings -a [gpu:0]/GPUGraphicsClockOffset[3]=50 nvidia-settings -a [gpu:0]/GPUMemoryTransferRateOffset[3]=500 ``` # 2. AMD ```bash sudo add-apt-repository ppa:ernstp/mesarc sudo apt-get update sudo apt install corectrl ``` ![](https://hackmd.io/_uploads/B1MxVppMa.png) # LACT https://github.com/ilya-zlobintsev/LACT ```bash sudo systemctl enable --now lactd ``` ```bash sudo dpkg -i *.deb ``` # Monitoring GPU ```bash sudo apt-get install nvtop pip3 install nvitop # ONLY NVIDIA ``` ```bash git clone --recursive https://github.com/aristocratos/btop.git cd btop mkdir build cd build cmake ..
🌐
GitHub
github.com › gmh5225 › Linux-AMDGPU-LACT
GitHub - gmh5225/Linux-AMDGPU-LACT: Linux AMDGPU Controller · GitHub
It is only available on Debian 12+ and Ubuntu 22.04+ as older versions don't ship gtk4. Fedora: an rpm is available in releases. Otherwise, build from source. Why is there no AppImage/Flatpak/other universal format? See here. Enable and start the service (otherwise you won't be able to change any settings): ... You can now use the GUI to change settings and view information. There is a configuration file available in /etc/lact/config.yaml.
Author   gmh5225
🌐
Linux Compatible
linuxcompatible.org › story › lact-091-released-amd-rdna3-fixes-nvidia-vf-curve-and-faster-linux-gpu-monitoring
LACT 0.9.1 Released: AMD RDNA3 Fixes, Nvidia VF Curve and Faster Linux GPU Monitoring
5 days ago - If you need more control over your ... limits, LACT is worth a look. Head to the official GitHub repository for the full changelog, installation guides, and remote configuration documentation. CPP-Httplib, ImageMagick, containerd, xrdp, and AMD Microcode updates for Ubuntu...
🌐
GitHub
github.com › fruzitent › LACT
GitHub - fruzitent/LACT: Linux GPU Configuration And Monitoring Tool · GitHub
Arch Linux: Install the package from official repositories: pacman -S lact (or lact-git from AUR for development builds). Debian/Ubuntu/Derivatives: Download a .deb from releases.
Author   fruzitent
🌐
openSUSE
software.opensuse.org › package › LACT
LACT
Linux AMDGPU Controller · This application allows you to control your AMD GPU on a Linux system
🌐
Reddit
reddit.com › r/linux_gaming › i made a tutorial on an msi afterburner alternative on linux (lact). for the new friends. :)
r/linux_gaming on Reddit: I made a tutorial on an MSI Afterburner alternative on Linux (LACT). For the new friends. :)
May 9, 2025 - I like lact a lot more than corectrl. Works fantastically and actually fixes a bug with the 7000 series where power limit wouldnt apply correctly. ... Thank you, I didn't know about this utility but I had been wanting an easy OC utility. Installed from extra/lact on Arch with the current release tag (0.7.3) and it seems to be working as expected with my Asus TUF 1660 Super OC.
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
Is There AMD Control Software for Linux? - Linux Mint Forums
September 9, 2024 - Debian/Ubuntu/Derivatives: Download a .deb from releases. It is only available on Debian 12+ and Ubuntu 22.04+ as older versions don't ship gtk4. So, 22.04 is what Mint 22 is based off and has v4.14.x GTK libraries on my install. My other Mint v21.3 system is running GTK v3.24.x libraries.
🌐
Reddit
reddit.com › r/cachyos › how do i install lact ?
How do i install lact ? : r/cachyos
October 23, 2025 - CachyOS is based on arch. So use "sudo pacman -S lact" or flatpak.
🌐
Reddit
reddit.com › r/linux_gaming › can't figure out how to apply lact settings
r/linux_gaming on Reddit: Can't figure out how to apply LACT settings
July 9, 2025 -

Hi there! Sorry if I'm being an idiot, but I've been trying to figure things out for a few hours, searching here and there but I'm still at a loss. I've recently taken the leap and set up a dual boot Bazzite, and so far having a blast, even though I have to relearn a lot of things.

Latest issue is I'm trying to set up an undervolt/overclock profile for my RX 7900 XTX, and managed to unlock all options in LACT, but nothing I do seems to apply. I figured I'd try undervolting first, but Mangohud still shows the same value. To make sure, I've tried setting the fan at a fixed 100%, but that doesn't kick in either after applying. Am I missing something? Yes, it's the correct GPU (I've disabled onboard chipset in BIOS).

Please don't bash me too hard.

Edit: my investigations and reading of https://gitlab.com/corectrl/corectrl/-/issues/460 point me to a driver level issue with my GPU, as I seem to be unable to change settings using Corectrl as well. Still investigating to clear the fog and try to find a solution/workaround.