First of all, I’m sorry if the forum is not for support but I’ll go ahead ask for help. I was happily using overdrive on my RX 560 and made some changes to grub and it doesn’t work anymore. I made changes to grub with grub-customizer and then ran the grubby command to add the parameter amdgpu.ppfeaturemask=0xffffffff to the kernel but even though these steps have worked before it is not the case anymore. I’m using xxmitsu mesa repo btw.
uname -aLinux localhost.localdomain 5.3.16-300.fc31.x86_64 #1 SMP Fri Dec 13 17:59:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
/etc/default/grub
GRUB_TIMEOUT=“0”GRUB_DISTRIBUTOR="(sed 's, release .*,g’ /etc/system-release)"GRUB_DEFAULT=“0”GRUB_DISABLE_SUBMENU=“true”#GRUB_TERMINAL_OUTPUT=“console”GRUB_CMDLINE_LINUX_DEFAULT=“resume=UUID=90416566-7972-4322-96dc-722d764f06cb amdgpu.ppfeaturemask=0xffffffff rhgb quiet splash”#GRUB_DISABLE_RECOVERY=“true”GRUB_SAVEDEFAULT=“false”GRUB_GFXMODE=“1920x1080”GRUB_HIDDEN_TIMEOUT=“5”
#GRUB_TERMINAL_INPUT=“console”#GRUB_DISABLE_OS_PROBER=“false”GRUB_THEME="/boot/grub/themes/megano-grub-fedora/theme.txt"GRUB_CMDLINE_LINUX_DEFAULT=""#GRUB_DISABLE_LINUX_RECOVERY=“true”
sudo grubby --update-kernel=ALL --args="amdgpu.ppfeaturemask=0xffffffff"
`` sudo grub2-editenv list | grep kernelopts kernelopts=root=UUID=ae4b73bc-7275-4228-8152-4f35ce5f6044 ro resume=UUID=90416566-7972-4322-96dc-722d764f06cb rhgb quiet splash amdgpu.ppfeaturemask=0xffffffff