From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fc0xX-00026t-P6 for qemu-devel@nongnu.org; Fri, 05 May 2006 10:07:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fc0xW-00026N-AR for qemu-devel@nongnu.org; Fri, 05 May 2006 10:07:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fc0xV-00026G-PP for qemu-devel@nongnu.org; Fri, 05 May 2006 10:07:05 -0400 Received: from [70.116.9.243] (helo=localhost.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fc0xf-0002vp-W0 for qemu-devel@nongnu.org; Fri, 05 May 2006 10:07:16 -0400 Message-ID: <445B5BDC.1040908@codemonkey.ws> Date: Fri, 05 May 2006 09:06:20 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <5043363.1146831836728.JavaMail.root@eastrmwml05.mgt.cox.net> In-Reply-To: <5043363.1146831836728.JavaMail.root@eastrmwml05.mgt.cox.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU 0.8.1 and vnc Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sol10x86@cox.net Cc: qemu-devel@nongnu.org Ben Taylor wrote: > I'm seeing quite a few bugs on Qemu 0.8.1 with the vnc feature > > 1) Sparc based system comes up in distored colors (foreground of a Damn Small linux > iso comes up in yellow, instead of white) > This is a know problem. qemu doesn't give any indication that the guest is storing pixels in big endian mode. A proper fix is on my TODO list. > 2) When it bounces from the initial syslinux text to the grahpical screen, it leaves the text > in the top left corner not cleared. (to the boot: at the bottom) > Yeah, I've noticed something similar myself. It's on the TODO list (see vnc.c). > 3) screen autoresize is not working. 2 examples with DSL. > a) initial screen is 80x25, but qemu comes up in 80x24 and stays there and I can't > see "boot:" prompt at the bottom. > b) when it goes into graphical mode, it's not resizing so I'm missing some portion of > the screen > TightVNC doesn't support the desktop resize encoding. Try RealVNC. Regards, Anthony Liguori > Host is solaris 9/sparc and solaris 11/x86, viewer is tightvnc V 1.2.8 on solaris 11/x86. > > ------------------------------------------------------------------------ >