[ltp] T41p, problem with an USB mouse, kernel 2.6.6-rc3, XFree86 4.3.0.1

Greg Meyer linux-thinkpad@linux-thinkpad.org
Thu, 6 May 2004 14:11:41 -0400


On Thursday 06 May 2004 08:57 am, Fran=E7ois Fleuret wrote:
> Any advice ?

The input device section of my T41's XF86Config-4 file looks like this to l=
oad=20
the synaptics touchpad as mouse1 and a usb mouse as mouse2.

Section "InputDevice"
    Identifier "Mouse1"
    Driver "synaptics"
    Option "Protocol" "auto-dev"
    Option "Device" "/dev/psaux"
    Option "MaxSpeed" "0.18"
    Option "MinSpeed" "0.02"
    Option "BottomEdge" "4000"
    Option "SHMConfig" "on"
    # Option "Repeater"      "/dev/ps2mouse"
    Option "LeftEdge" "1900"
    Option "FingerLow" "25"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "FingerHigh" "30"
    Option "VertScrollDelta" "100"
    Option "TopEdge" "1900"
    Option "RightEdge" "5400"
    Option "AccelFactor" "0.0010"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Also, the ServerLayout section looks like this:

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    Screen "screen1"
EndSection

=2D-=20
/g