Comment 11 for bug 1079801

Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote : Re: Second Life & Google Earth do not load for the intel "sandy bridge" gfx chip

Whether the two failures are related is difficult to say; the SecondLife one seems to be failing with a fairly clear problem finding the dri modules:

libGL: OpenDriver: trying /tls/i965_dri.so
libGL: OpenDriver: trying /i965_dri.so
libGL error: dlopen /i965_dri.so failed (/i965_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib64/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/i965_dri.so
libGL error: dlopen /usr/lib64/dri/i965_dri.so failed (/usr/lib64/dri/i965_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib32/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib32/dri/i965_dri.so
libGL error: dlopen /usr/lib32/dri/i965_dri.so failed (/usr/lib32/dri/i965_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
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: cannot open shared object file: No such file or directory)

On my system the libgl1-mesa-dri package puts those in /usr/lib/i386-linux-gnu/dri/ and /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
the paths look like the RHEL/Fedora paths for 32/64 bit stuff.
I'd bet you can get that running with a few symlinks; but that looks more like like a secondlife problem than Ubuntu ???

The google-earth one is a segfault - difficult to know what's going on there; could be entirely different.