[qubes-users] Using an external tablet as mouse

Hello,

I have a wacom tablet, and I would like to use it as an external mouse.

I see it in "System Tools -> Mouse and Touchpad", the device is enable,
but it doesn't move the mouse pointer.

Any idea ?

thanks,
Magali

PS:

- if I use a USB Mouse it works perfectly fine,
- When I attach the tablet to a vm, I can use the pen for instance with
xournalpp, but I cannot see where my pointer is.

How is the tablet attached to the Qubes machine? Is it attached to
sys-usb?
Have you authorised the interaction in qubes-rpc policy?
Take a look at /etc/qubes-rpc/policy files, particularly
qubes.InputMouse and qubes.InputTablet

thanks for your answer !
yes, it is attached to sys-usb.

qubes.InputMouse contains
sys-usb dom0 allow,user=root
$anyvm $anyvm deny

and

qubes.InputTablet contains
$anyvm $anyvm deny

How do I change qubes.inputTablet ? like qubes.InputMouse ?

Magali

Yes, try editing the file with the same sys-usb line:
`sys-usb dom0 allow,user=root`
You will, I think, need to do this as root

thanks, it works !
Magali