[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 with unity --reset and dpkg-reconfiruge compiz.

Best regards

Kitsab

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/877445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /usr/lib32/libGL.so.1

The fix didn't stick, so, I moved libGL.so.1.2 and linked it:

cd /usr/lib32/
sudo mv libGL.so.1.2 ~/libGL.so.1.2.bak
sudo ln -s /usr/lib32/fglrx/libGL.so.1 /usr/lib32/libGL.so.1.2

I'm not sure, but I think it has something to do with ati mobility chip sets, I 
had to do this fix with my PC which had: Radeon HD 3450.
However my other PC with Radeon HD 5450 had no problems.

Sheado reported that he had issue with /usr/lib instead of /usr/lib32.

Thanks again.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/877445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
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:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/877445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
mesa/libGL.so.1 and not /usr/lib32/fglrx/libGL.so.1 !!
An  ln -s /usr/lib32/fglrx/libGL.so.1 /usr/lib32/libGL.so fixed the problem, It 
worth a try. All my OpenGL applications are running perfectly right now :)

Good day.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/877445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/877445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 libGL wine loads? ldd is not a great help 
here...

As for 64bit programs, they link against /usr/lib/fglrx/libGL.so.1 - and
that works fine too.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/877445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs