[ltp] Trackpoint and Touchpad (R40)

Loic Minier linux-thinkpad@linux-thinkpad.org
Thu, 25 Mar 2004 10:50:15 +0100


Benjamí Villoslada <benjami@bitassa.com> - Thu, Mar 25, 2004:

> Since update from SuSE 8.2 to SuSE 9.0, I don't succeed in that R40 (2681 
> type) trackpoint and touchpad works together.

 What problem do you have _exactly_ ??

 Did you read your logs ?

 I have:

Section "Module"
        ...
        Load    "synaptics"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Driver        "synaptics"
        Identifier    "Touchpad"
        Option        "Device"        "/dev/psaux"
        Option        "Protocol"      "auto-dev"
        Option        "LeftEdge"      "1700"
        Option        "RightEdge"     "5300"
        Option        "TopEdge"       "1700"
        Option        "BottomEdge"    "4200"
        Option        "FingerLow"     "25"
        Option        "FingerHigh"    "30"
        Option        "MaxTapTime"    "180"
        Option        "MaxTapMove"    "220"
        Option        "VertScrollDelta" "100"
        Option        "MinSpeed"      "0.06"
        Option        "MaxSpeed"      "0.12"
        Option        "AccelFactor" "0.0010"
#        Option       "SHMConfig"     "on"
#        Option       "Repeater"      "/dev/ps2mouse"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Touchpad" "CorePointer"
        InputDevice     "Configured Mouse" "AlwaysCore"
EndSection

-- 
Loïc Minier <loic.minier@inexbee.com>