LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   No Button 4 - Logitech Trackball (https://www.linuxquestions.org/questions/linux-software-2/no-button-4-logitech-trackball-243008/)

Tim Johnson 10-15-2004 10:46 AM

No Button 4 - Logitech Trackball
 
OS is Red Hat 9.0, Kernel 2.4.20-20.9 (Win4Lin compile)
USB is 2.0

I have a USB logitech trackball with 4 buttons.
The smaller (upper) right-hand button is being mapped the
same as the larger right-hand button.

xev calls them both "button 3"
Below is my XF86Config entry for the mouse.
What modification is needed to "map" all 4 buttons
seperately?
thanks
tim

## entry follows
section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "4"
Option "Emulate3Buttons" "no"
EndSection
## and while I'm at it, why not emulate 5 buttons?


All times are GMT -5. The time now is 01:29 PM.