From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hbYM-0004z3-E1 for qemu-devel@nongnu.org; Tue, 29 Jul 2003 16:58:38 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hbXJ-0004Dx-IS for qemu-devel@nongnu.org; Tue, 29 Jul 2003 16:57:34 -0400 Received: from smtp4.wanadoo.fr ([193.252.22.26] helo=mwinf0503.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hbWf-0003yw-59 for qemu-devel@nongnu.org; Tue, 29 Jul 2003 16:56:53 -0400 Received: from free.fr (ATuileries-112-1-4-224.w81-53.abo.wanadoo.fr [81.53.133.224]) by mwinf0503.wanadoo.fr (SMTP Server) with ESMTP id 16C7F680015F for ; Tue, 29 Jul 2003 22:56:52 +0200 (CEST) Message-ID: <3F26DF7D.6000208@free.fr> Date: Tue, 29 Jul 2003 22:56:29 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu static elf boot / VGA emulation References: <3F2451E6.5010406@free.fr> <20030728192155.57837499.jrydberg@night.trouble.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johan Rydberg wrote: > Fabrice Bellard wrote: > > : My only problem is to choose the right SVGA board to emulate (plain VGA > : is not suffisant to get proper graphical display). I have the following > : choices: > : > : - Bochs VBE (easy but limited to 8bpp) > : - VMware virtual SVGA (easy but potential driver license problem) > : - Intel i810 (there are good docs but the acceleration is complicated) > : - Another SVGA card ???? > > How about any some other card type? Such as a Mach* or S3 cards? Those > are pretty common and supported by must operating system, and S3 should > probably not be that hard to simulate. But i810 is maybe easier. You are right. I will implement S3Trio23/64 support. Only ioport based acceleration will be supported in the first release. Fabrice.