From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJCOE-0007uA-7o for qemu-devel@nongnu.org; Sat, 24 Sep 2005 11:56:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJCO2-0007of-Jh for qemu-devel@nongnu.org; Sat, 24 Sep 2005 11:56:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJCO2-0007mg-0n for qemu-devel@nongnu.org; Sat, 24 Sep 2005 11:56:26 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJCEp-0000pK-Av for qemu-devel@nongnu.org; Sat, 24 Sep 2005 11:46:55 -0400 Date: Sat, 24 Sep 2005 11:46:49 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] video mode in windows game Message-ID: <20050924154649.GA20377@jbrown.mylinuxbox.org> References: <1f198c3050923234379085d2f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f198c3050923234379085d2f@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kenneth Ng , qemu-devel@nongnu.org On Sat, Sep 24, 2005 at 02:43:34AM -0400, Kenneth Ng wrote: > I'm trying to get a children's game to work under windows under qemu. When > the game starts, it flipps into some video mode that my monitor does not > support when in full screen mode, but when in window mode its ok. Weird. Of course, in that case it shouldn't go into fullscreen mode at all - it should report the error and go back to the host's original resolution. > Anyone > know how to find out what video mode is currently in use by the vm? My > suspicion is that its 640x480, but I'm not sure. The guest OS should tell you. If it doesn't, you can just measure the size of the window in pixels (when running in windowed mode of course) - the size of the window will correspond to the resolution that the guest is using. > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.