From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUo79-0000Vt-Tr for qemu-devel@nongnu.org; Mon, 31 May 2004 10:50:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUo77-0000TQ-Vp for qemu-devel@nongnu.org; Mon, 31 May 2004 10:50:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUo77-0000TE-ST for qemu-devel@nongnu.org; Mon, 31 May 2004 10:50:09 -0400 Received: from [194.90.9.24] (helo=mxout3.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUo6r-0003Nf-E0 for qemu-devel@nongnu.org; Mon, 31 May 2004 10:49:53 -0400 Received: from [192.168.1.12] ([212.235.116.233]) by mxout3.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0HYL00CTU2J3KU@mxout3.netvision.net.il> for qemu-devel@nongnu.org; Mon, 31 May 2004 17:49:51 +0300 (IDT) Date: Mon, 31 May 2004 17:49:49 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] VGA BIOS source code In-reply-to: <40BB3784.9020202@fabianowski.de> Message-id: <40BB541D.30505@witch.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <40BB3784.9020202@fabianowski.de> 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 Bartosz Fabianowski wrote: > I am trying to get SVGA graphics modes to work under Windows 98. > Currently, the only known way of accomplishing this is to install SDD 7 > beta, which is a 21 day test version, along with some obscure VxD file. > I'd prefer to fix the VBE support and be able to run SDD 6.53, which is > free. For the 21 days period - just kick out from the start-up the SDD stuff (you don't need it anyway) with msconfig... See my User Guide ("HOWTO") at: http://www.dad-answers.com/qemu/howto/qemu-win98-howto.html (I'll probably finish it tommorow although I don't know whatever to write TUN/TAP explanation).. Thanks Hetz