top | item 40738969

(no title)

bsdice | 1 year ago

Small tip for anyone running a superlight and minimally distracting Linux desktop with X11, i3, and no compositor.

Until recently, tear-free video playback necessitated double buffering hacks and older Intel drivers, or using a compositor like picom. Results were always sub-par imo.

Along came Mr Sultan Alsawaf: https://gitlab.freedesktop.org/xorg/xserver/-/commit/0dacee6...

Been running the patch set through Arch's xorg-server-git package ever since it came out, and with mpv as player spaceships have never been zooming smoother along the starry sky. For ultimate playback smoothness I scan the video file for dimensions and refresh rate and then set a custom modeline using xrandr to match display timing with media fps, while maxing out the capabilities of the display link.

discuss

order

klaussilveira|1 year ago

Do you have a script to set the custom modeline?