Five button mouse from Belkin, not all buttons working as desired.
Greycloak
ulist at gs1.ubuntuforums.org
Sat Aug 26 07:01:59 UTC 2006
Type the following into a terminal window:
Code:
--------------------
sudo gedit /etc/X11/xorg.conf
--------------------
Search for "InputDevice". You should see something like the
following:
Code:
--------------------
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
--------------------
Change "emulate3buttons" to false and add the following before
EndSection:
Code:
--------------------
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
--------------------
--
Greycloak
More information about the ubuntu-users
mailing list