LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Unresponsive scroll mouse (https://www.linuxquestions.org/questions/slackware-14/unresponsive-scroll-mouse-430708/)

corbis_demon 04-01-2006 01:12 PM

Unresponsive scroll mouse
 
Hi,
I just installed 10.2 on my box. Everything worked as it should (well, mostly). But there's this glitch that I can't fix. My mouse (Logitech, PS/2), just doesn't scroll. I have this in my xorg.conf:

Code:

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol"      "PS/2"
        Option          "Device"        "/dev/mouse"
EndSection

If I insert these :

Code:

  Option          "ZAxisMapping"  "4 5"
        Option          "Buttons"      "5"

I get an error when I start X, saying "4 is not a valid parameter". I tried a lot of different things, but I just can't get it to work. Please advise. Thanks.

Franklin 04-01-2006 01:18 PM

change PS/2 to IMPS/2

corbis_demon 04-01-2006 01:20 PM

Tried, didn't work. Crashed X for the umpteenth time. Same error.

corbis_demon 04-01-2006 01:22 PM

Hi, thanks, but didn't work. Crashed X again with the same error.

Franklin 04-01-2006 01:30 PM

Well, PS/2 will not give you a working wheel either.

Perhaps there is a typo in xorg.conf that is giving you the error regarding "4
Post the relevent section of xorg.conf via cut and paste if you can't find it.

I don't know if you did that above or simply retyped the mouse section.

Alien_Hominid 04-01-2006 01:32 PM

Try this:
Code:

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/mouse"
    Option        "ZAxisMapping" "4 5"
EndSection

I think you don't need option "Buttons" "5".

corbis_demon 04-01-2006 01:58 PM

Well, thanks guzs for all the help. Setting protocol to auto did the trick. Now I have a functional mouse.Whew!


All times are GMT -5. The time now is 11:34 PM.