mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
9
content/blog/usbredirection.md
Normal file
9
content/blog/usbredirection.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Wacom and USB Redirection in Virtual Machines"
|
||||
date: 2019-05-24T22:15:56-04:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
[Virt-Manager](https://virt-manager.org/) is a great tool for managing virtual machines under Linux. Today I learned of [Spice USB redirection](https://blog.wikichoon.com/2014/04/spice-usb-redirection-in-virt-manager.html). 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](https://www.wacom.com/en-us/support/product-support/drivers) for the Windows VM.
|
Loading…
Add table
Add a link
Reference in a new issue