首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

ubuntu启用trackpoint in IBM T61

作者:佚名  来源:不详  发布时间:2008-6-30 8:09:00
sudo gedit /etc/X11/xorg.conf (PS:建议先备份xorg.conf-->sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_bak)

将/etc/X11/xorg.conf文件中的:
QUOTE:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

改为:
QUOTE:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection

收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图