Mouse goes left and clicks if you use cuda

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
swordlink1
Tinkerer
Posts: 82
Joined: Fri Jul 05, 2019 10:10 pm

Mouse goes left and clicks if you use cuda

Post by swordlink1 »

It's worse with sound support.

Code: Select all

qemu-system-ppc-screamer-50-hardfloat.exe -L pc-bios -boot d -M mac99,via=cuda -m 512 ^
-prom-env "auto-boot?=true" -prom-env "boot-args=-v" -prom-env "vga-ndrv?=true" ^
-drive file=MacintoshHD.img,format=raw,media=disk ^
-drive file=Puma.iso,format=raw,media=cdrom ^
-sdl ^
-netdev user,id=network01 -device sungem,netdev=network01 ^
-g 1024x768x32 ^
-device VGA,edid=on 
If you need more info, tell me ;)
win.exe
Tinkerer
Posts: 42
Joined: Tue Apr 07, 2020 4:59 pm

Re: Mouse goes left and clicks if you use cuda

Post by win.exe »

Hi,
Try adding -usb -device usb-mouse.
The result should be

Code: Select all

qemu-system-ppc-screamer-50-hardfloat.exe -L pc-bios -boot d -M mac99,via=cuda -m 512 -usb -device usb-mouse ^
-prom-env "auto-boot?=true" -prom-env "boot-args=-v" -prom-env "vga-ndrv?=true" ^
-drive file=MacintoshHD.img,format=raw,media=disk ^
-drive file=Puma.iso,format=raw,media=cdrom ^
-sdl ^
-netdev user,id=network01 -device sungem,netdev=network01 ^
-g 1024x768x32 ^
-device VGA,edid=on 
Best,
win.exe
WizKid
Tinkerer
Posts: 72
Joined: Sun Jul 31, 2016 11:58 pm

Re: Mouse goes left and clicks if you use cuda

Post by WizKid »

You could also try the pmu option, like so:

Code: Select all

qemu-system-ppc-screamer-50-hardfloat.exe -L pc-bios -boot d -M mac99,via=pmu -m 512 ^
-prom-env "auto-boot?=true" -prom-env "boot-args=-v" -prom-env "vga-ndrv?=true" ^
-drive file=MacintoshHD.img,format=raw,media=disk ^
-drive file=Puma.iso,format=raw,media=cdrom ^
-sdl ^
-netdev user,id=network01 -device sungem,netdev=network01 ^
-g 1024x768x32 ^
-device VGA,edid=on 
The 'pmu' option works fine with 9.2.2 as guest.
win.exe
Tinkerer
Posts: 42
Joined: Tue Apr 07, 2020 4:59 pm

Re: Mouse goes left and clicks if you use cuda

Post by win.exe »

@WhizKid I'm assumming from the hard disk names he's using Mac OS X 10.1 Puma which doesn't support -M mac99,via=pmu.
swordlink1
Tinkerer
Posts: 82
Joined: Fri Jul 05, 2019 10:10 pm

Re: Mouse goes left and clicks if you use cuda

Post by swordlink1 »

win.exe wrote: Mon Nov 02, 2020 5:10 pm @WhizKid I'm assumming from the hard disk names he's using Mac OS X 10.1 Puma which doesn't support -M mac99,via=pmu. That's correct.
If you need more info, tell me ;)
User avatar
adespoton
Forum All-Star
Posts: 4208
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Mouse goes left and clicks if you use cuda

Post by adespoton »

swordlink1 wrote: Mon Nov 23, 2020 9:18 pm
win.exe wrote: Mon Nov 02, 2020 5:10 pm @WhizKid I'm assumming from the hard disk names he's using Mac OS X 10.1 Puma which doesn't support -M mac99,via=pmu. That's correct.
You could also try using USB Overdrive; it can handle some situations like this and override the default input mappings.
Post Reply