From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJQNY-0001R5-1X for qemu-devel@nongnu.org; Sun, 25 Sep 2005 02:52:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJQNU-0001NR-0F for qemu-devel@nongnu.org; Sun, 25 Sep 2005 02:52:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJQNO-0001Mc-5s for qemu-devel@nongnu.org; Sun, 25 Sep 2005 02:52:43 -0400 Received: from [64.233.162.207] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJQMw-0000Fr-Fr for qemu-devel@nongnu.org; Sun, 25 Sep 2005 02:52:14 -0400 Received: by zproxy.gmail.com with SMTP id 14so137386nzn for ; Sat, 24 Sep 2005 23:52:13 -0700 (PDT) Message-ID: <1f198c305092423526672e36f@mail.gmail.com> Date: Sun, 25 Sep 2005 02:52:13 -0400 From: Kenneth Ng Subject: Re: [Qemu-devel] video mode in windows game In-Reply-To: <20050924175306.GB21964@jbrown.mylinuxbox.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4178_6144124.1127631133236" References: <1f198c3050923234379085d2f@mail.gmail.com> <20050924154649.GA20377@jbrown.mylinuxbox.org> <1f198c3050924101652053cef@mail.gmail.com> <20050924175306.GB21964@jbrown.mylinuxbox.org> Reply-To: Kenneth Ng , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jim C. Brown" Cc: qemu-devel@nongnu.org ------=_Part_4178_6144124.1127631133236 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 9/24/05, Jim C. Brown wrote: > > 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 yo= u > > 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. The sendkey worked, but windows went back into windows mode with the non game resolution before bringing up the task manager ------=_Part_4178_6144124.1127631133236 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

On 9/24/05, Jim C. Brown <jma5@umd.edu> wrote:
On Sat, Sep 24, 2005 at 01:16:39PM -0400, Kenneth Ng wrote:
> > &g= t; Anyone
> > > know how to find out what video mode is current= ly in use by the vm? My
> > > suspicion is that its 640x480, bu= t I'm not sure.
> > The guest OS should tell you. If it doesn't, you can just mea= sure the size
> > of
> > the window in pixels (when runni= ng 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, t= hey change
> the resolution and stuff, and there is no going back to = the OS until you
> quit the game, where up it (usually) resets everyt= hing 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 ca= n I send a control-alt-delete to the vm?
"sendkey ctrl-alt-delete&q= uot; from the monitor.


------=_Part_4178_6144124.1127631133236--