From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXci9-0005gf-Lo for qemu-devel@nongnu.org; Tue, 08 Jun 2004 05:16:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXci8-0005gT-09 for qemu-devel@nongnu.org; Tue, 08 Jun 2004 05:16:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXci7-0005gQ-Sa for qemu-devel@nongnu.org; Tue, 08 Jun 2004 05:15:59 -0400 Received: from [62.253.162.43] (helo=mta03-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXchN-0007PR-5t for qemu-devel@nongnu.org; Tue, 08 Jun 2004 05:15:13 -0400 Received: from [10.10.10.100] ([81.107.87.144]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040608091410.YOGH28581.mta03-svc.ntlworld.com@[10.10.10.100]> for ; Tue, 8 Jun 2004 10:14:10 +0100 Subject: Re: [Qemu-devel] Re: Re: NE2K PCI and Windows 98SE & Cirrus Logic From: Antony T Curtis In-Reply-To: <001801c44d31$2b1291b0$0401a8c0@putte2k> References: <001801c44d31$2b1291b0$0401a8c0@putte2k> Content-Type: text/plain Message-Id: <1086686104.15335.6.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 Date: Tue, 08 Jun 2004 10:15:05 +0100 Content-Transfer-Encoding: 7bit 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 Tue, 2004-06-08 at 09:18, Mike Nordell wrote: > Leigh Dyer wrote: > > > I can also confirm that the 4Mb video RAM patch committed a couple of > > hours ago fixes the Cirrus Logic video with Win2k - it detected the > > card at install and seems to be running quite happily with the > > standard driver that ships with Win2k. > > Ah, wonderful! I just tested and can confirm it too. No more slow VGA! :-) I am still having problems with WinXP ... it appears to be trying to to vram to vram color-expand pattern bitblts starting from the first byte after the end of the current display (ie 800x600x16bit, src = 0x000ea600) However, when I examine these bytes, they are always zero - which I think is partly to blame for the display problems I am having. To correct this, I have to turn off all acceleration. -- Antony T Curtis