From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXQSq-0007Np-9h for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:11:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXQSo-0007Nb-K7 for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:11:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXQSo-0007NY-Hy for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:11:22 -0400 Received: from [193.252.22.27] (helo=mwinf0403.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXQRt-0003OJ-10 for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:10:25 -0400 Received: from bellard.org (ATuileries-112-1-4-169.w81-53.abo.wanadoo.fr [81.53.133.169]) by mwinf0403.wanadoo.fr (SMTP Server) with ESMTP id 99A1550001F8 for ; Mon, 7 Jun 2004 22:10:18 +0200 (CEST) Message-ID: <40C4CC3E.2070308@bellard.org> Date: Mon, 07 Jun 2004 22:12:46 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <40C39F70.5070205@dad-answers.com> In-Reply-To: <40C39F70.5070205@dad-answers.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: NE2K PCI and Windows 98SE & Cirrus Logic 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 Hetz Ben Hamo wrote: > I just started to use the -pci switch with win98 as a guest.. > > everything detected correctly and cirrus logic graphics seems much > faster then with the old graphics driver - however there are paiting > bugs (see screenshot URL at the bottom of this page) It should work better now. If no one sees severe problems with -pci, I propose it is the default in 0.5.6. Cirrus VGA seems to work with both Win 95 and 98 without any additionnal drivers, so it is likely to be the default config. There are still issues with Bochs VESA VBE (you cannot use it simultaneously with Cirrus VGA yet). Moreover, the Cirrus VGA driver is not optimized (the video memory writes are extremely slow compared to what could be possible and the blitter operations could be at least twice as fast). Fabrice.