https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234596
Johannes Lundberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Johannes Lundberg <[email protected]> --- The PRIME_HANDLE_TO_FD ioctl failing for Xwayland is solved in Xorg 1.20. Hopefully this is the same and will also be fixed by 1.20. There are three solutions 1) Wait for Xorg 1.20 2) Build your own x11-servers/xorg-server from https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xserver-1.20 (I think it's OK to only build this package and install it over the old one). 3) Patch the drm driver by removing DRM_AUTH from the two lines where PRIME_HANDLE_TO_FD and it's reverse ioctls are defined. See https://github.com/FreeBSDDesktop/kms-drm/issues/33 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
