From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLpl-0001OU-5n for qemu-devel@nongnu.org; Tue, 04 Oct 2016 05:16:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brLpf-0000gs-17 for qemu-devel@nongnu.org; Tue, 04 Oct 2016 05:16:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLpe-0000gT-QT for qemu-devel@nongnu.org; Tue, 04 Oct 2016 05:16:14 -0400 Message-ID: <1475572570.14732.26.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 04 Oct 2016 11:16:10 +0200 In-Reply-To: <7b9dd9a9-bb51-4a64-55bb-7be9dc6f7a14@wiesinger.com> References: <7b9dd9a9-bb51-4a64-55bb-7be9dc6f7a14@wiesinger.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] VNC - broken initial resolution List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: qemu-devel@nongnu.org On Mo, 2016-10-03 at 19:58 +0200, Gerhard Wiesinger wrote: > Hello, >=20 > Since the last update (git log 3b71ec8..c5d128f) it looks like that the= =20 > inital resolution via VNC is broken. >=20 > E.g. after connecting seabios screen is not the typical text resolution= =20 > but a lot larger than it should be. >=20 > Any ideas? Hmm, from a quick check of the commit log only "cd958ed console: skip same-size resize" looks related, even though I can't see why it should lead to the described behavior. Does a revert fix the issue? In case it doesn't: any chance you can bisect it? > Anyone can reproduce it? No. cheers, Gerd