LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Mouse scroll in Slackware (https://www.linuxquestions.org/questions/linux-hardware-18/mouse-scroll-in-slackware-410843/)

Padawan.AVT 02-02-2006 08:26 AM

Mouse scroll in Slackware
 
So I have next problem:
I've got a USB mouse (Logitech M-BJ69), but I can't configure that it's scroll worked out.

rangalo 02-02-2006 08:45 AM

what does your xorg.conf say ?

it shoule be somethig like this ...
IMPS/2 and ZAxis options are important...

Code:

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


i hope this helps

geeman2.0 02-02-2006 08:58 AM

This question is asked so often that the answer needs to be permanently added to the LQ logo.


All times are GMT -5. The time now is 08:49 AM.