Gentoo Archives: gentoo-user

From: Espen Lorentzen <esplor@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Synaptics touchpad not work under X
Date: Sat, 13 Aug 2005 00:41:04
Message-Id: ddjf6j$l9i$1@sea.gmane.org
In Reply to: [gentoo-user] Synaptics touchpad not work under X by Qiangning Hong
1 Qiangning Hong wrote:
2
3 > My synaptics touchpad works well under console. But when I under X, it
4 > is not working at all.
5 >
6 > The touchpad is connected with /dev/input/event1. I confirm this using
7 > 'cat /dev/input/event1' in console.
8 >
9 > #Section "InputDevice"
10 > # Identifier "Mouse0"
11 > # Driver "mouse"
12 > # Option "Protocol" "auto"
13 > # Option "Device" "/dev/input/mice"
14 > # Option "Buttons" "7"
15 > # Option "ZAxisMapping" "4 5"
16 > # Option "ZAxisMapping" "6 7"
17 > #EndSection
18
19 Have you tried this input device ^^, or is this the default xorg.conf?
20
21 I have a synaptics touchpad + a USB mouse and they both work with this
22 config:
23
24 Section "InputDevice"
25 # Touchpad + USB mouse
26 Identifier "Mouse_Touch"
27 Driver "mouse"
28 Option "Protocol" "IMPS/2"
29 Option "Device" "/dev/input/mice"
30 Option "ZaxisMapping" "4 5"
31 EndSection "InputDevice"
32
33 --
34 MVH / Regards:
35 Espen
36
37 --
38 gentoo-user@g.o mailing list