From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOUcu-0002YP-Aw for qemu-devel@nongnu.org; Fri, 14 Mar 2014 12:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOUcn-0004xw-1C for qemu-devel@nongnu.org; Fri, 14 Mar 2014 12:06:28 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:45296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOUcm-0004xr-SQ for qemu-devel@nongnu.org; Fri, 14 Mar 2014 12:06:20 -0400 Date: Fri, 14 Mar 2014 11:06:16 -0500 From: Serge Hallyn Message-ID: <20140314160616.GA16438@sergelap> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] vnc regression with -vga vmware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Doug Smythies , serge.hallyn@ubuntu.com 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 -serge