From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kg0Jl-00049c-CL for qemu-devel@nongnu.org; Wed, 17 Sep 2008 12:55:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kg0Jg-00047L-NV for qemu-devel@nongnu.org; Wed, 17 Sep 2008 12:55:53 -0400 Received: from [199.232.76.173] (port=52511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kg0Jg-00047F-Em for qemu-devel@nongnu.org; Wed, 17 Sep 2008 12:55:48 -0400 Received: from mail2.shareable.org ([80.68.89.115]:34950) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kg0Jf-0000QR-G8 for qemu-devel@nongnu.org; Wed, 17 Sep 2008 12:55:47 -0400 Date: Wed, 17 Sep 2008 17:55:28 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] add support for higher screen resolutions Message-ID: <20080917165527.GF22613@shareable.org> References: <48D13550.8000707@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48D13550.8000707@gmx.at> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Andreas Winkelbauer wrote: > This patch introduces changes which are necessary for using qemu with > higher screen resolutions than 1600x1200 (with -std-vga). > > In addition to this patch, the vgabios needs to be regenerated to > support higher resolutions too. A corresponding patch for the vgabios > has been submitted to Volker Ruppert. Speaking of resolutions, it would be quite nice to support EDID (information from a monitor about its capabilities) and monitor hotplug emulation. In particular, that would make it possible to run QEMU in full-screen mode on any screen size, without borders or scaling. There is a VGA BIOS call to get EDID info, although I'm not sure if it supports monitor hotplug, or which guests use it. Any thoughts on that? -- Jamie