[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

synaptics Tapping mit Kernel 2.6



Hallo beisammen,

ich habe seit einiger Zeit versucht, meinem Touchpad unter Kernel 2.6 das Tap-To-Click Verhalten beizubringen, jedoch bisher ohne Erfolg.
Ich habe heute einen Kernel 2.6.5 mit folgenden Optionen kompiliert:
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

Die synaptics Software ist schon seit längerem installiert:
root@Moe:~# apt-cache policy synaptics
synaptics:
  Installed: 0.12.1-1
  Candidate: 0.12.1-1
  Version Table:
 *** 0.12.1-1 0
        500 http://jopa.studentenweb.org ./ Packages
        100 /var/lib/dpkg/status

Der Treiber kann auch unter /usr/X11R6/lib/modules/drivers gefunden werden.
In meiner XF86Config-4 befinden sich folgende Einträge:

------------------------8<--------------------------
Section "ServerLayout"
[...]
        #InputDevice    "Touchpad"      "CorePointer"
        InputDevice    "USB Mouse"      "CorePointer"
EndSection

Section "Module"
[...]
        Load  "synaptics"
EndSection

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


Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "Device"        "/dev/input/event0"
        Option          "Protocol"      "auto-dev"
[...]
EndSection
------------------------8<--------------------------

Mit deaktivertem "Touchpad" funktioniert die USB Maus und eben auch das Touchpad selbst, allerdings ohne das Tapping und andere nette Dinge. Wenn ich der Installationsanleitung des synaptics Treiber folge und "Touchpad" auf "CorePointer" stelle und "USB Mouse" auf "AlwaysCore", geht nichts mehr, nur noch schwarzer Bildschirm und keine Reaktion mehr auf jegliche Tastendrücke. Ich bin mittlerweile sehr ratlos, denke aber, dass das Problem mit der XF86Config-4 zu tun hat, nur komme ich nicht dahinter.

Hat noch irgendjemand eine helfende Idee?

Vielen Dank,
Martin



Reply to: