Re: [compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Paul Wellner Bou
Hi Denis, Thank you for your answer. try: LIBGL_ALWAYS_INDIRECT=1 compiz --replace --indirect-rendering gconf The result is the same as described above. I have no window decorations and no working window manager at all. I also have radeon 7500, wokred well except blur (doesn't working)

Re[2]: [compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Denis F. Latypoff
sure you have gtk-window-decorator running I also have radeon 7500, wokred well except blur (doesn't working) Well, then it must work. It must be possible to localize the problem. Regards Paul. __ NOD32 2211 (20070423) Information __ This message was checked by NOD32

Re[2]: [compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Denis F. Latypoff
Hello Paul, Monday, April 23, 2007, 6:27:37 PM, you wrote: Hi Ionnis, Since you have an rv200 (radeon 7500), you should be using the radeon_dri.so. I don't have any experience with that driver but should be in good shape. Yes, I am using this one. see if AIGLX is enabled: AIGLX is

[compiz] [PATCH] Remove timeout callback

2007-04-23 Thread Mike Dransfield
While working on the python plugin, I realised that the timeout system does not allow for notification when a timeout is removed. This has been fine up until now because he closures never needed to be cleaned up. In the python plugin, I pass through a custom structure which needs to be cleaned

[compiz] unredirect_fullscreen_windows

2007-04-23 Thread David Gerber
Is that option working? With compiz 0.3.0 it worked but fullscreen apps (like Quake 3, Unreal Tournament 2004, ..) didn't get any mouse input then. With compiz 0.5.0 it doesn't seem to have any effect (eg. fullscreen apps are lagging, because of the redirection). AIGLX, NVidia drivers 1.0-9755.

Re: [compiz] [PATCH] Resize improvements (Multiple resize modes, better aspect ratio constraining)

2007-04-23 Thread David Reveman
On Wed, 2007-04-18 at 10:45 +0200, Danny Baumann wrote: Hi, I have ported various improvements of Beryl's resize to Compiz: - multiple resize modes (aside to the standard normal mode those are Stretch, Outline and Filled Outline) - better aspect ratio constraining (you now also can

Re: [compiz] --skip-gl-yield

2007-04-23 Thread David Reveman
On Sat, 2007-04-21 at 19:32 -0300, okasion wrote: On Thu, 2007-04-19 at 11:25 +0100, Joel Calado wrote: Beryl has a --skip-gl-yield ( I think now managed by --force-nvidia, dont really know though), that eases the use of beryl under heavy CPU load. Is this implemented in compiz?

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread David Reveman
On Mon, 2007-04-23 at 14:28 +0100, Mike Dransfield wrote: While working on the python plugin, I realised that the timeout system does not allow for notification when a timeout is removed. This has been fine up until now because he closures never needed to be cleaned up. In the python

Re: [compiz] unredirect_fullscreen_windows

2007-04-23 Thread dragoran
Is that option working? With compiz 0.3.0 it worked but fullscreen apps (like Quake 3, Unreal Tournament 2004, ..) didn't get any mouse input then. With compiz 0.5.0 it doesn't seem to have any effect (eg. fullscreen apps are lagging, because of the redirection). AIGLX, NVidia drivers

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread Mike Dransfield
Mike Dransfield wrote: David Reveman wrote: On Mon, 2007-04-23 at 16:14 +0100, Mike Dransfield wrote: David Reveman wrote: On Mon, 2007-04-23 at 14:28 +0100, Mike Dransfield wrote: While working on the python plugin, I realised that the timeout system does not allow for

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread David Reveman
On Mon, 2007-04-23 at 17:00 +0100, Mike Dransfield wrote: David Reveman wrote: On Mon, 2007-04-23 at 16:14 +0100, Mike Dransfield wrote: David Reveman wrote: On Mon, 2007-04-23 at 14:28 +0100, Mike Dransfield wrote: While working on the python plugin, I realised

Re: [compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Paul Wellner Bou
Hello, you might want to see the end of this topic on the GLX_EXT_tfp extension as well (basically see if the extension appears in all 3 sections of the glxinfo output): http://forum.compiz.org/viewtopic.php?t=92highlight= Thank you for this hint. This was the problem. I upgraded to Xorg

[compiz] GL_ARB_fragment_program is missed

2007-04-23 Thread Denis F. Latypoff
Hello compiz, I have mobility radeon 7500, radeon driver, xorg 7.2, ubuntu 7.04, latest git compiz. Seems that GL_ARB_fragment_program is missed in my video card/driver. Is it mean that I will never get blur working? blurdemo shows only transparent white window. I run

[compiz] Re: ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Colin Guthrie
Paul Wellner Bou wrote: Perhaps I'll by an nvidia soon. Or an intel... support the company that appears to be giving more back to the Open Source community :) Col ___ compiz mailing list compiz@lists.freedesktop.org

[compiz] [PATCH] Fix some bind/releaseTexImage errors

2007-04-23 Thread James Jones
Found this while debugging some driver issues. It fixes errors when non-TFP textures were bound/unbound when strict binding is used. Thanks, -James Jones nvpublic From d559571515245e3696a63b8a1c615a5cca4bc51a Mon Sep 17 00:00:00 2001 From: James Jones [EMAIL PROTECTED] Date: Mon, 23 Apr 2007

[compiz] [PATCH] Fix unredirect fullscreen windows

2007-04-23 Thread James Jones
While trying to reproduce an error with input handling and unredirect fullscreen windows, I noticed the option didn't work at all in compiz master. This patch gets it working again. Thanks, -James Jones nvpublic From b117578b09cc97ab516affc189015924a5776855 Mon Sep 17 00:00:00 2001 From: