graphics/mesa-dri: DRI stopped working with the Intel graphics card

I have drm-515-kmod installed
Code:
% glxinfo -B
name of display: :0
MESA: error: ZINK: failed to choose pdev
glx: failed to create drisw screen
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 15.0.7, 256 bits) (0xffffffff)
Version: 24.0.7
Accelerated: no
Video memory: 40959MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 64 MB, largest block: 64 MB
VBO free aux. memory - total: 32768 MB, largest block: 32768 MB
Texture free memory - total: 64 MB, largest block: 64 MB
Texture free aux. memory - total: 32768 MB, largest block: 32768 MB
Renderbuffer free memory - total: 64 MB, largest block: 64 MB
Renderbuffer free aux. memory - total: 32768 MB, largest block: 32768 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 0 MB
Total available memory: 40959 MB
Currently available dedicated video memory: 64 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 24.0.7
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.5 (Compatibility Profile) Mesa 24.0.7
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.0.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Code:
% glxgears
MESA: error: ZINK: failed to choose pdev
glx: failed to create drisw screen
5844 frames in 5.0 seconds = 1168.665 FPS
6058 frames in 5.0 seconds = 1211.584 FPS
6116 frames in 5.0 seconds = 1223.151 FPS
6073 frames in 5.0 seconds = 1214.482 FPS
6150 frames in 5.0 seconds = 1229.829 FPS

There seems to be no graphical acceleration, very low glxgears values.

 
Did you suspend/resume ? DRI will stop working in this case until you restart X.

Yes everything works, just installing mesa-demos to be able to know how many frames it pulls I run into that issue.

That's all.
 
Back
Top