Hey guys, I'm using EvDev to passthrough my keyboard and mouse into my FreeBSD virtual machine.
The keyboard works fine, but only the mouse movement is detected - ie. no clicking works
I'm using virt-manager, KVM/QEMU, and the lines added to the XML are:
I have also tried to add
Is there anything else I need to do to get EvDev properly working?
Thank you.
The keyboard works fine, but only the mouse movement is detected - ie. no clicking works
I'm using virt-manager, KVM/QEMU, and the lines added to the XML are:
Code:
<qemu:commandline>
<qemu:arg value="-object"/>
<qemu:arg value="input-linux,id=mouse1,evdev=/dev/input/by-id/usb-HUION_Huion_Tablet-if01-event-mouse"/>
<qemu:arg value="-object"/>
<qemu:arg value="input-linux,id=mouse2,evdev=/dev/input/by-id/usb-Logitech_G502_HERO_Gaming_Mouse_117231463936-event-mouse"/>
<qemu:arg value="-object"/>
<qemu:arg value="input-linux,id=kbd1,evdev=/dev/input/by-id/usb-Logitech_G502_HERO_Gaming_Mouse_117231463936-if01-event-kbd,grab_all=on,repeat=on"/>
<qemu:arg value="-object"/>
<qemu:arg value="input-linux,id=kbd2,evdev=/dev/input/by-id/usb-SONiX_USB_DEVICE-event-kbd,grab_all=on,repeat=on"/>
<qemu:arg value="-object"/>
<qemu:arg value="input-linux,id=mouse3,evdev=/dev/input/by-id/usb-SONiX_USB_DEVICE-if01-event-mouse"/>
</qemu:commandline>
moused_enable="YES"
to /etc/rc.conf, to no availIs there anything else I need to do to get EvDev properly working?
Thank you.