Gentoo Archives: gentoo-user-de

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] [OT] Tap Click bei synaptic Touchpad deaktivieren
Date: Sun, 30 Oct 2005 12:03:46
Message-Id: 4364B5F6.1020407@mid.email-server.info
1 Mahlzeit!
2
3 Mein Notebook hat ein synaptics Touchpad. Durch die
4 Anordnung und/oder Empfindlichkeit des Teils, kommt
5 es oft dazu, das ich mit einem Daumen ausversehen
6 kurz auf das Touchpad draufkomme. Diese kurze Berührung
7 wird dann als Klick gewertet, was bestenfalls nur
8 dazu führt, das sich die Cursorposition ändert - nervig...
9
10 Wie kann ich das Touchpad oder System so einstellen,
11 das ein Druck auf das Pad nicht als Klick gewertet
12 wird?
13
14 Ich habe dazu u.a. http://copland.udel.edu/~doke/dell_d810/
15 gefunden. Dort steht geschrieben, das zur xorg.conf
16 hinzuzufügen ist:
17
18 Option "MaxTapTime" "0"
19
20 Und diese Einstellung scheint auch "aktiv" zu sein:
21
22 alexander@blatt ~ $ synclient -l | grep MaxTapTime
23 MaxTapTime = 0
24
25 Bis vor einiger Zeit hat das auch funktioniert.
26 Warum jetzt nicht mehr und wie kann ich dieses
27 nervige Tapping deaktivieren?
28
29 - synaptics 0.14.3
30
31 In der README des Treibers steht:
32
33 * How can I configure tap-to-click behavior?
34
35 If you set MaxTapTime=0 in the X config file then the touchpad
36 will not use tapping at all, i.e. touching/tapping will not be
37 taken as a mouse click.
38
39 If, instead, you set MaxTapMove=0 in the X config file, then the
40 touchpad will not use tapping for a single finger tap (left mouse
41 button click) but will for the two and three finger tap (middle
42 and right button click).
43
44 Ich habe jetzt mal "synclient MaxTapMove=0" gesetzt - trotzdem
45 noch dieses nervige Tap-Verhalten. Scheint mir so, als ob der
46 Treiber nicht verwendet wird? Komisch.
47
48 Section "InputDevice"
49 Identifier "Synaptics"
50 Driver "synaptics"
51 #Option "Device" "/dev/input/mice"
52 Option "Device" "/dev/misc/psaux"
53 Option "Protocol" "auto-dev"
54 Option "Emulate3Buttons" "yes"
55 Option "LeftEdge" "120"
56 Option "RightEdge" "830"
57 Option "TopEdge" "120"
58 Option "BottomEdge" "650"
59 Option "FingerLow" "14"
60 Option "FingerHigh" "15"
61 Option "MaxTapMove" "110"
62 Option "VertScrollDelta" "20"
63 Option "HorizScrollDelta" "20"
64 Option "MinSpeed" "0.3"
65 Option "MaxSpeed" "0.75"
66 Option "SHMConfig" "on"
67 # http://copland.udel.edu/~doke/dell_d810/
68 # Tap Click auf Touchpad deaktivieren
69 Option "MaxTapTime" "0"
70 EndSection
71
72 Komisch. Es wird doch dann /usr/lib/modules/input/synaptics_drv.so
73 als Treiberdatei verwendet, oder? DIes ist auf jeden Fall
74 die Datei aus dem Gentoo x11-misc/synaptics-0.14.3 Paket;
75 Größe und md5sum stimmt mit der aus /var/db/pkg/x11-misc/synaptics-0.14.3/CONTENTS
76 überein.
77
78 - Fujitsu Siemens Amilo Pro v2010
79
80 alexander@blatt ~ $ Xorg -version
81
82 This is a pre-release version of the The X.Org Foundation X11.
83 It is not supported in any way.
84 Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
85 Select the "xorg" product for bugs you find in this release.
86 Before reporting bugs in pre-release versions please check the
87 latest version in the The X.Org Foundation "monolithic tree" CVS
88 repository hosted at http://www.freedesktop.org/Software/xorg/
89 X Window System Version 6.8.99.15
90 Release Date: 16 July 2005 + cvs
91 X Protocol Version 11, Revision 0, Release 6.8.99.15
92 Build Operating System: Linux 2.6.13-gentoo-r2.015.reiser4 i686 [ELF]
93 Current Operating System: Linux blatt 2.6.13-suspend2-r5.036.dm-stat #1 Tue Oct 18 22:32:05 CEST 2005 i686
94 Build Date: 13 October 2005
95 Before reporting problems, check http://wiki.X.Org
96 to make sure that you have the latest version.
97 Module Loader present
98
99 Alexander Skwar
100 --
101 gentoo-user-de@g.o mailing list

Replies