BoukeHaarsma23 / WattmanGTK

A Wattman-like GTK3+ GUI
GNU General Public License v2.0
374 stars 61 forks source link

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

Open binarydepth opened 4 years ago

binarydepth commented 4 years ago

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"

JosephM0on commented 4 years ago

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

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