webvirtcloud icon indicating copy to clipboard operation
webvirtcloud copied to clipboard

Cursor not calibrated

Open FrancescoFdd5 opened this issue 6 years ago • 4 comments

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

FrancescoFdd5 avatar Dec 27 '19 09:12 FrancescoFdd5

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...

catborise avatar Dec 27 '19 15:12 catborise

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

FrancescoFdd5 avatar Dec 27 '19 20:12 FrancescoFdd5

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...

catborise avatar Dec 27 '19 20:12 catborise

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.

FrancescoFdd5 avatar Jan 11 '20 09:01 FrancescoFdd5