AMD GPU: Difference between revisions
m →Older GPUs (TeraScale): style consistency |
updated lact service instructions |
||
Line 157: | Line 157: | ||
==== LACT - Linux AMDGPU Controller ==== | ==== LACT - Linux AMDGPU Controller ==== | ||
This application allows you to | This application allows you to overclock, undervolt, set fans curves of AMD GPUs on a Linux system. | ||
In order to | In order to install the daemon service you need to add the package to <code>systemd.packages</code>. Also the <code>wantedBy</code> field should be set to <code>multi-user.target</code> to start the service during boot. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
environment.systemPackages = with pkgs; [ lact ]; | |||
systemd.packages = with pkgs; [ lact ]; | |||
systemd.services.lactd.wantedBy = ["multi-user.target"]; | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Video]] | [[Category:Video]] |