Mind Dump, Tech And Life Blog
written by Ivan Alenko
published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted at 24. Aug '21

Your glamor is not working properly

llvmpipe is software acceleration.

hrdina@witch:~$ glxinfo|grep render
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 256 bits)
    GL_NV_conditional_render, GL_NV_fog_distance, GL_NV_light_max_expon

Correct:

damon@rapthalia:~> glxinfo|grep render
direct rendering: Yes
OpenGL renderer string: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 

But I think Intel graphic drivers for Xe uses llvmpipe, but OpenGL renderer string cannot be Gallium.

Add Comment