From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvOkT-0004C2-QM for qemu-devel@nongnu.org; Tue, 27 Jun 2006 21:21:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvOkR-0004Bp-D3 for qemu-devel@nongnu.org; Tue, 27 Jun 2006 21:21:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvOkR-0004Bm-7c for qemu-devel@nongnu.org; Tue, 27 Jun 2006 21:21:43 -0400 Received: from [81.103.221.48] (helo=mtaout02-winn.ispmail.ntl.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvOwe-0001C7-MA for qemu-devel@nongnu.org; Tue, 27 Jun 2006 21:34:21 -0400 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20060628012141.RCFS27023.mtaout02-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Wed, 28 Jun 2006 02:21:41 +0100 Received: from suse10.valgrind.org ([82.21.96.252]) by aamtaout04-winn.ispmail.ntl.com with ESMTP id <20060628012141.QEJJ16086.aamtaout04-winn.ispmail.ntl.com@suse10.valgrind.org> for ; Wed, 28 Jun 2006 02:21:41 +0100 From: Julian Seward Date: Wed, 28 Jun 2006 02:21:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606280221.34783.jseward@acm.org> Subject: [Qemu-devel] Make -std-vga the default? 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 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). 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. J