From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK4m5-00022m-Eg for qemu-devel@nongnu.org; Mon, 25 Mar 2013 06:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK4m4-0005v2-6c for qemu-devel@nongnu.org; Mon, 25 Mar 2013 06:37:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK4m3-0005ux-V1 for qemu-devel@nongnu.org; Mon, 25 Mar 2013 06:37:08 -0400 Message-ID: <515028D0.1000408@redhat.com> Date: Mon, 25 Mar 2013 11:37:04 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1363084369-27517-1-git-send-email-kraxel@redhat.com> <1363084369-27517-17-git-send-email-kraxel@redhat.com> <515001C2.7080201@web.de> <51500302.6040506@redhat.com> <515003E5.7000809@web.de> <5150091D.9070209@redhat.com> <51500A99.7020902@web.de> <51500D49.5030202@redhat.com> <51500D8F.6050604@web.de> <51501473.3010608@redhat.com> <51501991.2080204@web.de> <51501D75.2090902@redhat.com> <51501F2A.9000802@web.de> <51502027.5030108@web.de> In-Reply-To: <51502027.5030108@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 16/18] console: stop using DisplayState in gfx hardware emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org Hi, > [5425.580115] displaysurface_create_from surface=0x7ff315d3df40, > 800x600, bpp 16, bswap 0 [5425.580257] displaysurface_free > surface=0x7ff3158c33b0 This is vga=0x314 Looks like we have some funky interaction between vga and vmware. I'll go dig. Meanwhile you can try vga=0x315 (800x600x24) or vga=normal (textmode), that has a high chance to workaround this. cheers, Gerd