Being an Enemy Territory (ET) old timer I need to make full use of the MX500 mouse under FreeBSD, which means having the Back, Forward and the other weird button below the wheel working as available binds while playing ET.
The bellow xorg.conf settings were tested under FreeBSD 7.0 and X.Org X Server 1.4.2.
- % su
- # vim /etc/X11/xorg.conf
Section "InputDevice"With these settings you're free to bind MOUSE4, MOUSE5 and KP_EQUALS to Enemy Territory.
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
Option "Emulate3Buttons" "false"
EndSection
As a bonus, you can now use the Back and Forward buttons under Opera.