[Bug 275899] graphics/mesa-dri: DRI stopped working with the Intel graphics card

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Jan 2024 15:03:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275899

--- Comment #8 from marek <man130117@outlook.com> ---
Regarding versions, it is (after today's upgrade):

- mesa-devel-23.3.b.3608
- mesa-dri-23.3.2
- mesa-libs-23.3.2
- drm-510-kmod-5.10.163_8
- libdrm-2.4.119,1

No error messages are diplayed when emacs and glxgears run locally (directly on
FreeBSD laptop).

However, when run remotely, in an environment provided by XMING or MOBAXTERM
(on Windows 11), they display the following:

~ % emacs &
[1] 59259
~ % MESA-LOADER: failed to open zink: Cannot open
"/usr/local/lib/dri-devel/zink_dri.so" (search paths /usr/local/lib/dri-devel,
suffix _dri)
failed to load driver: zink
MESA-LOADER: failed to open swrast: Cannot open
"/usr/local/lib/dri-devel/swrast_dri.so" (search paths
/usr/local/lib/dri-devel, suffix _dri)
failed to load driver: swrast

[1]    Done                          emacs

~ % glxgears &
[1] 64849
~ % MESA-LOADER: failed to open zink: Cannot open
"/usr/local/lib/dri-devel/zink_dri.so" (search paths /usr/local/lib/dri-devel,
suffix _dri)
failed to load driver: zink
MESA-LOADER: failed to open swrast: Cannot open
"/usr/local/lib/dri-devel/swrast_dri.so" (search paths
/usr/local/lib/dri-devel, suffix _dri)
failed to load driver: swrast
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
X connection to localhost:10.0 broken (explicit kill or server shutdown).

[1]    Exit 1                        glxgears
~ %

-- 
You are receiving this mail because:
You are the assignee for the bug.