[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Alex Cornejo
There is an easy fix to this bug (which appears on my nvidia system as well). Edit: /usr/bin/compiz Find: "GL_MAX_3D_TEXTURE_SIZE" Replace with: "GL_MAX_TEXTURE_SIZE" That fix was posted on an unbuntu forum by ButteBlues, and it works for me. Maybe this should be patched and released upstream.

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Kow
In case it isn't obvious the nvidia/intel issues both of which are being reported in this bug report are unrelated. -- compiz stop working after 17-Sept-2007 updates https://bugs.launchpad.net/bugs/141130 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread MrAuer
I confirm this bug on Nvidia FX 5200 as well. I had first installed the new Nvidia driver 100.14.19 and rebooted, everything worked fine. Then I updated to newest packages, including Compiz, and I get the same error as people above and compiz wont start - gives the Comparing resolution (1280x102

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread timoline
After some investigation on this page about the intel: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/140833 -- compiz stop working after 17-Sept-2007 updates https://bugs.launchpad.net/bugs/141130 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Ola Lindberg
It didn't solve my problems on a Thinkpad T40 (Radeon 7500 mobility). Here is my output. $ compiz --replace & [2] 16990 [1] Donecompiz --replace Checking for Xgl: [EMAIL PROTECTED]:~$ not present. Detected PCI ID for VGA: 01:00.0 0300: 1002:4c57 (prog-if 00 [VGA]) Checking f

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread timoline
same here with Intel Checking for Xgl: not present. Blacklisted PCIID '8086:2a02' found aborting and using fallback: /usr/bin/metacity -- compiz stop working after 17-Sept-2007 updates https://bugs.launchpad.net/bugs/141130 You received this bug notification because you are a member of Ubuntu

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Fabien Lusseau
The fix work for (nvidia): [EMAIL PROTECTED]:~$ Checking for Xgl: not present. Detected PCI ID for VGA: 01:00.0 0300: 10de:01d7 (rev a1) (prog-if 00 [VGA]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparin

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Ralf Nieuwenhuijsen
Bug confirmed. Fix works. It's actually an old bug reappearing. I wonder how that happens? Perhaps the whole launcher script is an old version? Somebody needs to check this. -- compiz stop working after 17-Sept-2007 updates https://bugs.launchpad.net/bugs/141130 You received this bug notificatio

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread acidhorse
Same here. Updates hosed compiz. VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) -- compiz stop working after 17-Sept-2007 updates https://bugs.launchpad.net/bugs/141130 You received this bug notification because you are a member of Ubuntu

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Fabien Lusseau
Same problem here: [EMAIL PROTECTED]:~$ compiz --replace Checking for Xgl: not present. Blacklisted PCIID '8086:29a2' found aborting and using fallback: /usr/bin/metacity With an intel and an nvidia ... Sed can't fix it ... -- compiz stop working after 17-Sept-2007 updates https://bugs.laun

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread Kristoffer Lundén
Confirming problem as well as sed fix. -- compiz stop working after 17-Sept-2007 updates https://bugs.launchpad.net/bugs/141130 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 141130] Re: compiz stop working after 17-Sept-2007 updates

2007-09-20 Thread TJ
Confirming Will Farrington's comment, bug in wrapper script /usr/bin/compiz This will fix it: $ sudo sed -i 's/GL_MAX_3D_TEXTURE_SIZE/GL_MAX_TEXTURE_SIZE/g' /usr/bin/compiz ** Changed in: compiz (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Ubuntu Desktop Bugs ** Chan