You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any real advantages over uinput in doing this?
Main advantage here is probably permissions and simpler setup. Looks like spice only works with input-linux driver and not vioinput so seems kind of inferior in performance, but maybe the spice agent running in the VM can handle input properly?
EDIT: can be used with virtio-mouse-pci, virtio-keyboard-pci, virtio-tablet-pci. Still not ideal because it goes through qemu's input handling, and this means device swapping for relative/absolute mode switching, but still something.
The text was updated successfully, but these errors were encountered:
The new QMP input routing mode accomplishes almost the same thing. It may not be as efficient (json input events just feel gross) but... it seems good enough to PA at rhythm games, I'm not really noticing perceivable input lag so it can't be that bad?
Are there any real advantages over uinput in doing this?
Main advantage here is probably permissions and simpler setup. Looks like spice only works with
input-linux
driver and notvioinput
so seems kind of inferior in performance, but maybe the spice agent running in the VM can handle input properly?EDIT: can be used with
virtio-mouse-pci
,virtio-keyboard-pci
,virtio-tablet-pci
. Still not ideal because it goes through qemu's input handling, and this means device swapping for relative/absolute mode switching, but still something.The text was updated successfully, but these errors were encountered: