From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIFZX-0001z3-FT for qemu-devel@nongnu.org; Mon, 14 Jul 2008 00:21:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIFZU-0001yk-W0 for qemu-devel@nongnu.org; Mon, 14 Jul 2008 00:21:58 -0400 Received: from [199.232.76.173] (port=47174 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIFZU-0001yh-S5 for qemu-devel@nongnu.org; Mon, 14 Jul 2008 00:21:56 -0400 Received: from wf-out-1314.google.com ([209.85.200.171]:48669) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIFZU-0002c2-KE for qemu-devel@nongnu.org; Mon, 14 Jul 2008 00:21:56 -0400 Received: by wf-out-1314.google.com with SMTP id 27so4702961wfd.4 for ; Sun, 13 Jul 2008 21:21:53 -0700 (PDT) Message-ID: <79bf98480807132121vabb5ffavf56530b19b6c3821@mail.gmail.com> Date: Sun, 13 Jul 2008 21:21:52 -0700 From: "Mike Swanson" Subject: Re: [Qemu-devel] Guest not responding to my PS/2 mouse In-Reply-To: <1215986743.32413.11.camel@opensuse-7k1000.domain> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1215986743.32413.11.camel@opensuse-7k1000.domain> 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 Have you tried clicking on the window? On Sun, Jul 13, 2008 at 3:05 PM, Gervase Lam wrote: > Being a bit of a newbie to qemu, I was wondering if I could get some > help with my PS/2 mouse. When the QEMU window runs the guest system, > the guest GUI responds to the keyboard but not my PS/2 mouse. It works > in the Gnome windows manager that is running QEMU. > > Could somebody tell me where I should start looking to sort out my > mouse? I used the following command line to run a disk image, which > successfully starts up Grub and then the Mandrake 10.1 Linux GUI: > > ~/develop/qemu/svn/x86_64-softmmu/qemu-system-x86_64 -cpu pentium3 -hda > working.img -boot c -snapshot -m 512 -localtime -L > ~/develop/qemu/svn/pc-bios/ -no-kqemu > > Thanks, > Gervase. > > > > -- Mike