From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPZKN-0004u3-6r for qemu-devel@nongnu.org; Mon, 17 Mar 2014 11:19:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPZKG-0000Ce-Tb for qemu-devel@nongnu.org; Mon, 17 Mar 2014 11:19:47 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:34385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPZKG-0000CN-Nt for qemu-devel@nongnu.org; Mon, 17 Mar 2014 11:19:40 -0400 Date: Mon, 17 Mar 2014 10:19:33 -0500 From: Serge Hallyn Message-ID: <20140317151933.GA29848@sergelap> References: <20140314160616.GA16438@sergelap> <1395063841.5663.9.camel@nilsson.home.kraxel.org> <53270033.4080100@kamp.de> <20140317141012.GE7725@sergelap> <53270E30.4080400@dlhnet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53270E30.4080400@dlhnet.de> Subject: Re: [Qemu-devel] vnc regression with -vga vmware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: Doug Smythies , Peter Lieven , Gerd Hoffmann , qemu-devel@nongnu.org Quoting Peter Lieven (lieven-lists@dlhnet.de): > I found 2 issues: > > - with vmware VGA the server surface and the client desktop size are out of sync for some time > at a resolution change. the server surface gets updates for x coordinates that are out of bound > for the client. > - the max width of the client (2360) is not dividable by 16 (VNC_DIRTY_PIXELS_PER_BIT). > > I will try to fix this in ui/vnc but we should definetly look for the root cause. Thanks, Peter! -serge