Alright i fixed it. Heres how. First you need to set up your mouse in XFree86 (version 4.2.0 is what I use), this is my pointer section,
code: Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/psaux" Option "Buttons" "7" Option "ZAxisMapping" "6 7" Then you need to do "xmodmap -e "pointer 1236745" I have a script in .kde/Autostart to do this when ever I startx but you can put the line in your .xdefaults as well. code: #!/bin/sh xmodmap -e "pointer = 1 2 3 6 7 4 5" Once you have verified that your wheel works you can test to see if the extra buttons are seen by X with "xev" (place the pointer in the square and click the buttons to see the events). Next you need to download and install imwheel which you can find in the gentoo portage. Then create .imwheelrc in your home directory with the following, code: ".*" None, Up, Alt_L|Left None, Down, Alt_L|Right Next start imwheel with imwheel -k -b "67" I use another script in /kde/Autostart for this as well, code: #!/bin/sh imwheel -k -b "67" Then restart and you should see the results. I found this guide on linuxquestions.org -Craig On Sat, 2003-06-21 at 22:18, Ricardo Lopez wrote: > Try changing your Protocal from ExplorerPS/2 to IMPS/2....thats probably > the first step (at least the first tstep I have taken. It is the > intellimouse protocol. As far as actually mapping the side buttons, still > working on it. > > Alfonso Lopez > B.S. Computer Science: University of Texas at Austin > [EMAIL PROTECTED] www.cs.utexas.edu/~lebouf > Cell: 512-557-3809 > > On Sat, 21 Jun 2003, cp16net wrote: > > > yea i got the scroll to work. in all every x prog i used. > > > > this is what my XF86Config looks like for the mouse input: > > > > Section "InputDevice" > > Identifier "Mouse1" > > Driver "mouse" > > Option "Protocol" "ExplorerPS/2" > > Option "Device" "/dev/psaux" > > Option "ZAxisMapping" "4 5" > > Option "Buttons" "7" > > EndSection > > > > This makes the scroll work but i want the forward and back buttons. any > > more help would be appreciated. thanks > > > > Craig > > > > > > On Sat, 2003-06-21 at 14:01, Ricardo Lopez wrote: > > > Do the back and foward buttons work in mozilla/win32? I have the same > > > mouse/distro/problem. I forgot about it a long time ago in favor of > > > tv-card support, but you've refreashed my desire to do this. > > > > > > Alfonso Lopez > > > B.S. Computer Science: University of Texas at Austin > > > [EMAIL PROTECTED] www.cs.utexas.edu/~lebouf > > > Cell: 512-557-3809 > > > > > > On Sat, 21 Jun 2003, cp16net wrote: > > > > > > > I have a Microsoft Intellimouse and i want the outside buttons to work > > > > with konqueror and mozilla to go backwards and forwards through web > > > > sites like windows does such a great job with. can someone direct me to > > > > a site or describe the instruction i would need to get it working like i > > > > want please. > > > > running: > > > > Linux cp16 2.4.20-gentoo-r5 #8 SMP Sun Jun 15 04:13:23 CDT 2003 i686 AMD > > > > Athlon(tm) processor AuthenticAMD GNU/Linux > > > > > > > > thanks. > > > > Craig. > > > > > > > > _______________________________________________ > > > > Siglinux mailing list > > > > [EMAIL PROTECTED] > > > > http://www.utacm.org/mailman/listinfo/siglinux > > > > > > > _______________________________________________ > > > Siglinux mailing list > > > [EMAIL PROTECTED] > > > http://www.utacm.org/mailman/listinfo/siglinux > > > > _______________________________________________ > > Siglinux mailing list > > [EMAIL PROTECTED] > > http://www.utacm.org/mailman/listinfo/siglinux > > > _______________________________________________ > Siglinux mailing list > [EMAIL PROTECTED] > http://www.utacm.org/mailman/listinfo/siglinux _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://www.utacm.org/mailman/listinfo/siglinux