Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Still no mouse wheel ...
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
GentooBee
n00b
n00b


Joined: 18 Aug 2004
Posts: 6

PostPosted: Thu Aug 19, 2004 12:19 pm    Post subject: Still no mouse wheel ... Reply with quote

Hello there,

this is the last piece of hardware that still doesn't function: my mouse's wheel.

I've tried to add all kinds of options to /etc/X11/xorg.conf but my mouse wheel just doesn't work:

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"

EndSection

Are there any other options or values for ZAxisMapping (apart from "4 5") that could make sense?

I am using a Fujitsu Siemens Dual Channel Wireless Optical Mouse, model P2402.

Cheers,

Jacob
Back to top
View user's profile Send private message
saebla
n00b
n00b


Joined: 05 May 2004
Posts: 48
Location: Sweden

PostPosted: Thu Aug 19, 2004 12:24 pm    Post subject: Reply with quote

you could check with xev if the buttons are working in X at all.
Usually it is 4 5 where the scroll wheel is, but you could try 6 7 too.
_________________
Where we're going.. we don't need roads..
Back to top
View user's profile Send private message
Jefklak
l33t
l33t


Joined: 26 Oct 2003
Posts: 818
Location: Belgium

PostPosted: Thu Aug 19, 2004 12:25 pm    Post subject: Reply with quote

I have exactly the same and it works fine here.
Are you sure you enabled all the needed USB drivers in the kernel?
Does your scrollwheel work in Windows or so, maybe it's yust broken?
Try /dev/mice/mouse0?
_________________
{Linux User #333296}
Kernel 2.6.9-nitro4!
<< hurrah
Back to top
View user's profile Send private message
GentooBee
n00b
n00b


Joined: 18 Aug 2004
Posts: 6

PostPosted: Thu Aug 19, 2004 12:53 pm    Post subject: Tried all of this ... Reply with quote

Hello there,

yes, my mouse wheel does work in WinXP. It has previously worked in Fedora Core too. I launched xev and all buttons work. I replaced "4 5" with "6 7" and my mouse wheel still doesn't work.

Allee Jef Klak, oe ist manneke? :-)

What is the link between PS/2 mice and USB? Anyway, I compiled my kernel with all possible USB modules.

Any further ideas?

Cheers,

Jacob
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Thu Aug 19, 2004 1:28 pm    Post subject: Reply with quote

Here's the mouse part of my /etc/X11/xorg.conf:
Code:
Section "InputDevice"
        Identifier      "Logitech Cordless Optical Mouse"
        Driver          "mouse"
        Option          "Protocol"      "ExplorerPS/2"
        Option          "Device"        "/dev/psaux"
        Option          "Buttons"       "7"
        Option          "ZAxisMapping"  "6 7"
EndSection

The only thing I can see that I've done differently is to add the number of buttons, and change the protocol to ExporerPS/2.
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
GentooBee
n00b
n00b


Joined: 18 Aug 2004
Posts: 6

PostPosted: Thu Aug 19, 2004 1:40 pm    Post subject: Still no mouse wheel ... Reply with quote

Hello there,

I tried:

Section "InputDevice"
Identifier "Logitech Cordless Optical Mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection

And still no success. I changed the number of buttons and tried "4 5". I still can not use the scroll wheel.

More ideas?

Cheers,

Jacob
Back to top
View user's profile Send private message
raspe
n00b
n00b


Joined: 19 Aug 2004
Posts: 2

PostPosted: Thu Aug 19, 2004 2:00 pm    Post subject: Reply with quote

try

Code:
 Option "ZAxisMapping" "4 5 6 7"


:) Logitech mouses normaly take those mappings
Back to top
View user's profile Send private message
GentooBee
n00b
n00b


Joined: 18 Aug 2004
Posts: 6

PostPosted: Thu Aug 19, 2004 2:06 pm    Post subject: Still trying ... Reply with quote

Hello there,

I'm still trying:

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "4"
Option "ZAxisMapping" "4 5 6 7"

EndSection

No go ... By the way, I do not have a Logitech mouse, nor do I have 4 buttons.

Jacob
Back to top
View user's profile Send private message
Jefklak
l33t
l33t


Joined: 26 Oct 2003
Posts: 818
Location: Belgium

PostPosted: Thu Aug 19, 2004 2:13 pm    Post subject: Reply with quote

Hoe, ken ik u ofzo? :D

@ your problem: hm seems like something went wrong while compiling xorg then, as your axis doesn't work correctly, I really can't figure something else... The config should be that way...
_________________
{Linux User #333296}
Kernel 2.6.9-nitro4!
<< hurrah
Back to top
View user's profile Send private message
xPosiMattx
n00b
n00b


Joined: 13 Jul 2004
Posts: 9

PostPosted: Tue Aug 24, 2004 3:10 am    Post subject: Reply with quote

Hi,

I'm also had trouble trying to get an optical USB Logitech Wheel Mouse working with xorg.

Here's what worked for me:

Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping"          "4 5"
EndSection


The change that seemd to make the differance was the Protocol line.

Hope this helps,
-POS
Back to top
View user's profile Send private message
kLUMSY bOT
n00b
n00b


Joined: 23 Jul 2004
Posts: 69

PostPosted: Tue Aug 24, 2004 8:05 am    Post subject: Reply with quote

if you have 3 buttons (and scroll wheel) you need to specify option buttons = 5. zaxis mapping will be 4 and 5 (3 is the mousewheel click thing)
Back to top
View user's profile Send private message
Zyne
Guru
Guru


Joined: 08 Jun 2004
Posts: 334

PostPosted: Tue Aug 24, 2004 9:09 am    Post subject: Reply with quote

It's probably a misconfiguration in the kernel. I had a few problems with getting it to work, but once I changed the config for my kernel, my mouse started to work as it should...

look in the config for EHCI, OHCI and UHCI. I've enabled all three of them, althouh I'm sure I only need one. I just don't wanna compile my kernel again atm, since I've done it abou 20 times yesterday cause of vesafb crap.


btw you might also wanna run xev as someone told you, and see what comes in the console when you scroll your wheel.


edit: bleh... I should start reading before I post... :oops:
sorry for the double post, but at least your post got bumped :D
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