Gentoo Archives: gentoo-user-de

From: Alexander Skwar <listen@×××××××××××××××.name>
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:25:14
Message-Id: 43666FE1.2020301@mid.email-server.info
In Reply to: Re: [gentoo-user-de] [OT] Tap Click bei synaptic Touchpad deaktivieren by Martin Brunzel
1 Martin Brunzel schrieb:
2
3 > Ich würde ...
4 >
5 > - "Maus" ganz rausschmeißen (auskommentieren),
6
7 Kapiere ich nicht.
8
9 Ich habe jetzt in xorg.conf:
10
11 Section "ServerLayout"
12 Identifier "Default Layout"
13 Screen 0 "NBScreen VESA" 0 0
14 #Screen 0 "NBScreen Via" 0 0
15
16 #InputDevice "Maus" "CorePointer"
17 InputDevice "NBTastatur" "CoreKeyboard"
18
19 #InputDevice "Synaptics" "AlwaysCore"
20 InputDevice "Synaptics"
21
22 # http://www.gentoo.org/doc/en/power-management-guide.xml
23 Option "BlankTime" "5" # Blank the screen after 5 minutes (Fake)
24 Option "StandbyTime" "10" # Turn off screen after 10 minutes (DPMS)
25 Option "SuspendTime" "20" # Full suspend after 20 minutes
26 Option "OffTime" "30" # Turn off after half an hour
27 EndSection
28
29 Dh. das einzig aktive "InputDevice" ist "Synaptics". Dies ist:
30
31 Section "InputDevice"
32 Identifier "Synaptics"
33 Driver "synaptics"
34 #Option "Device" "/dev/input/mice"
35 #Option "Device" "/dev/misc/psaux"
36 Option "Device" "/dev/input/event2"
37 Option "Protocol" "auto-dev"
38
39 # Synaptics auto-dev sets device to /dev/input/event2
40
41 Option "Emulate3Buttons" "yes"
42 Option "LeftEdge" "120"
43 Option "RightEdge" "830"
44 Option "TopEdge" "120"
45 Option "BottomEdge" "650"
46 Option "FingerLow" "14"
47 Option "FingerHigh" "15"
48 Option "MaxTapMove" "110"
49 Option "VertScrollDelta" "20"
50 Option "HorizScrollDelta" "20"
51 Option "MinSpeed" "0.3"
52 Option "MaxSpeed" "0.75"
53 Option "SHMConfig" "on"
54 # http://copland.udel.edu/~doke/dell_d810/
55 # Tap Click auf Touchpad deaktivieren
56 Option "MaxTapTime" "0"
57 EndSection
58
59 Wenn ich nun kdm starte, dann ist das touchpad
60 *UND* die Maus aktiv. Tapping habe ich nicht getestet.
61
62 Wenn ich mich dann in Gnome oder auch in KDE einlogge,
63 dann wird das Touchpad deaktiviert und nur die Maus
64 bleibt somit aktiviert.
65
66 http://alexander.skwar.name/~askwar/stuff/Xorg.0.log_20051031-2015.txt
67 http://alexander.skwar.name/~askwar/stuff/xorg.conf_20051031-2015.txt
68
69 Hä?
70
71 Markers: (--) probed, (**) from config file, (==) default setting,
72 [...]
73 (**) |-->Input Device "Synaptics"
74 (==) |-->Input Device "Maus"
75
76 Wieso ist "Maus" ein "default setting"? Warum wird denn "Maus"
77 verwendet? Was ist denn "Maus"?
78
79 Etwa das hier?
80
81 Section "InputDevice"
82 Identifier "Maus"
83 Driver "mouse"
84 Option "Protocol""IMPS/2"
85 Option "Device""/dev/input/mice"
86 Option "ZAxisMapping" "4 5"
87 Option "Emulate3Buttons" "yes"
88 EndSection
89
90 Wenn ja - warum?
91
92 Alexander Skwar
93 --
94 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] [OT] Tap Click bei synaptic Touchpad deaktivieren Martin Brunzel <nadima@×××××.de>