adespoton / utmconfigs

Config files for booting Mac OS 9 and OS X on UTM emulator
The Unlicense
312 stars 19 forks source link

Mouse does not work in macos 10.0 - solution provided #10

Open anonymousaga opened 1 year ago

anonymousaga commented 1 year ago

Due to a recent bug in UTM, via=cuda fails to actually use cuda, and the mouse/keybiard in Mac OS X 10.0 fails to work. A quick & easy fix is going to the VM settings, clicking thr "QEMU" tab, scrolling to the bottom, and adding the line -machine mac99,via=cuda,usb=off as a custom config entry. This overrides the first (bugged) machine config and makes the VM work, regardless of this bug

adespoton commented 1 year ago

This was a bug from UTM 4.0 to 4.0.9 and is fixed in 4.1.0.-Em On Nov 27, 2022, at 10:03 AM, Anonymous @.***> wrote: Due to a bug in UTM, via=cuda fails to actually use cuda, and the mouse/keybiard in Mac OS X 10.0 fails to work. A quick & easy fix is going to the VM settings, clicking thr "QEMU" tab, scrolling to the bottom, and adding the line -machine mac99,via=cuda,usb=off as a custom config entry. This overrides the first (bugged) machine config and makes the VM work, regardless of this bug

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

anonymousaga commented 1 year ago

@adespoton 4.10 is still in beta, so many people might not be using it yet

N1-TR0 commented 9 months ago
image