Troubleshoot mouse sync issues in KVM

Source: Internet
Author: User

Vncviewer in the mouse is always slower than the local system mouse, not synchronized, often in the physical machine mouse is moved out of the VNC window, the virtual machine in the mouse pointer has not moved to the location of the need to click, operation is very inconvenient.

The initial idea is also a configuration problem, follow the idea of finding a solution on the Internet

The main solution is to add input devices to the virtual machine: such as USB, PS2, add the XML configuration file, the virtual machine can start the normal use of the mouse, of course, there will be a little delay, so you can adjust the mouse sensitivity in the virtual machine

The configuration content is as follows:


<devices>
.....
.....
.....
<inputtype= ' tablet 'Bus= ' USB '/> <inputtype= ' mouse 'Bus= ' PS2 '/> <inputtype= ' keyboard 'Bus= ' PS2 '/>
.....
.....
</devices>

After adding the above content, you can use Vncview to operate normally.

Troubleshoot mouse sync issues in KVM

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.