zxg588 发表于 2015-4-13 14:12:17

[转]xen虚拟windows使用vnc桌面鼠标位置偏移现象的解决

  xen虚拟windows xp,使用vnc图形桌面,鼠标位置偏移。在xen的bug报告页上有这个问题的解决方法:http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=585
解决方法有两个:一,在windows xp中进入控制面板,禁止鼠标加速。二,在xen配置文件中使用usb tablet,如下:
#-----------------------------------------------------------------------------
#   Enable USB support (specific devices specified at runtime through the
#                     monitor window)
usb=1

#   Enable USB mouse support (only enable one of the following, `mouse' for
#                           PS/2 protocol relative mouse, `tablet' for
#                           absolute mouse)
#usbdevice='mouse'
usbdevice='tablet'
  
  转自:http://blog.iyunv.com/jcwKyl/article/details/6079385
页: [1]
查看完整版本: [转]xen虚拟windows使用vnc桌面鼠标位置偏移现象的解决