Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

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

Open
binarydepth opened this issue Dec 16, 2019 · 1 comment
Open

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

binarydepth opened this issue Dec 16, 2019 · 1 comment

Comments

@binarydepth
Copy link

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
Copy link

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants