maintainer-feedback requested: [Bug 253258] graphics/mesa-dri: dri is not usable on systems with i965 graphics since 20.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 4 22:52:04 UTC 2021


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 (Nobody)
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 253258: graphics/mesa-dri: dri is not usable on systems with i965 graphics
since 20.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253258



--- Description ---
Since the mesa-dri update to version 20.2, dri no longer works on my system.
The following errors and information are reported by glxinfo.

[intel_init_bufmgr: 1936] Kernel 3.9 required.
libGL error: failed to create dri screen
libGL error: failed to load driver: i965

Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 10.0.1, 128 bits) (0xffffffff)
    Accelerated: no
   OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 10.0.1, 128 bits)


During the update the patch extra-src_mesa_drivers_dri_i965_intel__screen.c was
removed. The reactivation of this patch and a subsequent rebuild solves the
problem for me. glxinfo then outputs the following.

Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) 965GM (CL) (0x2a02)
    Accelerated: yes
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 965GM (CL)


More information about the freebsd-x11 mailing list