Skip to content
This repository was 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

@binarydepth

Description

@binarydepth

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions