LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is there a Mouse in the House? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-mouse-in-the-house-12888/)

falcon56215 01-28-2002 09:42 AM

Microsoft Intellimouse Configuration?
 
Hello,

I am just wondering if there is some sort of control program or a way to configure the 5 buttons on a USB Intellimouse Explorer. The scroll wheel works, and the middle button pastes, I was just wondering if there is some way to configure the other buttons to perform tasks as well.

Thanks,
Danny

ryanstrayer 01-28-2002 11:11 PM

I'd be interested to know how you got the scroll wheel to work.. I can't even get that.

falcon56215 01-29-2002 03:35 AM

Try adding the following lines to the pointer section of your XF86Config file. It is located in /etc/X11 :

Section "Pointer"
Protocol "IMPS/2"
Device "/dev/usbmouse"
Buttons "5"
ZAxisMapping 4 5

Your mouse may or may not be in /dev/usbmouse, as mine is a usb version. If it is a serial mouse, you will probably have to change the Protocol to "PS/2" and the Device path to your mouse. Hope this helps,

Danny


All times are GMT -5. The time now is 03:09 PM.