Page 1 of 1

QEMU Mac OS 9.2.1 Mouse Error

Posted: Sun Sep 09, 2018 8:41 am
by TheMacGuy
Hello everyone, I got an error from Mouse. Is my code wrong?

Code: Select all

qemu-system-ppc -L pc-bios -boot d -M mac99 -m 512 -cdrom "macos_921_ppc.iso"
Mac OS 9.2.1 started. But I'm getting an error from Mouse. Mouse not moving good.

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Sun Sep 09, 2018 12:47 pm
by Cat_7
Hi,

For Mac OS 9.1/9.2 you might want to use the usb mouse and keyboard:
You can try adding "-device usb-mouse -device usb-kbd" (without quotes) to your command line.

This will not work with Mac OS 9.0.

Best,
Cat_7

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Sun Sep 09, 2018 2:52 pm
by TheMacGuy
Now Mouse works well. Thanks, Cat_7. :smile:

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Mon Sep 10, 2018 11:35 am
by TheMacGuy
Cat_7 help me back, I got the issue.

When I move Mouse to down, the mouse goes to Windows taskbar. Anyone knows the answer?

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Mon Sep 10, 2018 1:35 pm
by Cat_7
Hi,

If I'm correct in assuming you are using a Qemu build from our forum, please try to add "-sdl" (without quotes) to your command line.

Best,
Cat_7

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Mon Sep 10, 2018 2:29 pm
by TheMacGuy
Cat_7 wrote:Hi,

If I'm correct in assuming you are using a Qemu build from our forum, please try to add "-sdl" (without quotes) to your command line.

Best,
Cat_7
I'm using QEMU 3.0.0. I added this command, but it not works.

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Mon Sep 10, 2018 3:24 pm
by Cat_7
Hi,

No pasa nada?
Nothing happens? Or do you get an error? It should be lower case -SDL (-sdl)

Best,
Cat_7

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Mon Sep 10, 2018 3:56 pm
by TheMacGuy
Cat_7 I found the wrong code in my batch file. Now SDL works completely. Thanks.

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Mon Sep 10, 2018 4:41 pm
by Cat_7
Hi,

Other users would also be helped if you explain what was wrong ;-)

Best,
Cat_7

Re: QEMU Mac OS 9.2.1 Mouse Error

Posted: Sat Aug 21, 2021 9:46 am
by edyaldea
I tried today and works like a charm!

I added this in qemu.bat at end "-device usb-mouse -device usb-kbd -sdl" without quotes and works!!!

I searched solution for this problem and now I find it.

Thank you!