LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Getting extra mouse buttons to work (https://www.linuxquestions.org/questions/linux-hardware-18/getting-extra-mouse-buttons-to-work-262525/)

Valhalla 12-04-2004 11:49 AM

Getting extra mouse buttons to work
 
I have a Logitech MX 500. The two main buttons work fine, however, I cannot seem to use the scroll wheel or the side "back" and "forward" buttons. I don't use the side buttons ever really, but I would like to be able to use a scroll wheel.

iZvi 12-04-2004 12:49 PM

Under /etc/X11/xorg.conf, in Section "InputDevice" (the one for the mouse) add the following and change Option "Protocol" to be
Code:

Option "ZAxisMapping" "4 5"
Option "Protocol"  "IMPS/2"

This enables the scroll wheel under X.

Valhalla 12-04-2004 02:48 PM

Um, I don't have an xorg.conf, does that mean I have to do it in XF86Config instead?

iZvi 12-04-2004 03:08 PM

Yes. It is the same in both x.org and xfree86.

piscikeeper 12-04-2004 03:46 PM

for the back/forward buttons there's http://imwheel.sourceforge.net/ :)


All times are GMT -5. The time now is 10:31 PM.