From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FehrZ-000735-TI for qemu-devel@nongnu.org; Fri, 12 May 2006 20:20:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FehrY-00072I-76 for qemu-devel@nongnu.org; Fri, 12 May 2006 20:20:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FehrX-000725-K3 for qemu-devel@nongnu.org; Fri, 12 May 2006 20:20:03 -0400 Received: from [209.234.73.39] (helo=narn.hozed.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FehtO-0001PH-1m for qemu-devel@nongnu.org; Fri, 12 May 2006 20:21:58 -0400 Date: Fri, 12 May 2006 19:20:02 -0500 From: Troy Benjegerdes Subject: Re: [Qemu-devel] VNC cross-endian failures Message-ID: <20060513002001.GR15855@narn.hozed.org> References: <20060512200013.GP15855@narn.hozed.org> <44651417.4010005@bellard.org> <20060513000814.GQ15855@narn.hozed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20060513000814.GQ15855@narn.hozed.org> 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 Fri, May 12, 2006 at 07:08:31PM -0500, Troy Benjegerdes wrote: > Much better. > > I did have one bogon after running xvncview on a big-endian host, > closing it, then starting it on a little-endian host that resulted in > this from realvnc: > > Rect too big: 24832x33024 at 8448,16640 exceeds 640x480 > main: Rect too big Hextile encoding still seems to have a few issues. CConn: Using pixel format depth 24 (32bpp) big-endian rgb888 CConn: Using hextile encoding Rect too big: 24832x33024 at 8448,16640 exceeds 640x480 Raw encoding seems to be fine.