Comment 9 for bug 570659

Revision history for this message
Jason Kendall (coolacid) wrote :

I think this is only part of the problem. The fact that GLX related applications segfault still need to be addressed.

Since my S10-2 has Intel video card, and I noticed that it's trying to use the NVIDIA drivers I started with this:

http://ubuntuforums.org/showpost.php?p=9212078&postcount=10

This allowed xorg to at least start using the Intel Drivers for GLX - however, the applications still seg faulted when trying to run which lead me to this:

http://ubuntuforums.org/showpost.php?p=5409267&postcount=4

It turned out I did have two different libGL libraries:

/usr/lib/mesa
/usr/lib/fglrx

I removed /usr/lib/fglrx and modified /etc/ld.so.conf.d/GL.conf to point to the mesa drivers, however they didn't seem to really contain all the extensions required.

Thats as far as I got this past weekend.