Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Feb 2021 22:52:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 253258] graphics/mesa-dri: dri is not usable on systems with i965 graphics since 20.2
Message-ID:  <bug-253258-7141-jG3wDWrUWS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253258-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253258-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody)
<x11@FreeBSD.org> for maintainer-feedback:
Bug 253258: graphics/mesa-dri: dri is not usable on systems with i965 graph=
ics
since 20.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253258



--- 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253258-7141-jG3wDWrUWS>