by1455的自留地

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

在console下

sudo gedit

 

打开 /etc/X11/xorg.conf

找到:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
[..  ..]
EndSection

替代成:

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

保存。关闭所有的程序。

按 Ctrl+Alt+Backspace重起。

 

posted on 2008-10-07 13:33  by1455  阅读(264)  评论(0编辑  收藏  举报