Re: [compiz] input transformations

2008-01-23 Thread Dan Oscarsson
tor 2007-02-01 klockan 18:26 -0500 skrev David Reveman: I spent some time this week trying to add support for input transformations to the server. I tried a few different approaches. The patches I've attached are what's currently working best for me. In this approach I allow every window to

Re: [compiz] Python plugin (Python API for Compiz)

2008-01-23 Thread Travis Watkins
On 4/10/07, Mike Dransfield [EMAIL PROTECTED] wrote: Removing WRAP/UNWRAP totally seems virtually impossible without losing a lot of functionality. If I make them just provide a named method then I have to check each plugins attributes one by one and they would still have to call

Re: [compiz] incomplete window contents when unminimizing

2008-01-23 Thread Hendrik Kaju
Hi, Using Xgl, when a window is unminimized, sometimes (especially with Firefox), the window contents are not immediately visible (partially or completely) until an unminimize animation is completed. That is, sometimes there are empty (transparent) rectangles within the window (maybe

Re: [compiz] [Mesa3d-dev] The direct/indirect rendering stuff and compiz

2008-01-23 Thread Brian Paul
Michel Dänzer wrote: On Fri, 2007-04-13 at 13:32 -0400, David Reveman wrote: Does anyone know if some code similar to this would work? glxExtensions = glXQueryExtensionsString (dpy, screenNum); if (!strstr (glxExtensions, GLX_EXT_texture_from_pixmap)) { setenv (LIBGL_ALWAYS_INDIRECT, 1,

Re: [compiz] [Mesa3d-dev] The direct/indirect rendering stuff and compiz

2008-01-23 Thread Michel Dänzer
[ Apologies for the late followup, I've been away over the weekend ] On Fri, 2007-04-13 at 12:17 -0600, Brian Paul wrote: Michel Dänzer wrote: I wonder why I didn't get any feedback on my proposal: Make glXQueryExtensionsString take the current context into account when appropriate.

Re: [compiz] [Mesa3d-dev] The direct/indirect rendering stuff and compiz

2008-01-23 Thread Michel Dänzer
[ Apologies for the late followup, I've been away over the weekend ] On Fri, 2007-04-13 at 17:04 -0400, David Reveman wrote: On Fri, 2007-04-13 at 19:50 +0200, Michel Dänzer wrote: I wonder why I didn't get any feedback on my proposal: Make glXQueryExtensionsString take the current

Re: [compiz] Mini-Compiz on Miniature Linux/OpenGL (embedded 3D window system)

2008-01-23 Thread Jerome Glisse
On 4/17/07, ZeAtShuttle [EMAIL PROTECTED] wrote: hi, my goal is to produce (for start) really tiny and simple Compiz-like window manager, the main concern is size and speed... and by size i mean very tiny:1-2MB since everyone is probably laughing (id be too, few months ago), i might

Re: [compiz] kde-window-decorator crashes

2008-01-23 Thread Diogo Ferreira
Silvan Calarco wrote: BAADCAAHDwEHEAEKFwESKwIXNQIaOwIcQQIgSQIpXwM4gAQ8igU/kAVAkwVB lAVClwVCmAVFngVJpgZKqQZLrQZPtQZQtgZRuQYAAQB1lW3cAXRS TlMAQObYZgFiS0dEAIgFHUgJcEhZcwAALiMAAC4jAXilP3YH dElNRQfXAxgNAiAQYlKOHXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBU

[compiz] about matchbox + compiz solution

2008-01-23 Thread Zhu, Jack
Instead of use compiz windows manager, I want to use matchbox, but I want reuse compiz plugins, means I use matchbox + compiz as windows manager + 3D desktop effect solution, would you please give me some suggestion about my plan. What about the effort? Would you please give me some

[compiz] FOSS-Fork Research

2008-01-23 Thread Johan Sånesson
Hi, We are students of Lund University doing our Bachelor thesis for the Systems Design-programme. Some of you may already have seen this message. It's not easy to get in touch with you guys. [image: Wink] This was also posted on the compiz forums. It's a bit difficult navigating between all

Re: [compiz] Extensible logging framework

2008-01-23 Thread Kristian Lyngstøl
On 5/24/07, Mike Dransfield [EMAIL PROTECTED] wrote: Attached is a quick patch which adds a logging framework to compiz. I think it should be fairly self explanitory. I think it should allow plugin writers to extend it for any purpose, but I would appreciate any feedback or comments before

Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Fri, Jun 01, 2007 at 03:47:17PM -0400, David Reveman wrote: + switch (events[i].u.u.type) { + case MotionNotify: + case ButtonPress: + case ButtonRelease: + case KeyPress: + case KeyRelease: + case EnterNotify: + case LeaveNotify: Hi, This needs to be

[compiz] KWD crash

2008-01-23 Thread Mike Dransfield
Attached is a crash which I get very regularly when shutting down compiz. I normally only see it when restarting, but I have seen it at shutdown too, so I assume its happening then. The backtrace seems to point there too. Using host libthread_db library /lib/libthread_db.so.1. [Thread debugging

Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Mon, Jun 04, 2007 at 05:06:20PM -0400, David Reveman wrote: On Sat, 2007-06-02 at 04:29 +0300, Daniel Stone wrote: On Fri, Jun 01, 2007 at 03:47:17PM -0400, David Reveman wrote: + switch (events[i].u.u.type) { + case MotionNotify: + case ButtonPress: + case ButtonRelease: +

Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Tue, Jun 05, 2007 at 02:41:59PM -0400, David Reveman wrote: On Tue, 2007-06-05 at 00:17 +0300, Daniel Stone wrote: On Mon, Jun 04, 2007 at 05:06:20PM -0400, David Reveman wrote: Yea, I forgot about that. Will the attached patch work or are those device events not using the

[compiz] slow xvideo with xgl and nvidia fx5200

2008-01-23 Thread Stefan Kost
hi, I am using xgl on opensuse-10.2 with the latest driver from nvidia. I generally works fine. The only issues is fullscreen xvideo. The way the xvideo extension is implemented causes high cpu load in the opengl driver. CPU: AMD64 processors, speed 1800.21 MHz (estimated) Counted

[compiz] Compiz with --use-copy --force-fglrx

2008-01-23 Thread Mattias Eriksson
Hi, I was happy to see the use copy and force fglrx patches, thanks to them I was able to get compiz running om my Thinkpad R60 (that has a Mobile Radeon X1400 card). However I can see some drawing garbage on the screen sometimes. The easiest way to reproduce it is to open firefox and point it

Re: [compiz] Object framework status?

2008-01-23 Thread David Reveman
On Mon, 2008-01-21 at 17:46 +0100, drago01 wrote: Hi, Whats the current status of the work on the object framework branch? Is there any ETA for merging it? It has been a while since it was announced. I have unfortunately not had much time to work on it lately but it should be in a pretty

[compiz] Compiz - Extreme difficulty with MSI nVidia 8600GT

2008-01-23 Thread David C. Rankin
Listmates, I have a fresh openSuSE 10.3 install with all updates installed, the video card is a MSI nVidia 8600GT (pci-e 16). After following the openSuSE nVidia install and the Compiz Fusion install (and after log outs and reboots) compiz refused to start. As shown on the openSuSE

[compiz] compiz lists.freedesktop.org strangeness

2008-01-23 Thread David C. Rankin
Listmates, Is something up with the list? A few minutes ago, I just received 25 [compiz] messages dated between 3/16/2007 and 7/26/2007? HUH? screenshot: http://www.3111skyline.com/download/screenshot/compiz/list_strangeness.jpg -- David C. Rankin, J.D., P.E. Rankin Law Firm,

Re: [compiz] Compiz - Extreme difficulty with MSI nVidia 8600GT

2008-01-23 Thread CyberOrg
On Jan 24, 2008 9:43 AM, David C. Rankin [EMAIL PROTECTED] wrote: Trying to start compiz with the following command line failed and gave these errors: 17:04 providence~ compiz --no-libgl-fallback --ignore-desktop-hints --replace ccp Run compiz-manager

Re: [compiz] compiz lists.freedesktop.org strangeness

2008-01-23 Thread David C. Rankin
Quinn wrote: it seems we all did, or at least so did I Good to know. I just had to rebuild a server and it scared the hell out of me thinking that somehow Postfix was coughing up old messages -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas