Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Intel i915 Driver Video Tearing

Test video1, video2, tearing test video

Fix for UHD Graphics 630

Based on Intel_graphics created /etc/X11/xorg.conf.d/20-intel.conf:

Section "Device"
 Identifier "Intel Graphics"
 Driver "intel"
 #Option "AccelMethod" "sna"
 Option "TearFree" "true"
 Option "TripleBuffer" "true"
EndSection

That did work!