LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   how to get Mouse wheel working (https://www.linuxquestions.org/questions/slackware-14/how-to-get-mouse-wheel-working-62063/)

fwee 05-27-2003 08:13 AM

how to get Mouse wheel working
 
kk I've got a Logitech Dual optical mouse USB, Works fine except the mouse wheel. I cant scroll n what not. Is there a way to get it working again?

Cheers

neo77777 05-27-2003 08:24 AM

Hint -
Option "ZAxisMapping" "4 5"
where? I live it to you it's been discussed numerous times.

acid_kewpie 05-27-2003 08:32 AM

have you tried searching this site? this has been asked a huge number of times, and is quite easy to resolve.

fwee 05-27-2003 08:36 AM

hehe. I did search and got about 2000 results. First few pages didnt yield anythin but Ill keep lookin.

Thx

fwee 05-27-2003 09:13 AM

Done and done.

thx and sorry for me er...slacking? :D

hookabob 05-27-2003 09:17 AM

Answer for you
 
Open up your XF86Config file, go to the Input Devices section, look for your "Mouse" or "Mouse1" identifier, and under it, add:

Option "ZAxisMapping" "4 5"

Sorry to everyone else who wanted him to search, but I'm a fellow newbie Slacker and I just fixed it for myself...this is a HUGE forum, and the guy needed an answer, not a lesson in Gophering. Just my 2 cents.

acid_kewpie 05-27-2003 09:21 AM

he said he's already done it successfully....

cratos 05-27-2003 10:20 AM

I also had to add the line
Option "Buttons" "5" and change the Option "Protocol" line to "IMPS/2"

hookabob 05-27-2003 11:15 AM

Quote:

Originally posted by acid_kewpie
he said he's already done it successfully....
He just happened to post as I was writing my post...my bad :(

gandhiano 07-04-2003 03:59 AM

I have ZAxisMapping and it still doesn't work...
 
I have got everything setup as usual, but my Logitech optical wheel mouse still doesn't scroll. This is strange, as I haven't had any problem in the past configuring a wheel mouse (even this one, on the same laptop).

Here are the relevant sections of my XF86Config


Code:

# Laptop touch mouse
Section "InputDevice"
    Identifier        "Mouse1"
    Driver        "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
EndSection

# Logitech USB optical wheel mouse
Section "InputDevice"
    Identifier  "MouseUSB"
    Driver      "mouse"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "imps/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Buttons"        "5"
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    InputDevice "MouseUSB" "CorePointer"
    InputDevice "Mouse1" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Thanks for any help.

Gualter

srenar 07-04-2003 02:53 PM

change this line
Option "Protocol" "imps/2"
to
Option "Protocol" "IMPS/2"

gandhiano 07-05-2003 05:44 AM

Quote:

Originally posted by srenar
change this line
Option "Protocol" "imps/2"
to
Option "Protocol" "IMPS/2"

It still doesn't work...

ronin77 07-05-2003 07:18 AM

try adding

Option "CorePointer" "true"

Under the # Logitech USB optical wheel mouse section

gandhiano 07-06-2003 02:09 PM

Quote:

Originally posted by ronin77
try adding

Option "CorePointer" "true"

Under the # Logitech USB optical wheel mouse section

Doesn't work either :(

I figured out that, somehow, the USB mouse is working not through the XF86Config but through something else. I took out the USB mouse from the ServerLayout section and it just works exactly in the same way after restarting X (which means it works fine, but without the wheel mouse...)

Any idea on where is the mouse being configured and how do I turn it off or put it doing wheel scrolling?


All times are GMT -5. The time now is 07:56 AM.