You are not logged in.
Pages: 1
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
Pages: 1