mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
866 B
866 B
title | date | draft | tags | medium_enabled | ||
---|---|---|---|---|---|---|
Wacom and USB Redirection in Virtual Machines | 2019-05-24T22:15:56-04:00 | false |
|
true |
Virt-Manager is a great tool for managing virtual machines under Linux. Today I learned of Spice USB redirection. Essentially it allows you to switch USB devices from the host to the virtualized environment. This came in handy when I noticed that the graphics tablet device was not able to do pressure sensitivity on the Windows guest.
To achieve this goal, I removed the graphics tablet hardware device and manually redirected that USB device to the guest. I then remembered to install the Wacom drivers for the Windows VM.