Fedora Linux Support Community & Resources Center
  #1  
Old 7th March 2006, 08:17 PM
tnelms Offline
Registered User
 
Join Date: Nov 2004
Location: Boulder, CO
Posts: 5
Unhappy Mouse Buttons

Has anyone been able to get the side mouse buttons working as back/forward? I've tried what worked in FC4 & RHEL4 but it doesn't work in FC5T3. I've tried it with a Microsoft Wireless Explorer 2.0 & a Logitech Cordless Click! Plus. No joy with either. This works fine in FC4 and other versions.
  #2  
Old 22nd March 2006, 02:36 PM
linux_paul Offline
Registered User
 
Join Date: Jul 2005
Posts: 320
Same problem, my scroll buttons go forward and back and side buttons do nothing. But modifying the .xmodmap doesn't help.
  #3  
Old 23rd March 2006, 03:56 PM
linux_paul Offline
Registered User
 
Join Date: Jul 2005
Posts: 320
guess we are on our own
  #4  
Old 23rd March 2006, 04:01 PM
tnelms Offline
Registered User
 
Join Date: Nov 2004
Location: Boulder, CO
Posts: 5
Looks like it
  #5  
Old 24th March 2006, 02:39 AM
orionblue3 Offline
Registered User
 
Join Date: Aug 2005
Location: Chicago, IL
Posts: 1
I finally got mine working. I think they rearranged the buttons and jumped from 7 to 11.
In xorg.conf, I changed:

Section "InputDevice"
...
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection


to:

Section "InputDevice"
...
Option "Buttons" "5"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection


I'm not really sure why this works, but it does. I also got rid of my xmodmap call that I had in FC4. Good luck.
  #6  
Old 24th March 2006, 06:12 AM
linux_paul Offline
Registered User
 
Join Date: Jul 2005
Posts: 320
Cool, thanks.

BTW, if anyone is having trouble with imwheel after the upgrade just create a script to start upon bootup:

Code:
#!/bin/bash
/usr/X11R6/bin/imwheel -k -b "67"
  #7  
Old 24th March 2006, 04:07 PM
tnelms Offline
Registered User
 
Join Date: Nov 2004
Location: Boulder, CO
Posts: 5
I tried orionblue3's changes but changing the xorg.conf file alone didn't fix the problem with my side buttons. Did you change anything else or use any parts of the old instructions to get it working?
  #8  
Old 24th March 2006, 04:23 PM
ThaRealest Offline
Registered User
 
Join Date: Sep 2004
Location: Manchester
Age: 28
Posts: 59
this worked for me:

Section "InputDevice"
...
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection

i basically just kept the value 7 for Buttons n changed the rest as suggested. You need to logout and back in for it to take effect
  #9  
Old 24th March 2006, 05:35 PM
linux_paul Offline
Registered User
 
Join Date: Jul 2005
Posts: 320
Here is my entire mouse section from /etc/X11/xorg.conf. I'm using a Logitech MX700.

Code:
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "Buttons" "5"
	Option      "ButtonMapping" "1 2 3 6 7"
	Option	    "ZAxisMapping" "4 5"
EndSection
Hope this helps.
  #10  
Old 24th March 2006, 05:50 PM
tnelms Offline
Registered User
 
Join Date: Nov 2004
Location: Boulder, CO
Posts: 5
Thanks pwiesen! That worked. Looks like I forgot to change the Protocol to ExplorerPS/2
 

Tags
buttons, mouse

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
New way to map mouse buttons? bike_head Using Fedora 6 20th August 2009 05:27 PM
Mouse buttons! V.8mr Hardware & Laptops 3 19th January 2008 07:35 PM
Need to map mouse buttons, but no xorg mouse entry? (FC7) Zef_ Hardware & Laptops 1 23rd September 2007 07:33 PM
Configure mouse buttons? shadowwyvern Using Fedora 9 23rd September 2006 09:01 PM
mouse buttons Gallan Hardware & Laptops 0 21st January 2005 10:33 AM


Current GMT-time: 17:14 (Sunday, 19-05-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