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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev