Gentoo Archives: gentoo-user-de

From: Martin Brunzel <nadima@×××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] [OT] Tap Click bei synaptic Touchpad deaktivieren
Date: Mon, 31 Oct 2005 19:44:25
Message-Id: 20051031193607.GA5154@delight.server
In Reply to: Re: [gentoo-user-de] [OT] Tap Click bei synaptic Touchpad deaktivieren by Alexander Skwar
1 On Mon, Oct 31, 2005 at 08:26:25PM +0100, Alexander Skwar wrote:
2 > Martin Brunzel schrieb:
3 >
4 > > - "Maus" ganz rausschmeißen (auskommentieren),
5 >
6 > Kapiere ich nicht.
7 >
8 > Ich habe jetzt in xorg.conf:
9 >
10 > Section "ServerLayout"
11 > Identifier "Default Layout"
12 > Screen 0 "NBScreen VESA" 0 0
13 > #Screen 0 "NBScreen Via" 0 0
14 >
15 > #InputDevice "Maus" "CorePointer"
16
17 So meinte ich das ...
18
19 > InputDevice "NBTastatur" "CoreKeyboard"
20 >
21 > #InputDevice "Synaptics" "AlwaysCore"
22 > InputDevice "Synaptics"
23 >
24 > # http://www.gentoo.org/doc/en/power-management-guide.xml
25 > Option "BlankTime" "5" # Blank the screen after 5 minutes (Fake)
26 > Option "StandbyTime" "10" # Turn off screen after 10 minutes (DPMS)
27 > Option "SuspendTime" "20" # Full suspend after 20 minutes
28 > Option "OffTime" "30" # Turn off after half an hour
29 > EndSection
30 >
31 > Dh. das einzig aktive "InputDevice" ist "Synaptics". Dies ist:
32
33 ... aber X sagt dazu:
34
35 |(WW) The core pointer device wasn't specified explicitly in the layout.
36 | Using the first mouse device.
37
38 Zeile 106ff.:
39
40 > Section "InputDevice"
41 > Identifier "Synaptics"
42 > Driver "synaptics"
43 > #Option "Device" "/dev/input/mice"
44 > #Option "Device" "/dev/misc/psaux"
45 > Option "Device" "/dev/input/event2"
46 > Option "Protocol" "auto-dev"
47 >
48 > # Synaptics auto-dev sets device to /dev/input/event2
49 >
50 > Option "Emulate3Buttons" "yes"
51 > Option "LeftEdge" "120"
52 > Option "RightEdge" "830"
53 > Option "TopEdge" "120"
54 > Option "BottomEdge" "650"
55 > Option "FingerLow" "14"
56 > Option "FingerHigh" "15"
57 > Option "MaxTapMove" "110"
58 > Option "VertScrollDelta" "20"
59 > Option "HorizScrollDelta" "20"
60 > Option "MinSpeed" "0.3"
61 > Option "MaxSpeed" "0.75"
62 > Option "SHMConfig" "on"
63 > # http://copland.udel.edu/~doke/dell_d810/
64 > # Tap Click auf Touchpad deaktivieren
65 > Option "MaxTapTime" "0"
66 > EndSection
67 >
68 > Wenn ich nun kdm starte, dann ist das touchpad
69 > *UND* die Maus aktiv. Tapping habe ich nicht getestet.
70
71 Irgendein Automatismus, der das Touchpad mitzieht...
72
73 > Markers: (--) probed, (**) from config file, (==) default setting,
74 > [...]
75 > (**) |-->Input Device "Synaptics"
76 > (==) |-->Input Device "Maus"
77 >
78 > Wieso ist "Maus" ein "default setting"? Warum wird denn "Maus"
79 > verwendet? Was ist denn "Maus"?
80
81 Zeile 97 kommt vor 106. ;-)
82
83 > Etwa das hier?
84
85 Zeile 97ff.:
86
87 > Section "InputDevice"
88 > Identifier "Maus"
89 > Driver "mouse"
90 > Option "Protocol""IMPS/2"
91 > Option "Device""/dev/input/mice"
92 > Option "ZAxisMapping" "4 5"
93 > Option "Emulate3Buttons" "yes"
94 > EndSection
95 >
96 > Wenn ja - warum?
97
98 Weil Du nirgendwo explizit "Corepointer" oder sowas hingeschrieben hast.
99 (siehe Warnung von X)
100
101 Martin
102 --
103 gentoo-user-de@g.o mailing list