Thinking in Mobile

学海无涯乐作舟

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  0 Posts :: 26 Stories :: 1 Comments :: 0 Trackbacks
$sudo gedit /etc/X11/xorg.conf
将:
Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "vmmouse"
 Option  "CorePointer"
 Option  "Device" "/dev/input/mice"
EndSection
改为:
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
posted on 2008-07-18 01:00 W.Y.H 阅读(212) 评论(0)  编辑  收藏 所属分类: Linux/UNIX

只有注册用户登录后才能发表评论。


网站导航: