Enable 5 button mouse
From MEPIS Documentation Wiki
|
This article or section is a stub. You can help Mepis Documentation Project by expanding it. |
In the section after the PS/2 mouse section in your /etc/X11/xorg.conf settings, make these change:
Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Buttons""7" Option "CorePointer" Option "ButtonMapping""1 2 3 6 7" EndSection
It works Logitech 5 button mouse (MX500 model).