红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

ubuntu启用trackpoint in IBM T61

发布时间:2008-06-28 16:57:01来源:红联作者:Ioonvme
sudo gedit /etc/X11/xorg.conf (PS:建议先备份xorg.conf-->sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_bak)

将/etc/X11/xorg.conf文件中的:

引用:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection


改为:

引用:
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
文章评论

共有 0 条评论