您的位置:首页 > 其它

在Ubuntu中使用鼠标滚轮的配置

2010-03-26 16:48 344 查看
1. 打开终端:

Applications -> Accessories -> Terminal

2.打开编辑器:

sudo gedit 或 gksudo gedit

3. 修改文件:

sudo gedit /etc/X11/xorg.conf

Section "InputDevice"

Identifier "Configured Mouse"

Driver "vmmouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "yes"

EndSection

以上方法本人已在Ubuntu8中亲自测试通过。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: