Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mouse wheel no workie.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Sivar
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 266
Location: USA

PostPosted: Sat May 25, 2002 2:31 am    Post subject: Mouse wheel no workie. Reply with quote

I have a Microsoft Intellimouse Explorer connected to the system via the PS/2 port.
When I use the IMPS/2 protocol in the X config file, depending on what mouse device I have set, it does the following:
/dev/mouse: Mouse is completely insane, moving randomely and preferring the upper left corner.
/dev/psaux: Mouse prefers lower left corner of screen. If I move it to the right, it works as does the mousewheel. However, if I move it to the left even one pixel it sets the cursor position back to the lower left of the screen.

When I just use the regular 3-button mouse protocol, as I am doing now, the mouse works but the wheel is completely ignored. I do have the appropriate line in the config file to tell X about the extra buttons.

Additionally, is there a way that I can get the additional two buttons to function? This mouse has an extra two buttons on the left side. In Windows I like using them for "back" and "forward" in the web browser (though they no longer work in Windows for some mysterious reason.)


Thanks ahead of time. Gentoo is the distro that finally converted me from FreeBSD (for my desktop, anyway)
_________________
The greatest deeds are still undone, the greatest songs are still unsung...
Back to top
View user's profile Send private message
TheWart
Guru
Guru


Joined: 10 May 2002
Posts: 432
Location: Nashville,TN - USA

PostPosted: Sat May 25, 2002 2:55 am    Post subject: Reply with quote

Could you post the mouse part of your XF86 file?
_________________
Face it, we are all noobs.

On the box it said it was designed for Win XP or better, so why won't it work with Linux?
Back to top
View user's profile Send private message
Sivar
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 266
Location: USA

PostPosted: Sat May 25, 2002 3:02 am    Post subject: Reply with quote

Certainly, kind sir:

## begin ##
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
## end ##

Have tried:
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
And various combinations thereof.
_________________
The greatest deeds are still undone, the greatest songs are still unsung...
Back to top
View user's profile Send private message
roTor
n00b
n00b


Joined: 21 Apr 2002
Posts: 55
Location: Atlanta, GA

PostPosted: Sat May 25, 2002 4:20 am    Post subject: Reply with quote

Try this . I've got an Intellimouse too, and this works fine for me.
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZaxisMapping" "4 5"
_________________
Even if you're on the right track, you'll get run over if you just sit there.
-- Will Rogers
Back to top
View user's profile Send private message
Sivar
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 266
Location: USA

PostPosted: Sat May 25, 2002 4:23 am    Post subject: Reply with quote

That is one combination that I have tried, but it tends to confuse the mouse terribly as described above. :(
_________________
The greatest deeds are still undone, the greatest songs are still unsung...
Back to top
View user's profile Send private message
Anti
n00b
n00b


Joined: 18 Apr 2002
Posts: 45

PostPosted: Sat May 25, 2002 1:26 pm    Post subject: Reply with quote

Try renaming your XF86Config to XF86Config-4 instead. Worked for me.
_________________
stuff is good.
Back to top
View user's profile Send private message
kode54
n00b
n00b


Joined: 16 May 2002
Posts: 42

PostPosted: Sun May 26, 2002 3:54 pm    Post subject: Reply with quote

Probably a STUPID question, but do you have gpm installed and running? :/
Back to top
View user's profile Send private message
Sivar
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 266
Location: USA

PostPosted: Sun May 26, 2002 5:22 pm    Post subject: Solved: Bought a new mouse Reply with quote

The Microsoft Intellimouse Explorer seems itself to be incompatible with their own Intellimouse protocol. How unusual for Microsoft. ;-)

I purchased a regular Microsoft Intellimouse and it works perfectly--and was a hell of alot cheaper than the Explorer.
_________________
The greatest deeds are still undone, the greatest songs are still unsung...
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Tue Jun 11, 2002 7:39 pm    Post subject: Reply with quote

Try this for all 5 buttons :-)

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Resolution" "450"
EndSection
Back to top
View user's profile Send private message
sburnett
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jun 2002
Posts: 79
Location: USA

PostPosted: Tue Jun 11, 2002 8:54 pm    Post subject: gpm? Reply with quote

This sounds like a problem I once had. If you have gpm enabled, disable it. Having two mouse drivers installed messes everything up. If not, than I'm stumpted. :?
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


Joined: 30 May 2002
Posts: 692
Location: Ontario Canada

PostPosted: Tue Jun 11, 2002 10:17 pm    Post subject: Reply with quote

my friend had a noname clone of that same mouse. worked fine. I can back up the previous suggestion about gpm. it can cause WIERD Things to happen to your mouse in X. and theres really nothing that warns you about it (That i've seen anyway)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum