You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
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
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"
The text was updated successfully, but these errors were encountered: