From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJEJZ-0005ea-Mh for qemu-devel@nongnu.org; Sat, 24 Sep 2005 13:59:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJEJQ-0005Zb-Ds for qemu-devel@nongnu.org; Sat, 24 Sep 2005 13:59:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJEJQ-0005Nj-9s for qemu-devel@nongnu.org; Sat, 24 Sep 2005 13:59:48 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJED3-0007vS-BK for qemu-devel@nongnu.org; Sat, 24 Sep 2005 13:53:13 -0400 Date: Sat, 24 Sep 2005 13:53:06 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] video mode in windows game Message-ID: <20050924175306.GB21964@jbrown.mylinuxbox.org> References: <1f198c3050923234379085d2f@mail.gmail.com> <20050924154649.GA20377@jbrown.mylinuxbox.org> <1f198c3050924101652053cef@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f198c3050924101652053cef@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 Cc: qemu-devel@nongnu.org On Sat, Sep 24, 2005 at 01:16:39PM -0400, Kenneth Ng wrote: > > > 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. > > You haven't played with these children's games. Once they start, they change > the resolution and stuff, and there is no going back to the OS until you > quit the game, where up it (usually) resets everything back the way it was. > Unless there is some kind of hacker trick. > Ah, ok. Still, a run in windowed mode should tell u the resolution. > Hm, in qemu, how can I send a control-alt-delete to the vm? "sendkey ctrl-alt-delete" from the monitor. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.