From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CevM5-0001SS-Q7 for qemu-devel@nongnu.org; Thu, 16 Dec 2004 08:07:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CevL2-00011J-ER for qemu-devel@nongnu.org; Thu, 16 Dec 2004 08:06:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CevKy-0000za-AA for qemu-devel@nongnu.org; Thu, 16 Dec 2004 08:06:32 -0500 Received: from [199.232.41.5] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CevAS-0004pY-RT for qemu-devel@nongnu.org; Thu, 16 Dec 2004 07:55:41 -0500 Received: from [213.228.0.62] (helo=postfix4-1.free.fr) by mx20.gnu.org with esmtp (Exim 4.34) id 1CeuQb-00029I-Ov for qemu-devel@nongnu.org; Thu, 16 Dec 2004 07:08:18 -0500 Message-ID: <1103114230.41c02ff6a8701@imp5-q.free.fr> Date: Wed, 15 Dec 2004 13:37:10 +0100 From: zitu Subject: Re: [Qemu-devel] xp guest display settings References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: daimon55@free.fr, qemu-devel@nongnu.org, Ronald I've already seen this on xp host. The trick is to turn off the qemu instance, launch another vm, then go back to the 16 bits qemu instance which had problems. And it should be ok then. It seems changing depth of color map to 16bits in SDL does garbage the SDL content. I think this is not from Qemu, but inside SDL itself. Zitu Quoting Ronald : > Hi, > > I have done two install of XP in the last 24h, one on linux and the oth= er > on xp, the two are ok. > I write here about some display problem when running xp on qemu on linu= x > host, I have not tried on xp host. > When using 16bits display settings (in guest) the display is somewhat > bad (still speaking of guest), whereas in 24bits it's fine. I've tried > with different resolution/refresh in 16bit but still get the same resul= t. > I have not seen such a problem with other guests. On host side X is > running at 1024x768x16, qemu -latest cvs- is launched with -m 128 > -localtime -user-net -enable-audio. > > http://daimon55.free.fr/images/xp-16.png > http://daimon55.free.fr/images/xp-24.png > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > --