分类: LINUX
2006-09-13 21:53:03
To use the blue middle TrackPoint button as a scroll wheel, do the following. In a terminal, enter these commands:
(要使用指压点蓝色中键作为滚动轮,在终端中输入如下命令:)
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
sudo gedit
/etc/X11/xorg.conf
(第一句备份原文件,第二句用gedit打开编辑这个xorg.conf文件)
In the editor, find the section headed Section “InputDevice” / Identifier “Configured Mouse” and the following lines above the “EndSection” line:
(在编辑器中找到Section InputDevice” / Identifier
“Configured Mouse”和EndSection之间的一段,添加如下内容)
Option "EmulateWheel"
"true"
Option "EmulateWheelButton" "2"
Save the file. Logout, restart X with Ctrl-Alt-Backspace, and log in again.
(保存文件,退出登录,用Ctrl-Alt-Backspace组合重启X桌面环境,再次登录)
按照上面的方法我已经试了,终于可以舒服的上网,编辑文本了