Cursor not calibrated
The mouse cursor is not calibrated correctly, I have to manually change the XML to make it work.
I took the piece of XML from webvirtmgr and it worked after all
This is the XML:
<input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='tablet' bus='usb'> <alias name='input1'/> <address type='usb' bus='0' port='1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input>
Hope you can solve this problem
mouse calibration is related with, tablet and mouse devices. i will check it. Is Guest os windows?
if it is windows OS, please update virtio drivers...
mouse calibration is related with, tablet and mouse devices. i will check it. Is Guest os windows?
if it is windows OS, please update virtio drivers...
Yes is a Windows OS, i have already update the driver
This is the bug https://imgur.com/a/5Tzwc2k
there ara two 3 types of mouse/tablet driver. 1. ps2, 2. usb, 3. virtio ps2 is old one. not supported by all machines. usb is not supported all types of machines virtio is new one.
default one is ps2. there are some bugs i think with libvirt API, i think. normally virtio works as expected after virtio driver installation but libvirt adds second mouse device beside virtio mouse which is ps2 mouse.
i will report it to libvirt and make the mouse driver changeable...
Any news? In windows 10 if i change the xml (see first post) it resolve the problem; but in Windows 7 I can't resolve it.