本文共 347 字,大约阅读时间需要 1 分钟。
如果是mcs的方式创建的虚拟机,鼠标定位不准的问题通过下面的方法解决
•Get the uuid of your VM (ensure that xentools is installed)
•Shutdown the VM (otherwise, unexpected problems may occur)
•Open the console of sever and enter: xe vm-param-set uuid=<VM uuid> platform:usb=true platform:usb_tablet=true
•Start the VM: xe vm-start uuid=xxx
转载于:https://blog.51cto.com/kuazhang/2336051