LACT
LACT copied to clipboard
Daemon Service will not start on Manjaro
Checklist
- [X] The problem is not listed in the hardware support matrix as a known limitation
- [X] I've included a debug snapshot if the issue is related to hardware configuration
Bug description
I installed LACT on Manjaro running kernel 6.8 and after adding my username to the Config.yaml in /etc/lact/config.yaml and restarting the daemon service with sudo systemctl restart lactd
I still can not get LACT to enable with sudo systemctl enable --now lactd
running LACT in terminal reports that the socket file is not found
LACT-sysfs-snapshot-20240501-012044.tar.gz
System info
- LACT version: 5.4
- GPU model:Sapphire Nitro+ RX 7900XT
- Kernel version:6.8.5-1
- Distribution: Manjaro
Your config is incorrect. It should be
admin_groups:
- gonger
And you can check if the service is running with systemctl status lactd
That seems to have fixed it, but im still not able to make any adjustments due to the error below Caused by: 0: Could not set default power profile mode 1: Got error from daemon, end of client boundary 2: Failed to edit GPU config and set power profile mode 3: Could not apply settings, and could not reset to default settings 4: Failed to set power cap: 150 5: io error: Invalid argument (os error 22)
The service is running now but it reports the preset is disabled. i restarted the daemon as well and closed and reopened lact as well as rebooted.
Try removing the gpus
section in the config file (keep just the gpus:
line, delete everything after) and restarting the service - it looks like you've already had some custom settings applied?
Thanks! I will try that when I get off work tonight and report back!
I got that issue resolved, but i feel like its one issue after the other. Ive noticed that my TDP usage spikes up to 450w when i have the power usage limit set to 235w and none of the clockspeed and undervolt options works LACT-sysfs-snapshot-20240502-205615.tar.gz
According to the snapshot, the power limit is set correctly, and there's a voltage offset configured at -60mV. So it doesn't seem like there's a problem on lact's side.
According to the snapshot, the power limit is set correctly, and there's a voltage offset configured at -60mV. So it doesn't seem like there's a problem on lact's side.
Sorry for the late response. I got everything working with the exception of having fan control since thats an issue with Overdrive in the kernel. Really hope AMD grants that control soon. It still isnt fixed on kernel 6.9. having my fans turn off and then rapidly turn on is quite annoying.