From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kche4-0000Hk-VE for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:23:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kche3-0000GA-E4 for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:23:12 -0400 Received: from [199.232.76.173] (port=59599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kche3-0000Fy-3H for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:23:11 -0400 Received: from wx-out-0506.google.com ([66.249.82.228]:34946) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kche3-0002Tq-2r for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:23:11 -0400 Received: by wx-out-0506.google.com with SMTP id h27so165315wxd.4 for ; Mon, 08 Sep 2008 07:23:09 -0700 (PDT) Message-ID: <48C5351B.8000002@codemonkey.ws> Date: Mon, 08 Sep 2008 09:22:19 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window References: <48B81423.9050502@eu.citrix.com> <48BF4F4F.40208@codemonkey.ws> <48BFB318.206@eu.citrix.com> <20080905120214.GD1373@shareable.org> <48C16207.5090808@eu.citrix.com> <20080905165536.GA12606@redhat.com> <48C168CE.5040700@eu.citrix.com> <48C348D3.6070702@codemonkey.ws> <20080908134140.GF4947@shareable.org> In-Reply-To: <20080908134140.GF4947@shareable.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jamie Lokier wrote: > Anthony Liguori wrote: > >> Practically speaking, it's a royal pain. It means it has to be disabled >> by default. What's most annoying is that Ubuntu enables compiz by >> default so there are a lot of users that will be affected. >> > > I'm under the impression that the Compiz problem in stable distros is > that OpenGL rendering isn't redirected by the compositor, so it > doesn't follow the transformed window in rotating-cube desktops, faded > or wobbly windows etc. (Much like Xv for video players sits over > everything). > No, the window overlays get all messed up and the screen quickly becomes garbage. Even in the absence of all of the desktop effects. Regards, Anthony Liguori > If that's all (not crashes etc.) that might be acceptable. > > -- Jamie > > >