utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
26.09k stars 1.31k forks source link

Request- Wacom tablet support #3666

Open Babypopdip opened 2 years ago

Babypopdip commented 2 years ago

It would be awesome to use pressure sensitivity in the windows VM!

adespoton commented 2 years ago

You can already do this via USB passthrough and installing the Wacom drivers can't you? Assuming you have a Wacom tablet that works with Win10/11 ARM?

Babypopdip commented 2 years ago

oohhh I’ll give it a closer look!

conath commented 2 years ago

@Babypopdip Did you get it working with USB passthrough?

AlyaSerraFolly commented 7 months ago

Commenting here because i got a similar problem. The theory is good, but launching a Win11 machine on MacOs M1, the wacom driver won't install itself, plus, the usb won't connect and wacom cintiq is not recognized by computer, and get the Error libusb_open: No such device (it may have been disconnected) [-4] ) .

gingerbeardman commented 6 months ago

It would be great if Apple Pencil pressure sensitivity is passed through.

Using either iPad or Sidecar macOS. https://www.apple.com/macos/big-sur/docs/Sidecar_Tech_Brief_Oct_2019.pdf

adespoton commented 6 months ago

Wacom tablet support would require QEMU support for pencil -> tablet with pressure conversions, and as far as I know, that support doesn’t exist.

However, QEMU does support USB pass through, so if you can figure out how to make your pencil look like a wacom tablet, a custom configuration line can pass this through to the guest OS, and if you’ve got wacom USB drivers in the guest OS, it should work.