Comment 1 for bug 1956851

Revision history for this message
Marc (shulasharuba) wrote :

This fixed my issue on Intel UHD Graphics 620:

sudo mkdir /etc/X11/xorg.conf.d/
echo -e 'Section "Module"\n\tLoad "dri3"\nEndSection\n\nSection "Device"\n\tIdentifier "Intel Graphics"\n\tDriver "intel"\n\tOption "TearFree" "true"\n\tOption "TripleBuffer" "true"\n\tOption "AccelMethod" "sna"\n\tOption "DRI" "3"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf

Screen tear is gone and no artifacts

https://wiki.archlinux.org/title/Intel_graphics#Tearing
https://askubuntu.com/questions/225356/how-can-i-enable-the-sna-acceleration-method-for-intel-cards-under-ubuntu-12-04