[Mesa-dev] Problem using GLVND enabled mesa with Intel DDX

Yu, Qiang Qiang.Yu at amd.com
Thu Dec 15 09:01:11 UTC 2016


Hi guys,

I'm trying GLVND with mesa, but the Intel DDX seems have some problem with it:
[  2970.834] (EE) AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: undefined symbol: _glapi_tls_Dispatch)
[  2970.834] (EE) AIGLX: reverting to software rendering
[  2970.889] (EE) AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
[  2970.889] (EE) GLX: could not load software renderer
[  2970.889] (II) GLX: no usable GL providers found for screen 0

I find the _glapi_tls_Dispatch is in libglapi.so which is depended by libGLX_mesa.so.
But in Intel DDX's case, no libGLX_mesa.so/libglapi.so is loaded, i965_dri.so is loaded directly.

Regards,
Qiang



More information about the mesa-dev mailing list