为了自由,幸福而不断奋斗,前行!!!

一笑看风云过....

博客园 首页 新随笔 联系 订阅 管理

解决方案:
1、sudo gedit /etc/X11/xorg.conf
2、编辑xorg.conf

Section "InputDevice"  
    Identifier  "Configured Mouse"  
    Driver      "vmmouse"  
    Option      "Protocol" "ImPS/2"  
    Option      "CorePointer"  
    Option      "Device"    "/dev/input/mice"  
    Option      "ZAxisMapping" "4 5"  
    Option      "Emulate3Buttons" "yes"  
EndSection

3、重启计算机

posted on 2009-06-03 08:50  YAO'STAR  阅读(671)  评论(0)    收藏  举报