Re: [compiz] unredirect_fullscreen_windows

2007-04-23 Thread Douglas Bollinger
On Mon, 23 Apr 2007 18:02:08 +0200 dragoran <[EMAIL PROTECTED]> wrote: > Please see https://bugs.freedesktop.org/show_bug.cgi?id=9474 > (last comment) its a nvidia driver issue, also look at the benchmarks I > made, you don't really need it on nvidia cards. Benchmarks can be misleading with this

[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: James

[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] 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 http://lists.freedesktop.org/mailm

[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 gtk-window-dec

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=92&highlight= Thank you for this hint. This was the problem. I upgraded to Xorg 7.

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread David Reveman
On Mon, 2007-04-23 at 17:10 +0100, Mike Dransfield wrote: > 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: > > >>

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

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 notifica

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread Mike Dransfield
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 notification when a timeout

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 1.0-975

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread David Reveman
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 notification when a timeout > >> is removed. Thi

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

2007-04-23 Thread Danny Baumann
Hi, > 0001-Added-options-for-additional-resize-modes.patch - I think I'll just > leave this patch out and add these options once we converted the resize > plugin to use the new metadata system. Yes, that's ok as it has the same effect ;-) > 0002-Added-painting-code-for-additional-resize-modes.pa

[compiz] change how vertices are generated

2007-04-23 Thread David Reveman
We need to change the way vertices are generated for windows. We currently have a addWindowGeometry screen function that takes care of this. It can be wrapped by plugins and it can generate any vertices and texture coordinates it wants. I'd like to change it so that the region for which to generat

Re: [compiz] [PATCH] Remove timeout callback

2007-04-23 Thread Mike Dransfield
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 notification when a timeout is removed. This has been fine up until now because he closures never needed to be cleaned up.

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] --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 implemen

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

[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.

[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 u

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: >

Re: [compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Paul Wellner Bou
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 working and enabled. check what libraries compiz is using ldd /u

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

2007-04-23 Thread Denis F. Latypoff
ng window manager at all. make 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) Inf

Re: [compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Ioannis Nousias
I've recently compiled xorg, mesa and drm for my rv250 and I've faced few problems that I managed to solve. 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. see if AIGLX is enabled: grep AIGL

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) W

[compiz] ATI and GLX_EXT_texture_from_pixmap error

2007-04-23 Thread Paul Wellner Bou
Hello, I am trying to install and run compiz on my computer since a few months yet and there is no way. Today I checked out the latest git version and it does not work neither. I have a ATI Radeon 7500 rev200 and I think thats the problem. I am using the open source radeon driver and xorg with