LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-13-2003, 10:36 PM   #1
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
Angry (already tried it all) Microsoft Intellimouse Optical 5 Buttons


Let me first start off saying.. I've tried it all, that meaning, I've already looked and tried the suggestions on this message board and sadly none of the suggested ideas work for me.

I'm currently running Slackware 9.1 and I'm trying to get the side buttons on my mouse to act as a Back and Forward button in Mozilla (or any web browser for that matter) and have been unable to do so.


* Installed imwheel-1.0.0pre5
* Made modifications to my XF86Config File
* Changed Buttons to "7"
* Changed ZAxisMapping to "6 7"
* Changed Protocol to both ExplorerPS/2 and IMPS/2
* Made a script that...
* ran xmodmap -e "pointer = 1 2 3 6 7 4 5"
* imwheel -k -b "67"
* My .imwheelrc had the following
[
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
]
and
[
".*"
None, Left, Alt_L|Left
None, Right, Alt_L|Right
]

I've messed with it and made changes and still haven't been able to get to work.
Looking around at other post people are also having the same problem as I've had with this mouse and no one it seems to have a clear answer on this....

Its sad to see Windows being able to do this without even installing their custom driver......

Any clues, workarounds, other software to do this would be greatly appreciated!!

Thanks,
Dave
 
Old 12-14-2003, 01:51 AM   #2
Technoslave
Member
 
Registered: Dec 2003
Location: Northern VA
Posts: 493

Rep: Reputation: 30
You have to realize that linux lags a tad behind, yes, even up to a year or more, that of windows. I've had an intelli mouse for a good year or two on my linux box and not been able to use the other buttons to move back and forward in my web browser. It's just "one of those things" that using linux brings to you. Sorry.
 
Old 12-14-2003, 06:21 AM   #3
Jestrik
Member
 
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206

Rep: Reputation: 30
is it a M$ intellimouse optical version 3? (the silver one?)
 
Old 12-14-2003, 06:04 PM   #4
Faecal
Member
 
Registered: Sep 2002
Location: York, UK
Distribution: Debian Sid
Posts: 215

Rep: Reputation: 30
xev is a useful utility for seeing what X sees. You get a little blank window. The fun part is that when you click on it (or press a key, or give it focus, etc), you can see all the information the window gets output in the console you launched xev from. You can use xev to see what numbers X is assigning to your various buttons.
 
Old 12-14-2003, 06:34 PM   #5
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
HI.

Do you get any errors when trying to run imwheel? I had to SUID it to get it to run when not logged in as root.

Dave
 
Old 12-14-2003, 08:03 PM   #6
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
I've ran it both as root and as a normal user, still it doesn't work.
I've also used xev to test if it was even working, first it [the left and right side buttons] gave me Button 4 & 5 respecitively, then it gave me the ASCII codes for Pg UP & DN then UP & DN

Dave
 
Old 12-14-2003, 08:31 PM   #7
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hmm.

My ~/.imwheelrc contains:

".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right

and that's it. The scroll wheel works, and the thumb buttons do their thing in Konqueror and Mozilla.

Dave
 
Old 12-15-2003, 12:46 PM   #8
cexshun
Member
 
Registered: Jan 2003
Distribution: Ubuntu Hardy Heron
Posts: 83

Rep: Reputation: 15
Yo man. There's a bug in imwheel-1.0.0pre5. Try running

imwheel -k -b "0067"

 
Old 12-15-2003, 02:36 PM   #9
meldroc
Member
 
Registered: Aug 2003
Posts: 102

Rep: Reputation: 15
I actually do have my Intellimouse Optical working, thumb buttons and all.

In my .imwheelrc, I have

".*"
None, Left, Alt_L|Left
None, Right, Alt_L|Right

I invoke imwheel in a short shell script in ~/.kde/Autostart/ (you can put it in there, .bashrc, or wherever else that gets it to start when you log in. cexshun got it right. Command line is

/usr/bin/imwheel -k -b "0067"

My /etc/X11/XF86Config-4 file contains
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "SampleRate" "120"
Option "Resolution" "800"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection

I'm also running imwheel 1.0.0pre3. As far as I know, that's all I needed to get the extra buttons working.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft IntelliMouse Explorer 4.0 buttons lotheac Linux - Hardware 7 07-16-2006 03:23 AM
Microsoft Intellimouse wheel/Optical USB (5 Buttons) barabus Linux - Hardware 2 06-14-2005 10:29 PM
Trouble configuring Microsoft IntelliMouse USB Optical dhatcher Debian 1 06-13-2005 01:34 PM
SuSE 9.1 and Intellimouse Optical side buttons STuPiDiCuS Linux - Hardware 1 09-23-2004 10:23 PM
Microsoft USB Optical Intellimouse Wont Work nrunge Linux - Hardware 2 10-06-2003 07:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration