Bink:
If the issue persists, you’re not alone with this issue, on this laptop.
You could try adding the kernel parameter @1093i3511 details in the bottom half of this post . It’s to address issues with some TUF Gaming A16 laptops detailed in the Wiki .
Kernel parameters could be added to the kernel cmdline via the dracut drop-in file.
sudo nano /etc/dracut.conf.d/cmdline.conf
The file may not exist, create it and add the following contents
# etc/dracut.conf.d/cmdline.conf
kernel_cmdline+=" amdgpu.dcdebugmask=0x200 "
Keep the spaces in the front at the end, as dracut would complain about it otherwise.
I’m not certain if it is strictly required, but I usually run sudo dracut-rebuild
when I’m adding kernel parameters for good measure.
Well. I tried the part that advises me to add the kernel parameters by running sudo nano /etc/dracut.conf.d/cmdline.conf
(it seems this file did not exist before) and adding and saving:
# etc/dracut.conf.d/cmdline.conf
kernel_cmdline+=" amdgpu.dcdebugmask=0x200 "
I also ran sudo dracut-rebuild
But it seems to have been of on use. No difference at all that I see
Also, I tried what the Reddit Post said, about editing /etc/default/grub
But the file didnt exists before
I still created the file and added amdgpu.dcdebugmask=0x200
and Still didnt resolve the issue