Gentoo Archives: gentoo-user-de

From: Christoph Probst <chris-usenet@×××××××××.org>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Synaptics Touchpad und USB-Maus
Date: Fri, 24 Sep 2004 12:45:29
Message-Id: 20040924124523.GS1962@netzpunkt.org
In Reply to: [gentoo-user-de] Synaptics Touchpad und USB-Maus by Florian Malik
1 Hallo.
2
3 Florian Malik schrieb am 24.09.2004 um 14:29 Uhr:
4
5 > Ich habe da mal wieder ein Problem. Und zwar habe ich vor zwei Tagen den
6 > Synaptics Treiber für das Touchpad installiert, damit auch die Flächen für
7 > das Up-/Downscrolling funktionieren. Dafür habe ich auch meine XF68Config
8 > angepasst:
9
10 Ich benutze
11
12 Section "InputDevice"
13
14 Identifier "Logitech USB Mouse"
15 Driver "mouse"
16 Option "Protocol" "IMPS/2"
17 Option "ZAxismapping" "4 5"
18 Option "Buttons" "5"
19 Option "Device" "/dev/input/mice"
20 Option "ButtonNumber" "5"
21 Option "Name" "AutoDetected"
22 Option "Vendor" "AutoDetected"
23
24 EndSection
25
26 Section "InputDevice"
27
28 Identifier "Toshiba Touchpad"
29 Driver "mouse"
30 Option "Protocol" "ps/2"
31 Option "Device" "/dev/psaux"
32 Option "Buttons" "5"
33 Option "ButtonNumber" "5"
34 Option "Name" "AutoDetected"
35 Option "Vendor" "AutoDetected"
36 Option "Emulate3Buttons"
37 Option "Emulate3Timeout" "50"
38
39 EndSection
40
41 und weiter unten
42
43
44 InputDevice "Toshiba Touchpad" "CorePointer"
45 InputDevice "Logitech USB Mouse" "SendCoreEvents
46
47 um beide Geräte parallel zu betreiben.
48
49
50
51
52
53 Chris
54
55 --
56 Green light in A.M. for new projects. Red light in P.M. for traffic tickets.

Replies

Subject Author
Re: [gentoo-user-de] Synaptics Touchpad und USB-Maus Florian Malik <floma@×××××××.ch>