zoukankan      html  css  js  c++  java
  • [转]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.csdn.net/jcwKyl/article/details/6079385

  • 相关阅读:
    010-你觉得单元测试可行吗
    跳台阶
    斐波那契数列
    旋转数组的最小数字
    用两个栈实现队列
    重建二叉树
    从尾到头打印链表
    替换空格
    二维数组中的查找
    Best Time to Buy and Sell Stock III
  • 原文地址:https://www.cnblogs.com/feisky/p/2246708.html
Copyright © 2011-2022 走看看