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

Re: eeePC - "tapping" auf dem Touchpad



Hallo,

danke für Deine Antwort!

On Freitag, 10. Juni 2011 07:57 - Klaus Maria Pfeiffer wrote:
> hier funktionierts mit folgender xorg.conf (mehr steht da wirklich 
> nicht drinnen):
> 
> Section "InputClass"
>        Identifier      "Touchpad"               # required
>        MatchIsTouchpad "yes"                    # required
>        Driver      "synaptics"                  # required
>        Option      "MinSpeed"              "0.5"
>        Option      "MaxSpeed"              "1.0"
>        Option      "AccelFactor"           "0.075"
>        Option      "TapButton1"            "1"
>        Option      "TapButton2"            "2"  # multitouch
>        Option      "TapButton3"            "3"  # multitouch
>        Option      "VertTwoFingerScroll"   "1"  # multitouch
>        Option      "HorizTwoFingerScroll"  "1"  # multitouch
> ...
> EndSection

Ja in der Tat. Ich hab's jetzt nach so geändert und schau - schau... Das 
"tapping" funktioniert nun auch bei mir (wieder):

Section "InputDevice"                                                                                                           
  Identifier      "Touchpad"                                                                                                    
  Driver          "synaptics"
#  Option          "Device"                "/dev/input/mouse1"
  Option          "Protocol"              "auto-dev"
  Option          "VertTwoFingerScroll"   "1"
  Option          "HorizTwoFingerScroll"  "1"
  Option          "TapButton1"            "1"
  Option          "TapButton2"            "2"                                                                                   
  Option          "TapButton3"            "3"                                                                                   
EndSection                                                                                                                      

Komischerweise startet bei mir der X-Server mit aktiver

Section "InputDevice"                                                                                                           
  Identifier      "Touchpad"                                                                                                    
  MatchIsTouchpad "yes"
...
EndSection                                                                                                                      

wegen folgendem Fehler erst gar nicht
...
[ 8.813] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8.819] Parse error on line 47 of section InputDevice in file 
/etc/X11/xorg.conf
        "MatchIsTouchpad" is not a valid keyword in this section.
[ 8.819] (EE) Problem parsing the config file
[ 8.819] (EE) Error parsing the config file
[ 8.819]  Fatal server error:
[ 8.819] no screens found
...

Werd' wohl noch etwas suchen müssen, warum das so ist. Aber für's erste - wie 
auch immer & nochmals vielen Dank für Deine Antwort - bin mit diesem Ergebnis 
glücklich!
-- 
Simon Linden


Reply to: