鼠标中间的滚轮不能用了
发表于 : 2005-08-16 13:05
鼠标中间的滚轮不能用了,好像在论坛哪儿看到过怎么改的,现在找不到了
你的是breezy 吧,这是我以前的帖子,相应修改。但升级后发现滑鼠不能用轮子滚动,于是
sudo gedit /etc/X11/xorg.conf
在Section "InputDevice"
加入 Option "ZAxisMapping" "4 5"
修改如下:
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"
EndSection