Gentoo Archives: gentoo-laptop

From: Renan Mathias Fernandes <renanfernandes@×××××.com>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] Alps touchpad problem
Date: Fri, 15 Oct 2004 04:06:28
Message-Id: daa36cd30410142106241461d2@mail.gmail.com
In Reply to: Re: [gentoo-laptop] Alps touchpad problem by n0ne
1 Andrew
2
3 Thanks a lot for your help. I tried to use the config from README.alps
4 and your config file but doesn't seems to increase the speed.
5 Very strange..
6
7 On Thu, 14 Oct 2004 23:45:12 -0400, n0ne <baal.killer@×××××.com> wrote:
8 > Matias:
9 > form what you sullplyed in your reply i am guessing that you are
10 > talking about tapping to do a click. i am also assuming that the
11 > 'before' is in windows.
12 > the GRX 560 is not on the compatibility list but that only means that
13 > it hasent been tested and reported.
14 > some info that i need so help can be given
15 > are you shore it is a ALPS and not a Synaptics
16 > and is before windows or linux
17 >
18 > On Fri, 15 Oct 2004 00:05:59 -0300, Matias Pablo Brutti
19 >
20 >
21 > <matiasbrutti@××××××××××.ar> wrote:
22 > > I have a Sony GRX 560 laptop and My touchpad does not work like it used
23 > > to now I cannot click on the path itself I have to use the buttons .. I
24 > > have to use this kind of settings ?? on my xorg so it will work ??? do I
25 > > have to install some kinf of module in the kernel or some apps ?
26 > >
27 > > thanks a lot !
28 > >
29 > >
30 > >
31 > >
32 > > Andrew Horowitz wrote:
33 > >
34 > > >looks like you used what is in INSTALL but for alps you want what is
35 > > >in README.alps
36 > > >from the README.alps
37 > > >
38 > > >Section "InputDevice"
39 > > > Driver "synaptics"
40 > > > Identifier "Mouse[1]"
41 > > > Option "Device" "/dev/psaux"
42 > > > Option "Protocol" "auto-dev"
43 > > > Option "LeftEdge" "120"
44 > > > Option "RightEdge" "830"
45 > > > Option "TopEdge" "120"
46 > > > Option "BottomEdge" "650"
47 > > > Option "FingerLow" "14"
48 > > > Option "FingerHigh" "15"
49 > > > Option "MaxTapTime" "180"
50 > > > Option "MaxTapMove" "110"
51 > > > Option "EmulateMidButtonTime" "75"
52 > > > Option "VertScrollDelta" "20"
53 > > > Option "HorizScrollDelta" "20"
54 > > > Option "MinSpeed" "0.2"
55 > > > Option "MaxSpeed" "0.5"
56 > > > Option "AccelFactor" "0.01"
57 > > > Option "EdgeMotionMinSpeed" "15"
58 > > > Option "EdgeMotionMaxSpeed" "15"
59 > > > Option "UpDownScrolling" "1"
60 > > > Option "CircularScrolling" "1"
61 > > > Option "CircScrollDelta" "0.1"
62 > > > Option "CircScrollTrigger" "2"
63 > > >EndSection
64 > > >
65 > > >
66 > > >form my xorg.config
67 > > >but i think the latest version of the driver i have is 0.13.3
68 > > >but they seam to work well for me
69 > > >
70 > > >Section "InputDevice"
71 > > >
72 > > ># Identifier and driver
73 > > >
74 > > >
75 > > >Driver "synaptics"
76 > > > Identifier "Mouse1"
77 > > > Option "Device" "/dev/input/event1"
78 > > > Option "Protocol" "event"
79 > > > Option "LeftEdge" "60"
80 > > > Option "RightEdge" "830"
81 > > > Option "TopEdge" "70"
82 > > > Option "BottomEdge" "650"
83 > > > Option "FingerLow" "25"
84 > > > Option "FingerHigh" "30"
85 > > > Option "MaxTapTime" "180"
86 > > > Option "MaxTapMove" "110"
87 > > > Option "EmulateMidButtonTime" "75"
88 > > > Option "VertScrollDelta" "50"
89 > > > Option "HorizScrollDelta" "50"
90 > > > Option "MinSpeed" "0.2"
91 > > > Option "MaxSpeed" "0.5"
92 > > > Option "AccelFactor" "0.01"
93 > > > Option "EdgeMotionSpeed" "40"
94 > > > Option "UpDownScrolling" "1"
95 > > > Option "TouchpadOff" "0"
96 > > > Option "SHMconfig" "1"
97 > > >
98 > > >
99 > > >
100 > > >
101 > > >On Thu, 14 Oct 2004 23:37:14 -0300, Renan Mathias Fernandes
102 > > ><renanfernandes@×××××.com> wrote:
103 > > >
104 > > >
105 > > >>Hi all
106 > > >>
107 > > >>After a lot of research and questions I found how to make my alps
108 > > >>touchpad work under kernel 2.6
109 > > >>Now the problem is the slow
110 > > >>
111 > > >>Its is working good, but very slow. someone has any idea on how to
112 > > >>increase this speed ?
113 > > >>
114 > > >>My xorg.conf:
115 > > >>Quote:
116 > > >>
117 > > >>Section "InputDevice"
118 > > >>Identifier "Mouse0"
119 > > >>Driver "synaptics"
120 > > >>Option "Protocol" "auto-dev"
121 > > >>Option "Device" "/dev/input/mouse0"
122 > > >>Option "LeftEdge" "1700"
123 > > >>Option "RightEdge" "5300"
124 > > >>Option "TopEdge" "1700"
125 > > >>Option "BottomEdge" "4200"
126 > > >>Option "FingerLow" "10"
127 > > >>Option "FingerHigh" "30"
128 > > >>Option "MaxTapTime" "180"
129 > > >>Option "MaxTapMove" "220"
130 > > >>Option "MaxSpeed" "0.12"
131 > > >>Option "AccelFactor" "0.0010"
132 > > >>Option "VertScrollDelta" "255"
133 > > >>Option "HorizScrollDelta" "0"
134 > > >>Option "RTCornerButton" "0"
135 > > >>Option "RBCornerButton" "0"
136 > > >>Option "LTCornerButton" "0"
137 > > >>Option "LBCornerButton" "0"
138 > > >>Option "SHMConfig" "on"
139 > > >>Option "ZAxisMapping" "4 5"
140 > > >>Option "Emulate3Buttons" "yes"
141 > > >>EndSection
142 > > >>
143 > > >>Thanks
144 > > >>
145 > > >>Renan
146 > > >>
147 > > >>--
148 > > >>gentoo-laptop@g.o mailing list
149 > > >>
150 > > >>
151 > > >>
152 > > >>
153 > > >
154 > > >--
155 > > >gentoo-laptop@g.o mailing list
156 > > >
157 > > >
158 > > >
159 > > >
160 > > >
161 > >
162 > >
163 > >
164 > >
165 > > --
166 > > gentoo-laptop@g.o mailing list
167 > >
168 > >
169 >
170 >
171 >
172 > --
173 > gentoo-laptop@g.o mailing list
174 >
175 >
176
177 --
178 gentoo-laptop@g.o mailing list

Replies

Subject Author
Re: [gentoo-laptop] Alps touchpad problem Andrew Horowitz <baal.killer@×××××.com>