Fedora Linux Support Community & Resources Center
  #1  
Old 20th May 2005, 11:22 AM
tollyboi Offline
Registered User
 
Join Date: May 2005
Posts: 18
RESOLVED: 5 button mouse - extra buttons not working?

how do i configure the buttons on the side (in windows these function as back and forward in firefox, explorer etc)
but in FC3 they screw up. same with clicking the wheel normally i can scroll etc.

Last edited by tollyboi; 20th May 2005 at 11:34 PM.
Reply With Quote
  #2  
Old 20th May 2005, 11:47 AM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
I did it like this: in /etc/X11/xorg.conf find section "InputDevice" where mouse is.
My xorg.conf looks like this:
Code:
Section "InputDevice"
                Identifier  "Mouse0"
                Driver      "mouse"
                Option      "Protocol" "ExplorerPS/2"
                Option      "Device" "/dev/input/mice"
                Option      "Buttons"      "7"
                Option      "ZAxisMapping" "6 7"
        EndSection
Restart X(ctrl+alt+backspace) and run this command:
Code:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
and you should be able to configure those extra buttons.
__________________
_ghaefb


blog & sysinfo
Reply With Quote
  #3  
Old 20th May 2005, 11:55 AM
henrikg's Avatar
henrikg Offline
Registered User
 
Join Date: May 2005
Location: Stockholm
Age: 40
Posts: 7
Wow, thanks! I didn't write the original post, but I've been trying to do this a couple of times after reading other howto's. This is the first time I actually got it to work, and it was easy too.

Thanks a lot!
Reply With Quote
  #4  
Old 20th May 2005, 12:32 PM
tollyboi Offline
Registered User
 
Join Date: May 2005
Posts: 18
ok it seemed to have worked some of the way
except scroll wheel has become back forward buttons and buttons on side of mouse (back forward in windows) have become scroll up down etc lol... how do i change this?
Reply With Quote
  #5  
Old 20th May 2005, 12:58 PM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
Quote:
Originally Posted by tollyboi
ok it seemed to have worked some of the way
except scroll wheel has become back forward buttons and buttons on side of mouse (back forward in windows) have become scroll up down etc lol... how do i change this?
I don't know exactly how to change this... but did you run this 'xmodmap -e "pointer = 1 2 3 6 7 4 5"' command exactly as I wrote it ?
Try playing with this numbers, there must be a catch
__________________
_ghaefb


blog & sysinfo
Reply With Quote
  #6  
Old 20th May 2005, 01:00 PM
MrMoke's Avatar
MrMoke Offline
Registered User
 
Join Date: Apr 2005
Location: Austin, Texas
Posts: 103
The solution is called IMWheel. Linux doesn't handle multi-button mice directly (neither does Microsoft), so you have to add the functionality to Linux the same way you do in Windows (software).

First, check the manufacturer site for Linux drivers (don't bother looking at Microsoft).

Then go here:

http://imwheel.sourceforge.net/

There is quite a bit of documentation regarding how to install the software and how to configure the mouse settings.

Good Luck
Reply With Quote
  #7  
Old 20th May 2005, 10:36 PM
tollyboi Offline
Registered User
 
Join Date: May 2005
Posts: 18
i have played around with the buttons with no luck. yes it's a microsoft usb mouse. also tried the imwheel with no luck... the only thing i can get the buttons on the side to do is scroll but not do what they are meant to do (back/forward)
Reply With Quote
  #8  
Old 20th May 2005, 10:41 PM
MrMoke's Avatar
MrMoke Offline
Registered User
 
Join Date: Apr 2005
Location: Austin, Texas
Posts: 103
This seems to indicate the need for PS/2 over USB, but don't personally know. I use the same PS/2 adapter on my USB explorer, and have it plugged into a IOGear Miniview SE.

http://www.groundhog1.com/mouse/MSExplorer.html

Last edited by MrMoke; 20th May 2005 at 10:47 PM.
Reply With Quote
  #9  
Old 20th May 2005, 11:18 PM
mcg Offline
Registered User
 
Join Date: Nov 2004
Posts: 36
I have an MS Intellimouse and I do it llike this:

1. /etc/X11/xorg.conf:
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons"   "7"
        Option      "ZAxisMapping" "6 7"
        Option      "Emulate3Buttons" "yes"
EndSection
a small script:
2. /etc/X11/xinit/xinitrc.d/mouse.sh:
Code:
#!/bin/bash
# /etc/X11/xinit/xinitrc.d/mouse.sh

# Required for the configuration of a 5-button mouse
xmodmap -e "pointer = 1 2 3 6 7 4 5"
3. and finally as root run:
Code:
chmod +x /etc/X11/xinit/xinitrc.d/mouse.sh
With this config I can have the sidebuttons configured as backward & forward, the scroll weel to scroll up & down in a document and clickweel as paste!
Reply With Quote
  #10  
Old 20th May 2005, 11:34 PM
tollyboi Offline
Registered User
 
Join Date: May 2005
Posts: 18
http://www.fedoraforum.org/forum/showthread.php?t=27470
is what i did to fix it!
thanks guys
Reply With Quote
  #11  
Old 26th May 2005, 11:54 AM
dirge
Guest
 
Posts: n/a
I have the original Intellimouse Explorer and can confirm this hack works perfectly. Thank you for the above link

Last edited by dirge; 27th May 2005 at 03:54 PM.
Reply With Quote
  #12  
Old 28th July 2005, 08:29 PM
NiTr8 Offline
Registered User
 
Join Date: Jun 2005
Posts: 51
Thank you mcg,

I used your method for an Intellimouse Explorer and it works perfectly.
__________________
Currently posting this from Fedora Core 4.
Confused by the above? Take a look here:
http://forums.fedoraforum.org/forum/...ad.php?t=59251
Reply With Quote
  #13  
Old 8th August 2005, 04:26 AM
sbddude Offline
Registered User
 
Join Date: Jul 2005
Posts: 4
I was able to get this working, however I am forced to enter the command
xmodmap -e "pointer = 1 2 3 6 7 4 5"
after every reboot. Is there a way to have it entered automatically?
Reply With Quote
Reply

Tags
button, buttons, extra, mouse, working

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get mouse side buttons working - in everything! DGF Using Fedora 32 19th August 2009 05:34 PM
Support for the extra buttons on Logitech mouse vulcan43 Hardware & Laptops 0 11th June 2007 05:41 AM
Enabling extra mouse buttons Mystinar Hardware & Laptops 1 24th December 2005 01:51 PM


Current GMT-time: 15:50 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat