WattmanGTK icon indicating copy to clipboard operation
WattmanGTK copied to clipboard

Can't launch on Fedora due to kernel parameter not working

Open binarydepth opened this issue 5 years ago • 1 comments

Distro: Fedora 31 KDE spin Python 3.7.5 EFI boot

Terminal: python3 run.py The overdrive functionality seems not enabled on this system. This means WattmanGTK can not be used. You could force it by flipping the overdrive bit. For this system, it would mean to set amdgpu.ppfeaturemask=0xffffffff Please refer to https://github.com/BoukeHaarsma23/WattmanGTK#FAQ on how to set this parameter

/etc/default/grub

GRUB_TIMEOUT="0" GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT="saved" GRUB_DISABLE_SUBMENU="true" #GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.ppfeaturemask=0xffffffff" GRUB_CMDLINE_LINUX="resume=UUID=90416566-7972-4322-96dc-722d764f06cb rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG="true" GRUB_SAVEDEFAULT="true" export GRUB_COLOR_NORMAL="light-gray/black" export GRUB_COLOR_HIGHLIGHT="red/black" GRUB_BACKGROUND="/boot/grub2/themes/system/1232910.png" GRUB_GFXMODE="1920x1080" GRUB_HIDDEN_TIMEOUT="10"

binarydepth avatar Dec 16 '19 10:12 binarydepth

hello, try this GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amdgpu.ppfeaturemask=<the suggested value by WattmanGTK>"

# grub2-mkconfig -o /etc/grub2-efi.cfg reboot

JosephM0on avatar Apr 12 '20 13:04 JosephM0on