You are not logged in.

#1 2006-07-20 20:33:49

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Mouse scroll with dockingstation!

Hi guys!

I got my self an IBM Thinkpab R51, and just bougth a dockingstation for this one.

And everything is working well - except the mouse.
Even though its a normal PS/2 mouse (connected using the dockingstation) I' m not able to scrool with my mouse. Have anybody an idea with this???

Here' s my xorg.conf:
Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

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

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection


Just getting better .... All the time

Offline

Board footer

Powered by FluxBB