Opened 17 years ago
Closed 15 years ago
#1597 closed defect (wontfix)
Wacom Tablet not working with mouse integration
Reported by: | Jon Kristian Nilsen | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.6.0 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | other |
Description
I have a Wacom Intuos3 tablet which I use as a USB device in the guest OS
With the wacom module loaded in Linux and with XP as guest OS it won't load the tablet.
Failed to create a proxy device for the USB device. (Error: VERR_READ_ERROR). Result Code: 0x80004005 Component: Console Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
If i rmmod the wacom module I can enable the tablet in guest. With mouse integration enabled only left/right click and scroll is working, if I disable the mouse integration the tablet works as expected.
Change History (1)
comment:1 by , 15 years ago
Guest type: | other → Windows |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Known problem. The VirtualBox Guest Additions mouse driver reads the absolute mouse coordinates from the host and disables the guest mouse cursor. Therefore there is only one mouse cursor (the one from the host) as long as mouse integration is enabled. I fear this cannot be fixed because we cannot allow the guest to set the position of the host mouse cursor.