[GH-ISSUE #274] Cursor not calibrated #177

Open
opened 2026-02-27 15:57:38 +03:00 by kerem · 4 comments
Owner

Originally created by @FrancescoFdd5 on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/274

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

Originally created by @FrancescoFdd5 on GitHub (Dec 27, 2019). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/274 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
Author
Owner

@catborise commented on GitHub (Dec 27, 2019):

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

<!-- gh-comment-id:569288310 --> @catborise commented on GitHub (Dec 27, 2019): 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...
Author
Owner

@FrancescoFdd5 commented on GitHub (Dec 27, 2019):

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

<!-- gh-comment-id:569336560 --> @FrancescoFdd5 commented on GitHub (Dec 27, 2019): > 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
Author
Owner

@catborise commented on GitHub (Dec 27, 2019):

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

<!-- gh-comment-id:569338092 --> @catborise commented on GitHub (Dec 27, 2019): 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...
Author
Owner

@FrancescoFdd5 commented on GitHub (Jan 11, 2020):

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.

<!-- gh-comment-id:573300759 --> @FrancescoFdd5 commented on GitHub (Jan 11, 2020): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#177
No description provided.