If you’re having
issues with video playback in
unstable
on Intel hardware, this post is for you.
Some
buffer freeing code
was added in libdrm
2.4.28 to try and fix exhaustion of per-process
limits. Some safeguards (assert()
) were put in place to see whether
some other components needed fixing (like unbalanced
map()
/unmap()
). It’s hard to miss those, since the server crashes
when something’s wrong. Good news: for affected users, downgrading to
libdrm 2.4.27 (currently available in testing
) should restore a
functional setup.
So far, patches have floated around for
libva
[1],
xserver-xorg-video-intel
[1,2]
and libdrm
[1,2,3]
itself. Since libdrm
has already been exposed to a wide audience for
a while, a new upstream release is planned in a few days, disabling
those assert()
s. Other packages will then have some extra time to
get new releases with the appropriate patches.