[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-12-31 Thread Bastian Klingenburg
Hi, I can confirm this issue. I've got the same problem thanks to zed, according his guide I was able to fix it. For me this issue appears after installing a new graphic acceleartor driver for my ATI Radeon (Catalyst 11.11). I also did some changes in unity and cpmpiz and tried to fix it

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-11-29 Thread zed
Thanks to your help, I managed to find a fix (with a little tweak) http://ubuntuforums.org/showthread.php?t=1870917 What I did: sudo mv libGL.so libGL.so.bak sudo ln -s /usr/lib32/fglrx/libGL.so.1 /usr/lib32/libGL.so sudo mv libGL.so.1 libGL.so.1.bak sudo ln -s /usr/lib32/fglrx/libGL.so.1

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-11-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: fglrx-installer-updates (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-10-19 Thread tarek
Hi, Ubunut 11.10 with Catalyst 11.8 and 11.9. I have had the same crashes while playing with Imangination technologies OpenGLES 2.0 SDK. examining strace output i have seen that my applications call libGL.so from /usr/lib32 open(/usr/lib32/libGL.so, O_RDONLY) which is a symlink to

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-10-18 Thread Gregor Riepl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877445 Title: XCB errors in OpenGL applications caused by fglrx 11.8 To manage notifications about this bug go to:

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-10-18 Thread Gregor Riepl
I experimented a bit more. After removing libGL junk from /usr/lib32 and reinstalling ia32-libs, it seems wine is now picking up a libGL.so.1 that actually works. Most likely, it's the one from mesa (libgl1-mesa-glx). That one doesn't have this nasty XCB bug. Is there a way to determine which