Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Peripherals / Hardware > MS Optical Intellimouse

Forgot Password?
 Peripherals / Hardware   Is your hardware supported? Having trouble getting some hardware working? Post here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 05-07-2004   #1 (permalink)
Just Joined!
 
Join Date: May 2004
Location: Louisville, KY
Posts: 35
Send a message via AIM to justwes
MS Optical Intellimouse

I have the mouse below



And using the mouse works fine with only a few exceptions.

It's a 5 button mouse (5th being the mouse wheel itself) and the normal right click and left click work fine. But i like to have the other two side buttons used for navigating forward and back while in a browser.

And since MS is not supplying any Linux drivers I'm not having any luck finding drivers elsewhere and I'm unsure of how to remap those buttons.
justwes is offline  


Old 05-07-2004   #2 (permalink)
Linux Newbie
 
TrashOverride's Avatar
 
Join Date: May 2004
Location: @home...soon in your homes ;) /usr/src/bulgaria
Posts: 154
Send a message via ICQ to TrashOverride
Have you edit the XFree86 vonfig file like this:

Quote:
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice" or /dev/mouse or /dev/usb
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
TrashOverride is offline  
Old 05-07-2004   #3 (permalink)
Content Team
 
sarumont's Avatar
 
Join Date: Apr 2003
Location: /dev/urandom
Posts: 3,682
That is actually a 7-button mouse. The 5 you see plus the mouse wheel up/down.

Here is how mine was working:

Code:
Section "InputDevice"
                                                                                                                                                 
    # Trackball Explorer
                                                                                                                                                 
    Identifier  "Trackball"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/usbmouse"
    Option "Buttons"     "7"
    Option "ZAxisMapping" "6 7"
    Option "Resolution"  "100"
Now to have the side buttons working you must install imwheel. This is my ~/.imwheelrc:

Code:
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
The ".*" is the window name, so you can have different functions for different windows.

And finally:

Code:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
 
imwheel -k -b "67"
Run that whenever you start x (~/.xinitrc).
__________________
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
sarumont is offline  
Old 05-15-2004   #4 (permalink)
Just Joined!
 
Join Date: May 2004
Posts: 1
Send a message via ICQ to infidel
ehm, where can i find the xfree86 config??


thx
-infidel [linux newbie]
infidel is offline  
Old 05-15-2004   #5 (permalink)
Content Team
 
sarumont's Avatar
 
Join Date: Apr 2003
Location: /dev/urandom
Posts: 3,682
Oops.../etc/X11/XF86Config.
__________________
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
sarumont is offline  
Old 01-08-2005   #6 (permalink)
Just Joined!
 
Join Date: Jan 2005
Posts: 20
same mouse but what about xorg.conf for FC3?

any ideas how to set up the xorg.conf file to do the same thing? here is my mouse section in xorg.conf
Code:
Section "InputDevice"
	Identifier "Mouse0"
	Driver "mouse"
	Option "Protocol" "IMPS/2"
	Option "Device" "/dev/input/mice"
	Option "ZAxisMapping" "4 5"
	Option "Emulate3Buttons" "yes"
EndSection
thanks,
j
jmcqueen is offline  
Old 01-15-2005   #7 (permalink)
Just Joined!
 
Join Date: Jan 2005
Posts: 1
Send a message via AIM to Trumpet_Rhapsody
Quote:
Originally Posted by sarumont
Now to have the side buttons working you must install imwheel.
What is imwheel?
Trumpet_Rhapsody is offline  
Old 01-15-2005   #8 (permalink)
Content Team
 
sarumont's Avatar
 
Join Date: Apr 2003
Location: /dev/urandom
Posts: 3,682
Quote:
Originally Posted by Trumpet_Rhapsody
Quote:
Originally Posted by sarumont
Now to have the side buttons working you must install imwheel.
What is imwheel?
http://imwheel.sourceforge.net
__________________
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
sarumont is offline  
Old 02-07-2005   #9 (permalink)
Linux Guru
 
loft306's Avatar
 
Join Date: Oct 2003
Location: The DairyLand
Posts: 1,666
the mouse sets up the exact same way in xorg.conf as it dose in XF86Config

(actualy the xorg.conf and the XF86Cosfig can be interchanged with some minor changes in the path to the fonts, & renamming the file ofcourse)
__________________
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
loft306 is offline  
Old 04-25-2006   #10 (permalink)
Just Joined!
 
Join Date: Apr 2006
Posts: 1
Ubuntu Dapper and M$ LaserMouse 6000

I am running Ubuntu Dapper 6.02 beta and I have an M$ LaserMouse 6000 and replacing the /etc/X11/xorg.conf with the code below enabled my side buttons for forward in back in firefox. As noted below, the side buttons do not work in nautilus but I didn't want to mess around with xmodmap since it gave me errors about having 11 buttons

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
mdmykel is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:28 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2