Fedora Linux Support Community & Resources Center
  #1  
Old 25th April 2008, 06:10 PM
vivo Offline
Registered User
 
Join Date: Apr 2008
Posts: 28
Lets make that mouse work

I really tried to fix it on my own with modifying the x and those pointer comands but no luck. I have a 7 button mouse i like need at least 5. The mouse isn't logitech or microsoft it is Acme not very popular but i want to configure it and also its an usb mouse. I'm using Fedora 8 with KDE so if someone can say how to configure it (would be nice step by step) or at least say what numbers stand for page back and page forward.


Thanks
Reply With Quote
  #2  
Old 25th April 2008, 06:48 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
To find out which number corresponds to which button on your 7 button mouse, open a terminal console and type xev
A white box will appear. Put your mouse cursor into that box. Try to hold the mouse as still as possible, as any movement generates 'events' in the terminal window. Click a mouse button, looking at the output generated in the terminal window. You should see something like 'button 5' down in the text. Write down those associations as you discover them, so you won't forget or have to redo the proceedure.

Below is my custom setup for my mouse in my /etc/X11/xorg.conf file. I use a MS Laser Mouse 6000 USB. On my mouse, the numbers 4 and 5 relate to the scroll wheel rotation buttons and the 8 and 9 relate to the buttons on the left and right side of the mouse (not left click, right click). You want to associate those functions with the "ZAxisMapping" opton, using the number from your mouse.

This will give you normal scrolling functions on the scroll wheel plus 'back' and 'forward' functionality on those left side and right side mouse buttons while in your browser. Use the below example to setup your mouse in xorg.conf, substituting your numbers, and either remove or modify the Resolution option to suit your mouse's capability.


Code:
Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "Resolution" "1000"
    Option         "Buttons" "7"
    Option         "ZAxisMapping" "4 5 8 9"
    Option         "ButtonMapping" "1 2 3 6 7 10 11"
EndSection
edit: In order to make the changes to xorg.conf effective, you must restart the X server. Log out then back in or CTRL-ALT-Backspace to force the same.

Paul

Last edited by PabloTwo; 25th April 2008 at 06:58 PM.
Reply With Quote
  #3  
Old 25th April 2008, 07:07 PM
vivo Offline
Registered User
 
Join Date: Apr 2008
Posts: 28
easy, wonderful and working thanx man you're a life saver works superb.


P.S if someone uses that don't copy all of it like maybe you don't need the resolution and dont check does the forward and backward buttons work in konquerer THE DON'T if someone knows how to fix that tell me

Paul big thanks one more time
Reply With Quote
Reply

Tags
make, mouse, work

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 make 'left handed' mouse the system default? rweed Hardware & Laptops 2 4th August 2008 01:50 AM
Problem with USB mouse, how can I make Fedora forget it? joe.pelayo Hardware & Laptops 13 30th July 2007 03:48 AM
Make Kensington Expert mouse behave Shadow Skill Hardware & Laptops 0 15th December 2006 08:57 PM
Lets see where YOU come from! KClaisse Wibble 85 27th September 2006 10:05 AM
Think this plan to make FC2 work will work? Flak Pyro EOL (End Of Life) Versions 0 26th May 2004 04:18 AM


Current GMT-time: 10:23 (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