-
-
Notifications
You must be signed in to change notification settings - Fork 79
Frequently asked questions
-
This message appears when the LACT GUI cannot connect to the system service. It usually happens because either:
- The service is not running
- Your user does not have permissions to access it
Firs of all, make sure the daemon is enabled and running. You can see the status of the daemon in
systemctl status lactd
. If the daemon is running, and you're getting a "permission denied" error, you need to set permissions for who can access the daemon by setting eitheradmin_user
oradmin_group
in the config file: see here for how to do it. -
LACT on its own respects the system theme, but Flatpak does not have integration for GTK4 theming: see this issue for explanation links and workarounds.
You can also set the
GTK_THEME=Adwaita:dark
env variable using a tool such as Flatseal to force the a specific theme. -
Fan monitoring or control might not be available on some laptops, because the fan is physically not connected through the GPU. This is a matter of hardware design, as LACT specifically queries the GPU for fans, and the system just doesn't have one. On such setups you should use other software for fan control which handles all system fans, such as CoolerControl.
-
See here
-
Nvidia GPUs don't expose voltage control directly, but it is possible to achieve a pseudo-undervolt by combining the locked clocks option with a positive clockspeed offset. This will force the GPU to run at a voltage that's constrained by the locked clocks, while achieving a higher clockspeed due to the offset.
See #486 for more details and some example setups.