* [Qemu-devel] Guest not responding to my PS/2 mouse
@ 2008-07-13 22:05 Gervase Lam
2008-07-14 4:21 ` Mike Swanson
2008-07-14 8:33 ` Andreas Färber
0 siblings, 2 replies; 6+ messages in thread
From: Gervase Lam @ 2008-07-13 22:05 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Guest not responding to my PS/2 mouse
2008-07-13 22:05 Gervase Lam
@ 2008-07-14 4:21 ` Mike Swanson
2008-07-14 8:33 ` Andreas Färber
1 sibling, 0 replies; 6+ messages in thread
From: Mike Swanson @ 2008-07-14 4:21 UTC (permalink / raw)
To: qemu-devel
Have you tried clicking on the window?
On Sun, Jul 13, 2008 at 3:05 PM, Gervase Lam
<gervase.lam@group.force9.co.uk> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Guest not responding to my PS/2 mouse
2008-07-13 22:05 Gervase Lam
2008-07-14 4:21 ` Mike Swanson
@ 2008-07-14 8:33 ` Andreas Färber
1 sibling, 0 replies; 6+ messages in thread
From: Andreas Färber @ 2008-07-14 8:33 UTC (permalink / raw)
To: qemu-devel
Am 14.07.2008 um 00:05 schrieb Gervase Lam:
> 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
Your command line looks a little contradictory: A Pentium 3 is not an
x86_64 CPU. If you really want to emulate a Pentium 3 you can use the
"qemu" executable instead (i386-softmmu). Unlikely related to the
mouse though.
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Guest not responding to my PS/2 mouse
[not found] <E1KILSw-0006Bn-Aq@pih-sunmxcore12.plus.net>
@ 2008-07-14 22:23 ` Gervase Lam
0 siblings, 0 replies; 6+ messages in thread
From: Gervase Lam @ 2008-07-14 22:23 UTC (permalink / raw)
To: qemu-devel
Mike,
> Date: Sun, 13 Jul 2008 21:21:52 -0700
> From: "Mike Swanson"
> Subject: Re: [Qemu-devel] Guest not responding to my PS/2 mouse
> Have you tried clicking on the window?
The window banner initially displays "QEMU". I then click on the
window. The banner then changes to "QEMU - Press Ctrl-Alt to exit
grab". I move the mouse around. There is no response.
Another unrelated problem is that when I run without kqemu, I
successfully get the Mandrake login GUI. But when I run it with kqemu
enabled, I don't get the GUI. I just get the terminal Linux login
prompt with errors like "vgetty FATAL: yS4 cannot get TIO". I get the
same if I use the -std-vga option. But this is for the moment a minor
problem compared to the mouse problem.
Thanks,
Gervase.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Guest not responding to my PS/2 mouse
[not found] <E1KIAwh-0001n0-Sm@pih-sunmxcore13.plus.net>
@ 2008-07-15 0:33 ` Gervase Lam
0 siblings, 0 replies; 6+ messages in thread
From: Gervase Lam @ 2008-07-15 0:33 UTC (permalink / raw)
To: qemu-devel
> Date: Sun, 13 Jul 2008 23:05:43 +0100
> From: Gervase Lam <gervase.lam@group.force9.co.uk>
> Subject: [Qemu-devel] Guest not responding to my PS/2 mouse
> 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.
Hmmm. When I boot the Windows 98 OS instead that is in my disk image,
the mouse works but it is not very "smooth".
Things like, the mouse cursor jumps from the bottom to the top of the
screen when I move the mouse up. Then moving it left-to-right and
right-to-left, the mouse jumps about 50 pixels left-to-right and
right-to-left. And the cursor gets stuck in these two horizontal
positions. Oh yeah, the cursor is also stuck at the top of the screen
at this point.
So, it looks like I'll need to look at the mouse code in qemu. And I
know that there was a lot of minor fiddling around in that area a few
months ago...
Thanks,
Gervase.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Guest not responding to my PS/2 mouse
[not found] <E1KKEvN-00010U-RF@pih-sunmxcore09.plus.net>
@ 2008-07-21 23:10 ` Gervase Lam
0 siblings, 0 replies; 6+ messages in thread
From: Gervase Lam @ 2008-07-21 23:10 UTC (permalink / raw)
To: qemu-devel
> Date: Sat, 19 Jul 2008 14:16:21 +0000
> From: Andrzej Zaborowski <balrogg@gmail.com>
> Subject: [Qemu-devel] [4905] Revert "QEMU keyboard issue with
> Gujin-2.2" (Avi Kivity).
> Revision: 4905
> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4905
> Author: balrog
> Date: 2008-07-19 14:16:20 +0000 (Sat, 19 Jul 2008)
>
> Log Message:
> -----------
> Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
>
> This reverts commit r3421, which kills the mouse in SuSE Linux 9.1 (there
> were other reports of breakage earlier also).
This has fixed the PS/2 mouse when I booted my disk image into Mandrake
10.1. Thank you!
It also mostly fixed PS/2 mouse functionality when I booted the image
into Windows 98. However, I have to move the mouse very slowly, even
though the mouse cursor does not move very far in the process. If I
move it suddenly, the mouse cursor just jumps from one edge of the
screen to another. Even lifting up my ball based mouse to readjust the
position of my mouse physically causes this problem.
May be this is just due to the mouse acceleration detection. However,
what I find weirder is that when the cursor jumps around, it sometimes
decides to automatically click the mouse button for me causing menus to
appear when I don't expect them to...
Thanks,
Gervase.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-07-21 23:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1KIAwh-0001n0-Sm@pih-sunmxcore13.plus.net>
2008-07-15 0:33 ` [Qemu-devel] Guest not responding to my PS/2 mouse Gervase Lam
[not found] <E1KKEvN-00010U-RF@pih-sunmxcore09.plus.net>
2008-07-21 23:10 ` Gervase Lam
[not found] <E1KILSw-0006Bn-Aq@pih-sunmxcore12.plus.net>
2008-07-14 22:23 ` Gervase Lam
2008-07-13 22:05 Gervase Lam
2008-07-14 4:21 ` Mike Swanson
2008-07-14 8:33 ` Andreas Färber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).