ilya-zlobintsev / LACT

Linux AMDGPU Configuration Tool
MIT License
1.18k stars 30 forks source link

multiple errors #347

Open samuscero opened 3 months ago

samuscero commented 3 months ago

Checklist

Bug description

Hello, good evening... the app does not allow me to change or modify profiles, try to modify the profile error 2... you can only use the OC by default. the app only works by default. Thank you very much for the help

ATC status

LACT-sysfs-snapshot-20240703-182821.tar.gz

System info

- LACT version:0.5.4-2 / 0.5.5-0
- GPU model: RX 7900GRE
- Kernel version: Linux 6.9.7-zen1-1-zen
- Distribution: Archlinux KDE PLASMA
ilya-zlobintsev commented 3 months ago

Did you previously have OC enabled, and then disable it? This looks like clockspeed settings that are already there are failing to be applied.

You can manually remove /etc/lact/config.yaml and restart the service to clear out the old settings.

samuscero commented 2 months ago

Thank you very much for answering. Ok perfect, delete the file now I can modify and apply changes.. now the problem is I can't disable the OC, there is no next file

Thank you very much for answering

no disable OC

ilya-zlobintsev commented 2 months ago

If you've previously enabled and later disabled OC through LACT, you need to reboot.

samuscero commented 2 months ago

If you've previously enabled and later disabled OC through LACT, you need to reboot.

If after deleting the config.yaml file I restart, I also create the file with the same name inside the mobpre.d folder, the app allows me to disable OC but I restart but the OC is not disable and the files 99-amdgpu-overdrive. conf disappears

ilya-zlobintsev commented 2 months ago

You should never create this file manually. If the file does not exist, and OC is still enabled (and you haven't manually added any boot flags for it), try running mkinitcpio -P and see if it helps.