On 23/05/07, Matthew Gregan <[EMAIL PROTECTED]> wrote:
Run the following and see if it gives you any clues (otherwise, send the output to the list):
$ LIBGL_DEBUG=verbose glxinfo 2>&1 >/dev/null libGL: XF86DRIGetClientDriverName: 1.8.0 i965 (screen 0) libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: undefined symbol: _glapi_add_dispatch) libGL error: unable to find driver: i965_dri.so libGL: XF86DRIGetClientDriverName: 1.8.0 i965 (screen 0) libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: undefined symbol: _glapi_add_dispatch) libGL error: unable to find driver: i965_dri.so http://www.mail-archive.com/[EMAIL PROTECTED]/msg27359.html suggests that there's a version mismatch between the driver and libGL. Ubuntu provides version 6.5.2-3 of libgl1-mesa-dri and libgl1-mesa-glx which seems pretty recent. Thanks, Roy.
