From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOlyo-0005ua-UN for qemu-devel@nongnu.org; Fri, 14 May 2004 19:20:39 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOldI-0001AL-O9 for qemu-devel@nongnu.org; Fri, 14 May 2004 18:58:56 -0400 Received: from [193.252.22.22] (helo=mwinf0902.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOlRA-00066g-Lq for qemu-devel@nongnu.org; Fri, 14 May 2004 18:45:52 -0400 Received: from bellard.org (ATuileries-112-1-2-12.w80-14.abo.wanadoo.fr [80.14.188.12]) by mwinf0902.wanadoo.fr (SMTP Server) with ESMTP id 54C91180011C for ; Sat, 15 May 2004 00:45:51 +0200 (CEST) Message-ID: <40A54CA8.9090905@bellard.org> Date: Sat, 15 May 2004 00:48:08 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Some trials about W2K References: <200405141126.55957.gilsim@wanadoo.fr> <200405141514.35023.gilsim@wanadoo.fr> <1084560211.9278.2.camel@treesoft.nl> In-Reply-To: <1084560211.9278.2.camel@treesoft.nl> 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 Eric van Riet Paap wrote: > On Fri, 2004-05-14 at 15:14, Gilles SIMON wrote: > >>After further checking, Filip Navara's driver works at all resolutions/colors >>I checked. The problem was that W2k didn't desinstall correctly BXVGA, so the >>two drivers conflicted. >>Before changing, run regedit and wipe out any 'BXVGA' you find. >> >>Another question : I am in France, and our timezone is UTC+1, plus another one >>now in 'summer time' (so, UTC+2 now). >>On Windows (98 or W2K), whatever timezone I choose, it is allways incorrect : >>it 15:00 pm, and Windows says it is 12:00 pm. There are 3 hours shift I >>cannot change. > > > same here with qemu 0.5.5, x86, Gentoo. When I start from the diskimage > with W2K installed on it the clock is always two hour ahead of what my > linux host is saying. I always adjust the 'windows' clock. Have not > played with the timezone. Timezone seems to be set correct > (Amsterdam,Netherlands,Europe) QEMU clock is set to GMT. I can add an option to set it to the local time. The reverse is also possible (set it by default to local time). Fabrice.