From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvSk8-0001cD-MW for qemu-devel@nongnu.org; Wed, 28 Jun 2006 01:37:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvSk7-0001bg-Ob for qemu-devel@nongnu.org; Wed, 28 Jun 2006 01:37:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvSk7-0001bc-Hi for qemu-devel@nongnu.org; Wed, 28 Jun 2006 01:37:39 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FvSwN-0001ha-1H for qemu-devel@nongnu.org; Wed, 28 Jun 2006 01:50:19 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Make -std-vga the default? Date: Wed, 28 Jun 2006 06:30:51 +0100 References: <200606280221.34783.jseward@acm.org> In-Reply-To: <200606280221.34783.jseward@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606280630.52237.paul@codesourcery.com> 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 On Wednesday 28 June 2006 02:21, Julian Seward wrote: > I've been using -std-vga for a couple of weeks now, and it works well > at least for the guests I've been using (Win2K/XP, Red Hat 9, SuSE 10.1). Really? My win2k install couldn't do anything useful with -std-vga. It would only do the very basic 640x480x4 mode. I'm fairly sure win9x can't do anything useful with straight VGA either. > Overall it seems to work much better than the default 5446 simulation > and it seems to me that non-developer users, who are presumably the larger > fraction of the user base, would benefit from having -std-vga as the > default. The "it just works" property is important for new users, and > -std-vga has more of that than the 5446 just at the moment. In my experience the Cirrus emulation "just works", and is supported by pretty much every OS out the box. AFAIK Windows earlier than XP doesn't needs additional 3rd party drivers to support anonymous VESA hardware. Paul