From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GB1Vw-0007s8-Dx for qemu-devel@nongnu.org; Wed, 09 Aug 2006 23:47:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GB1Vv-0007rw-1W for qemu-devel@nongnu.org; Wed, 09 Aug 2006 23:47:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GB1Vu-0007rt-Um for qemu-devel@nongnu.org; Wed, 09 Aug 2006 23:47:18 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GB1ak-0006WX-0W for qemu-devel@nongnu.org; Wed, 09 Aug 2006 23:52:18 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GB1Vo-0005LJ-Nh for qemu-devel@nongnu.org; Thu, 10 Aug 2006 05:47:12 +0200 Received: from cpe-70-112-29-108.austin.res.rr.com ([70.112.29.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Aug 2006 05:47:12 +0200 Received: from anthony by cpe-70-112-29-108.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Aug 2006 05:47:12 +0200 From: Anthony Liguori Date: Wed, 09 Aug 2006 22:46:18 -0500 Message-ID: References: <20060809223220.GA16406@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: qemu-system-sparc video problem on 16 bit displays 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 On Thu, 10 Aug 2006 00:32:20 +0200, Juergen Lock wrote: > Hi! > > I was made aware of this by a FreeBSD user, but i suspect the > problem is not specific to FreeBSD hosts: If run on a 16 bit display, > qemu-system-sparc' video is messed up like shown here: > http://img320.imageshack.us/img320/3807/qemusparckd1.png > (pink, and uses only half of the window's width...) It looks okay on 24 > bit displays. Looks you're telling QEMU that you've got a 16 bit buffer when it's really a 32 bit buffer. Perhaps we're mixing up bits-per-pixel with depth? Regards, Anthony Liguori > Thanx, > Juergen