LinuxQuestions.org
Visit Jeremy's Blog.
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 06-20-2004, 07:48 PM   #1
Nightfox
Member
 
Registered: Jun 2004
Location: Hillsboro, Oregon, USA
Distribution: Mint
Posts: 41

Rep: Reputation: 15
Angry IntelliMouse Explorer with XFree


I know this has been asked before, and I've searched the forums here, but so far, none of the solutions I've found have worked for me..

I recently installed Gentoo on my laptop and my secondary PC and got them configured with XFree, and they're working just fine. After having luck there, I then installed Gentoo on my main computer. However, I have been having trouble getting my MS IntelliMouse Explorer mouse to work in XFree. The problem I'm having is that the pointer jumps around the screen, and XFree also seems to be receiving button click events sometimes. It's like the mouse isn't even set up correctly.

I've tried configuring my mouse both with xf86config and by hand-editing the XF86Config file per the suggestions I've found for setting up an IntelliMouse Explorer, but with no luck. My mouse doesn't appear to work correctly using the IntelliMouse Explorer settings or even the regular IMPS/2 settings. Here are the 2 versions of my mouse config that I have tried:

1)
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"

2)
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"

As recommended by one web site, in the case of the first config, I have also tried setting up a ~/.xinitrc as follows:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"

and a ~/.imwheelrc as follows:
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right

but in that situation, X would not run at all. I know people have gotten their IntelliMouse Explorer mice to work with a configuration like my #1 here, but I have not been able to so far. I also have an older IntelliMouse with just the 2 buttons and wheel, which I've been able to get to work on another system. Is there something that I'm missing for the IntelliMouse Explorer?

Eric
 
Old 06-20-2004, 09:03 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Try removing imwheel and xmodmap settings, you don't need them. Thats for those mice with extra buttons.

Your XFree needs to deal with your mouse so

Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
 
Old 06-21-2004, 01:15 AM   #3
Nightfox
Member
 
Registered: Jun 2004
Location: Hillsboro, Oregon, USA
Distribution: Mint
Posts: 41

Original Poster
Rep: Reputation: 15
My mouse is one of the ones with the extra buttons - the 2 main buttons, scroll wheel (which I hear counts as 3), and 2 buttons on the left side. That's why I had it set up as 7 buttons and with imwheel and xmodmap.

I tried the settings you suggested though, but still my mouse pointer was jumping around the screen like it wasn't set up correctly..

Eric
 
Old 06-21-2004, 11:48 AM   #4
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Right so you do have a 7 button mouse, Okay, have you got gpm running, or similar setup for a mouse in the console, as this can cause this exact problem.
 
Old 06-22-2004, 02:06 AM   #5
Nightfox
Member
 
Registered: Jun 2004
Location: Hillsboro, Oregon, USA
Distribution: Mint
Posts: 41

Original Poster
Rep: Reputation: 15
I'm not using gpm or any other mouse service for the console.

Eric
 
Old 06-23-2004, 01:54 AM   #6
Nightfox
Member
 
Registered: Jun 2004
Location: Hillsboro, Oregon, USA
Distribution: Mint
Posts: 41

Original Poster
Rep: Reputation: 15
I'm starting to wonder if this may have something to do with my motherboard/chipset in my computer. I tried setting up my other, older IntelliMouse, which works without a problem on my other PC and my laptop (with the same Gentoo setup), and it also had the same problem, although not as bad.

My motherboard is an Abit NF7-S rev. 2.0, which uses Nvidia's nforce2 chipset, and I'm using version 2004.1 of Gentoo. Has anyone had a problem with this combination and using MS IntelliMice?

Eric
 
Old 06-24-2004, 01:19 PM   #7
m33p
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.0
Posts: 6

Rep: Reputation: 0
Are you using the 2.6.x kernel? I have the same problem with a logitech usb mouse, and it only happens when using 2.6.x

and ps i have the same motherboard - coincidence?
 
Old 06-26-2004, 05:26 PM   #8
Nightfox
Member
 
Registered: Jun 2004
Location: Hillsboro, Oregon, USA
Distribution: Mint
Posts: 41

Original Poster
Rep: Reputation: 15
I am using the 2.6 kernel.. And, my mouse -does- work properly when I boot Gentoo with a 2.4 kernel. Funny that you say you had the same problem with Logitech mice. I finally did get my MS IntelliMouse to work properly, but only if I have it plugged into a USB port (rather than a PS/2 port with the adapter), and it's plugged in when Gentoo is booting up (I see it recognize my MS IntelliMouse explorer as it boots - maybe it does some kind of setup work for it).

Eric
 
  


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
MS Intellimouse 4 Explorer GrafMagermilch SUSE / openSUSE 3 11-16-2005 07:08 AM
IntelliMouse Explorer 3.0A hyperriven Linux - Hardware 5 03-20-2004 01:20 PM
Installing MS Intellimouse Explorer bLaDe Linux - Hardware 3 09-16-2003 11:27 PM
Intellimouse Explorer JHuizingh Linux - General 5 07-04-2003 10:26 PM
Intellimouse Explorer problems Wapocalypse Linux - Hardware 0 12-01-2002 09:46 AM

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

All times are GMT -5. The time now is 07:20 PM.

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