From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPXvP-0000Kc-Dg for qemu-devel@nongnu.org; Mon, 17 Mar 2014 09:50:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPXvI-0002Ut-41 for qemu-devel@nongnu.org; Mon, 17 Mar 2014 09:49:55 -0400 Received: from ssl.dlhnet.de ([82.141.21.42]:58592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPXvH-0002Uh-TX for qemu-devel@nongnu.org; Mon, 17 Mar 2014 09:49:48 -0400 Message-ID: <5326FD79.6070009@dlhnet.de> Date: Mon, 17 Mar 2014 14:49:45 +0100 From: Peter Lieven MIME-Version: 1.0 References: <20140314160616.GA16438@sergelap> <1395063841.5663.9.camel@nilsson.home.kraxel.org> In-Reply-To: <1395063841.5663.9.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] vnc regression with -vga vmware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Serge Hallyn , Peter Lieven Cc: Doug Smythies , qemu-devel@nongnu.org On 17.03.2014 14:44, Gerd Hoffmann wrote: > On Fr, 2014-03-14 at 11:06 -0500, Serge Hallyn wrote: >> Hi, >> >> upstream git HEAD appears to have regressed with -vga vmware -vnc. >> >> If I run >> >> ./qemu-system-x86_64 -enable-kvm -vnc :1 -m 1024 -cdrom ~/trusty-desktop-amd64.iso -vga vmware >> >> then tightvncviewer gives me: >> >> Connected to RFB server, using protocol version 3.8 >> No authentication needed >> Authentication successful >> Desktop name "QEMU" >> VNC server default format: >> 32 bits per pixel. >> Least significant byte first in each pixel. >> True colour: max red 255 green 255 blue 255, shift red 16 green 8 >> blue 0 >> Using default colormap which is TrueColor. Pixel format: >> 32 bits per pixel. >> Least significant byte first in each pixel. >> True colour: max red 255 green 255 blue 255, shift red 16 >> green 8 blue 0 >> Same machine: preferring raw encoding >> Rect too large: 16x4 at (2352, 1766) >> >> gvncviewer simply says 'Disconnected from server'. >> >> It works fine if I don't use -vga vmware. >> >> I bisected it to commit 12b316d: ui/vnc: optimize dirty bitmap tracking > Peter, that is yours, any idea what this is? not yet, I will have a look. at which resolution does -vga vmware work? Peter > > cheers, > Gerd > > >