[Bug 217886] xorg fails to init GL on stable/11 because of a devel/libdevq bug(?)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 24 23:20:51 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217886
Matthew Rezny <rezny at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rezny at freebsd.org
--- Comment #2 from Matthew Rezny <rezny at freebsd.org> ---
libdevq is on the way out and I can assure you the new solution, implemented
directly in libdrm, will not have this problem on your system because I do not
use the dev.vgapci node at all. libdrm will get the bus ID from hw.dri nodes,
and then use an ioctl on /dev/pci to retrieve the (sub)vendor/product and
revision for the device.
I have already had success testing on a few systems. Although I have already
completely replaced use of libdevq, the previous approach was incomplete. There
is a bit more work to be done before I declare libdrm ready.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list