From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BYCL5-0002S3-2m for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:18:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BYCL3-0002Ro-JA for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:18:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYCL3-0002Rl-Ce for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:18:33 -0400 Received: from [193.252.22.26] (helo=mwinf0501.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYCKM-00055j-Jn for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:17:50 -0400 Received: from bellard.org (ATuileries-112-1-3-149.w81-48.abo.wanadoo.fr [81.48.134.149]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id D9B694003AA for ; Thu, 10 Jun 2004 01:17:49 +0200 (CEST) Message-ID: <40C79B32.2090707@bellard.org> Date: Thu, 10 Jun 2004 01:20:18 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Cirrus stuff References: <200406081303.13782.hetz@softier.com> In-Reply-To: <200406081303.13782.hetz@softier.com> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Hetz Ben Hamo wrote: > Hi, > > I just finished a few tests... > > I read in the CVS that now QEMU allocated 4MB RAM for Cirrus Logic, yet all I > can get is up to 1024x768x16 bit colors, which, if my calulations are right - > is still only 2MB RAM. (tested on win98SE).. > > Also, graphics seems to be (at least from CVS checkout this morning) about > 20-30% SLOWER then it was with the bugs yesterday. I'm not sure if it's > related to Cirrus stuff. You can see it with the blue stripes that Windows > 98SE splash screen has (upon loading windows).. I am really skeptical. For Win98 guest, you must absolutely either use a 2.6 host kernel or use the /dev/rtc init mentionned when you run QEMU because Win98 uses a 200 HZ timer (the symptom is that the clock inside Win98 is twice slower). > Full screen seems to work perfectly. > > There are more glitches with the cirrus logic - see this: > > http://www.dad-answers.com/qemu/win98-bug.png > http://www.dad-answers.com/qemu/win98-bug-2.png Fixed (yet another pattern fill bug). Fabrice.