in reply to feld

@feld I mean that usually this option "TearFree" is recommended with driver "Intel" like this:

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection

The issue is that the "intel" driver description literally says "don't use it if your GPU is never than 18 years old" and you'll better use "modesetting" driver then.

Yes, it works, but it breaks quite a lot of stuff, including some steam games, hardware video acceleration in a browser and also causes some app glitching.

The issue is that for some systems (including Debian 13) if you don't specify "Intel" driver this option won't work at all because the support isn't implemented in that "modesetting" driver (used by default by the way).

Well, technically it is in this pull request from 2022.
gitlab.freedesktop.org/xorg/xs…

So to fix the tearing on my laptop I had to download xorg source package from Debian and apply this pull request as a patch.
It worked pretty well and stable by the way.

@feld
This entry was edited (5 days ago)