pmj / QemuUSBTablet-OSX

Driver allowing OS X guests to use the "usb-tablet" absolute pointing device in Qemu.
GNU Lesser General Public License v3.0
61 stars 12 forks source link

PowerPC support #6

Open Rowan-Bird opened 3 years ago

Rowan-Bird commented 3 years ago

Can you please make a PowerPC version because QEMU's awful mouse emulation is unbearable on Mac OS X 10.2

rocheston commented 3 years ago

I too want this. For Mac OS X 10.2. Please create a PowerPC version.

pmj commented 3 years ago

Have you tried building the existing code with an Xcode version which still contains a PPC compiler and SDK? Also, I've not run a PPC MacOSX for years, any pointers for getting me up and running with a test system as quickly as possible will increase the chances I'll end up giving this a go.

pmj commented 3 years ago

Incidentally, on x86 with modern macOS versions on vaguely recent Qemu versions, this driver is no longer needed, as I managed to get a patch that fixes Qemu's Tablet to be standards compliant and correctly driven by macOS's builtin driver. I'm guessing this isn't working correctly on PPC?

rocheston commented 3 years ago

Nope. I get this error Materials are missing....bla..bla.. when I execute the program in Mac OS X 10.2. Does not install. Guess PowerPC.

pmj commented 3 years ago

Is that when attempting to open the installer .pkg? If so, try manually placing the codeless kext in /System/Library/Extensions:

And see what happens. If it doesn't work, please provide:

rocheston commented 3 years ago

YES! Your solution worked like a charm. I moved the kext file to /System/Library/Extensions and rebooted. The mouse is super smooth now. Thank you for this solution.

Cheers!