Gentoo Archives: gentoo-user

From: Sergio Polini <sp_rm_it@×××××.it>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: synaptics touchpad stop working after starting a gtk app
Date: Tue, 21 Mar 2006 21:34:00
Message-Id: 200603212221.59993.sp_rm_it@yahoo.it
In Reply to: Re: [gentoo-user] Re: synaptics touchpad stop working after starting a gtk app by Mauro Faccenda
1 Mauro Faccenda:
2 > On Tuesday 21 March 2006 13:34, Sergio Polini wrote:
3 > > Is there
4 > >
5 > > InputDevice "TouckPad" "AlwaysCore"
6 > >
7 > > in your xorg.conf?
8 >
9 > hi Sergio, thanks for your help.
10 >
11 > but there is a weird thing:
12 >
13 > adding this parameter in xorg.conf [etc.]
14
15 That line should have been in xorg.conf ;-)
16 Have you read
17 http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad
18 ?
19
20 > made the touchpad work in
21 > fluxbox with any kind of app (gtk, qt, etc...). but in kde it stop
22 > working when kde splash says its starting the window manager.
23 >
24 > any other clue?
25
26 My mouse and my touchpah (HP Pavilion dv5078ea) work well.
27 Perhaps you should look again at your xorg.conf.
28 In my xorg.conf there are two "InputDevice" sections:
29
30 Section "InputDevice"
31 Identifier "Mouse1"
32 Driver "mouse"
33 Option "Protocol" "ImPS/2"
34 Option "ZAxisMapping" "4 5"
35 Option "Device" "/dev/input/mice"
36 EndSection
37
38 Section "InputDevice"
39 Driver "synaptics"
40 Identifier "TouchPad"
41 Option "Device" "/dev/input/mouse0"
42 Option "Protocol" "auto-dev"
43 Option "LeftEdge" "1700"
44 Option "RightEdge" "5300"
45 Option "TopEdge" "1700"
46 Option "BottomEdge" "4200"
47 Option "FingerLow" "25"
48 Option "FingerHigh" "30"
49 Option "MaxTapTime" "180"
50 Option "MaxTapMove" "220"
51 Option "VertScrollDelta" "100"
52 Option "MinSpeed" "0.09"
53 Option "MaxSpeed" "0.18"
54 Option "AccelFactor" "0.0015"
55 Option "SHMConfig" "on"
56 EndSection
57
58 In the second section, your Option "Device" should be:
59 Option "Device" "/dev/input/mouse1"
60 because of your /proc/bus/input/devices.
61
62 Ciao
63 Sergio
64 --
65 gentoo-user@g.o mailing list

Replies