#screen tearing on kde plasma
4 messages · Page 1 of 1 (latest)
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
thank you so much! its fixed!