Ubuntu下解决鼠标滚轮失效的问题

字体大小: 中小 标准 ->行高大小: 标准

Ubuntu下鼠标滚轮失效主要是配置不正确引起,解决方法如下:

1、键入sudo gvim /etc/X11/xorg.conf

2、打开配置文件之后,将鼠标配置参数部分改写成如下形式:

Section “InputDevice”
Identifier ”Configured Mouse”
Driver ”mouse”
Option ”CorePointer”
Option ”Device” ”/dev/input/mice”
Option ”Protocol” ”ImPS/2″
EndSection

OK了,重启系统看看滚轮是不是可以使用了。
 原作者:弗声乌班图

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/53644.html