maintainer-feedback requested: [Bug 246220] graphics/wayland: wayland-egl: could not open /dev/dri/renderD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 13:04:56 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 mailing list
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 246220: graphics/wayland: wayland-egl: could not open /dev/dri/renderD
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246220



--- Description ---
I don't know where the bug came from. If I chose the wrong port, please move it
to the correct one.

I was trying to run mutter as a nested Wayland compositor under Xorg, and I
found Xwayland just showed an error and hung. It could not show any X11 window.

wayland-egl: could not open /dev/dri/renderD (No such file or directory)

There is no /dev/dri/renderD on the system, and I don't know why it wants the
file. Running eglinfo also shows the same error:

libEGL warning: wayland-egl: could not open /dev/dri/renderD (No such file or
directory)

It seems to be a problem of the Wayland compositor, except that it isn't
limited to a single Wayland compositor implementation. Both mutter and sway
have the same issue. Sometimes they even report errors with weird names such as
/dev/dri/renderDvblank_mode and /dev/dri/renderDbo_reuse.

If I create the symlink /dev/dri/renderD -> renderD128, Xwayland can work
properly.


More information about the freebsd-x11 mailing list