Gentoo Archives: gentoo-user-de

From: Florian Malik <floma@×××××××.ch>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] Synaptics Touchpad und USB-Maus
Date: Fri, 24 Sep 2004 12:29:39
Message-Id: 200409241429.35139.floma@bluewin.ch
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Hallo Leute,
5
6 Ich habe da mal wieder ein Problem. Und zwar habe ich vor zwei Tagen den
7 Synaptics Treiber für das Touchpad installiert, damit auch die Flächen für
8 das Up-/Downscrolling funktionieren. Dafür habe ich auch meine XF68Config
9 angepasst:
10
11 ######################################################
12 # ALTE KONFIGURATION OHNE SYNAPTICS (working 22.9.2004
13 ######################################################
14
15 Section "InputDevice"
16
17 # Identifier and driver
18
19 Identifier "Mouse1"
20 Driver "mouse"
21 Option "Protocol" "ImPS/2"
22 Option "ZAxisMapping" "4 5"
23 Option "Device" "/dev/mouse"
24
25 # When using XQUEUE, comment out the above two lines, and uncomment
26 # the following line.
27
28 # Option "Protocol" "Xqueue"
29
30 # Baudrate and SampleRate are only for some Logitech mice. In
31 # almost every case these lines should be omitted.
32
33 # Option "BaudRate" "9600"
34 # Option "SampleRate" "150"
35
36 # Emulate3Buttons is an option for 2-button Microsoft mice
37 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
38
39 Option "Emulate3Buttons"
40 # Option "Emulate3Timeout" "50"
41
42 # ChordMiddle is an option for some 3-button Logitech mice
43
44 # Option "ChordMiddle"
45
46 EndSection
47
48 ####################################################
49 # ENDE ALTE KONFIGURATION
50 ####################################################
51
52
53 ####################################################
54 # NEUE KONFIGURATION MIT SYNAPTICS (erstellt 22.9.2004)
55 ####################################################
56
57 Section "InputDevice"
58 Driver "synaptics"
59 Identifier "Touchpad.syn"
60 Option "Device" "/dev/mouse"
61 Option "Protocol" "auto-dev"
62 Option "Protocol" "ImPS/2" #psaux geht auch nicht
63 Option "LeftEdge" "1300"
64 Option "RightEdge" "5700"
65 Option "TopEdge" "1300"
66 Option "BottomEdge" "4700"
67 Option "FingerLow" "20"
68 Option "FingerHigh" "30"
69 Option "MaxTapTime" "180"
70 Option "MaxTapMove" "120"
71 Option "VertScrollDelta" "100"
72 Option "MinSpeed" "0.02"
73 Option "MaxSpeed" "0.18"
74 Option "AccelFactor" "0.001"
75 Option "SHMConfig" "on"
76 Option "UpDownScrolling" "on"
77 EndSection
78
79 ########################################################
80 # ENDE NEUE KONFIGURATION
81 ########################################################
82
83
84 Section "ServerLayout"
85
86 # The Identifier line must be present
87 Identifier "Server Layout"
88
89 ...
90
91 InputDevice "Touchpad.syn" "CorePointer"
92 InputDevice "Mouse1" "CorePointer"
93 InputDevice "Keyboard1" "CoreKeyboard"
94
95 EndSection
96
97
98 Mit diesen Einstellungen funktioniert jetzt das Touchpad aber die Maus nicht
99 mehr. Wenn ich die Zeile InputDevice "Touchpad.syn" "CorePointer"
100 auskommentiere geht die Maus wieder problemlos. Auch ein Ändern der
101 Reihenfolge hat nichts gebracht.
102
103 Hat jemand eine Idee wie ich dieses Problem in den Griff kriege, damit Maus
104 und Touchpad parallel funktionieren ohne ändern der Config und Neustart des
105 Xservers? Ich benutze XFree-4.3.0-r6.
106
107 Vielen Dank im Vorraus
108 Florian
109
110
111
112
113 --
114 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Synaptics Touchpad und USB-Maus Arnold Krille <arnold@×××××××××××××××××.org>
Re: [gentoo-user-de] Synaptics Touchpad und USB-Maus Roland Tapken <ml@××××××××××.de>
Re: [gentoo-user-de] Synaptics Touchpad und USB-Maus Christoph Probst <chris-usenet@×××××××××.org>