1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00
Files
Ian Eure dd080e7fda gnu: xorg-server: Apply tearfree patch for modesetting driver.
Much of the modern Linux video stack depends on using kernel modesetting (KMS)
drivers.  Because of this, not much effort has been put into the legacy stuff,
which have grown less supported and more buggy.  Unfortunately, the
modesetting Xorg driver didn’t initially have support for tear-free
video (which most legacy drivers did), requiring additional software -- a
compositor -- to fix this.  Sadly, there’s no good option for a compositor --
they all require hardware-specific tweaking and tuning, and tend to be quite
buggy.

Support for a "TearFree" option merged in 2022[1], but there hasn’t been an
Xorg release since it was merged.

This PR applies the patch from that MR to the last release.  It required a
one-character edit to apply cleanly, necesitating inclusion in the Guix repo.

I tested this on bare metal and it appears to work well.

[1]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1006

* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/patches/xorg-server-tearfree-modesetting.patch: New file.
* gnu/packages/xorg.scm (xorg-server): Apply modesetting tearfree patch.

Change-Id: I60a705b35cb51bfd7de79aba406bc4b7b3934e48
2026-03-28 09:01:48 -07:00
..