maintainer-feedback requested: [Bug 223030] graphics/mesa-libs: fix device name detection for Wayland/EGL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 15 15:35:57 UTC 2017


Greg V <greg at unrelenting.technology> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to x11 at FreeBSD.org:
Bug 223030: graphics/mesa-libs: fix device name detection for Wayland/EGL
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223030



--- Description ---
Created attachment 187196
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187196&action=edit
mesa-fix-loader.patch

Currently, Wayland EGL clients receive /dev/dri/card408 instead of
/dev/dri/card0 as the device path, and fall back to software rendering :D

This patch changes the "device name from file descriptor" function in Mesa from
a  reimplementation of libdrm's drmGetDeviceNameFromFd2 to just calling that
function, where we already have this fixed.

Reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=103283


More information about the freebsd-x11 mailing list