#screen tearing on kde plasma

4 messages · Page 1 of 1 (latest)

hidden wraith
#

not exactly sure how i can fix this, i read through the arch wiki for AMDGPU but im having trouble understanding completely. im not the best with linux and im rather new
also unsure if this matters but im not using wayland

echo verge
#

you can add this

etc/X11/xorg.conf.d/20-amdgpu.conf

Section "OutputClass"
Identifier "AMD"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "TearFree" "true"
EndSection

#

but you should install xf86-video-amdgpu

hidden wraith