From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaGrr-0000qo-5A for qemu-devel@nongnu.org; Thu, 19 Feb 2009 16:55:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaGrq-0000po-0K for qemu-devel@nongnu.org; Thu, 19 Feb 2009 16:55:38 -0500 Received: from [199.232.76.173] (port=59468 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaGrp-0000pf-Pn for qemu-devel@nongnu.org; Thu, 19 Feb 2009 16:55:37 -0500 Received: from main.gmane.org ([80.91.229.2]:49507 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LaGrp-00075o-D6 for qemu-devel@nongnu.org; Thu, 19 Feb 2009 16:55:37 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LaGri-0005X0-AK for qemu-devel@nongnu.org; Thu, 19 Feb 2009 21:55:30 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Feb 2009 21:55:30 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Feb 2009 21:55:30 +0000 From: Consul Date: Thu, 19 Feb 2009 13:55:15 -0800 Message-ID: References: <4999DA28.3040404@moose.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4999DA28.3040404@moose.net> Sender: news Subject: [Qemu-devel] Re: [PATCH] VMware SVGA uses incorrect depth 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 Brian Kress wrote: > The VMware SVGA adapter is set to a 24 bit depth, where as the display > surfaces > (and just about everything else) are using a 32 bit depth. So when you > use "-vga vmware" > in either the sdl or vnc displays, you get some very odd video that has > the wrong colors, is > repeated and is only over 3/4 of the screen. Fix seems to be to change > it to 32 bit. With > this patch I can use VMware video in both sdl and vnc and have it > display correctly. > > Acked-by: Alex Ivanov This certainly fixes the distorted output with vmware_vga.