Gentoo Archives: gentoo-laptop

From: Matias Pablo Brutti <matiasbrutti@××××××××××.ar>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] Alps touchpad problem
Date: Fri, 15 Oct 2004 03:04:22
Message-Id: 416F3E97.1040406@ciudad.com.ar
In Reply to: Re: [gentoo-laptop] Alps touchpad problem by Andrew Horowitz
1 I have a Sony GRX 560 laptop and My touchpad does not work like it used
2 to now I cannot click on the path itself I have to use the buttons .. I
3 have to use this kind of settings ?? on my xorg so it will work ??? do I
4 have to install some kinf of module in the kernel or some apps ?
5
6 thanks a lot !
7
8
9 Andrew Horowitz wrote:
10
11 >looks like you used what is in INSTALL but for alps you want what is
12 >in README.alps
13 >from the README.alps
14 >
15 >Section "InputDevice"
16 > Driver "synaptics"
17 > Identifier "Mouse[1]"
18 > Option "Device" "/dev/psaux"
19 > Option "Protocol" "auto-dev"
20 > Option "LeftEdge" "120"
21 > Option "RightEdge" "830"
22 > Option "TopEdge" "120"
23 > Option "BottomEdge" "650"
24 > Option "FingerLow" "14"
25 > Option "FingerHigh" "15"
26 > Option "MaxTapTime" "180"
27 > Option "MaxTapMove" "110"
28 > Option "EmulateMidButtonTime" "75"
29 > Option "VertScrollDelta" "20"
30 > Option "HorizScrollDelta" "20"
31 > Option "MinSpeed" "0.2"
32 > Option "MaxSpeed" "0.5"
33 > Option "AccelFactor" "0.01"
34 > Option "EdgeMotionMinSpeed" "15"
35 > Option "EdgeMotionMaxSpeed" "15"
36 > Option "UpDownScrolling" "1"
37 > Option "CircularScrolling" "1"
38 > Option "CircScrollDelta" "0.1"
39 > Option "CircScrollTrigger" "2"
40 >EndSection
41 >
42 >
43 >form my xorg.config
44 >but i think the latest version of the driver i have is 0.13.3
45 >but they seam to work well for me
46 >
47 >Section "InputDevice"
48 >
49 ># Identifier and driver
50 >
51 >
52 >Driver "synaptics"
53 > Identifier "Mouse1"
54 > Option "Device" "/dev/input/event1"
55 > Option "Protocol" "event"
56 > Option "LeftEdge" "60"
57 > Option "RightEdge" "830"
58 > Option "TopEdge" "70"
59 > Option "BottomEdge" "650"
60 > Option "FingerLow" "25"
61 > Option "FingerHigh" "30"
62 > Option "MaxTapTime" "180"
63 > Option "MaxTapMove" "110"
64 > Option "EmulateMidButtonTime" "75"
65 > Option "VertScrollDelta" "50"
66 > Option "HorizScrollDelta" "50"
67 > Option "MinSpeed" "0.2"
68 > Option "MaxSpeed" "0.5"
69 > Option "AccelFactor" "0.01"
70 > Option "EdgeMotionSpeed" "40"
71 > Option "UpDownScrolling" "1"
72 > Option "TouchpadOff" "0"
73 > Option "SHMconfig" "1"
74 >
75 >
76 >
77 >
78 >On Thu, 14 Oct 2004 23:37:14 -0300, Renan Mathias Fernandes
79 ><renanfernandes@×××××.com> wrote:
80 >
81 >
82 >>Hi all
83 >>
84 >>After a lot of research and questions I found how to make my alps
85 >>touchpad work under kernel 2.6
86 >>Now the problem is the slow
87 >>
88 >>Its is working good, but very slow. someone has any idea on how to
89 >>increase this speed ?
90 >>
91 >>My xorg.conf:
92 >>Quote:
93 >>
94 >>Section "InputDevice"
95 >>Identifier "Mouse0"
96 >>Driver "synaptics"
97 >>Option "Protocol" "auto-dev"
98 >>Option "Device" "/dev/input/mouse0"
99 >>Option "LeftEdge" "1700"
100 >>Option "RightEdge" "5300"
101 >>Option "TopEdge" "1700"
102 >>Option "BottomEdge" "4200"
103 >>Option "FingerLow" "10"
104 >>Option "FingerHigh" "30"
105 >>Option "MaxTapTime" "180"
106 >>Option "MaxTapMove" "220"
107 >>Option "MaxSpeed" "0.12"
108 >>Option "AccelFactor" "0.0010"
109 >>Option "VertScrollDelta" "255"
110 >>Option "HorizScrollDelta" "0"
111 >>Option "RTCornerButton" "0"
112 >>Option "RBCornerButton" "0"
113 >>Option "LTCornerButton" "0"
114 >>Option "LBCornerButton" "0"
115 >>Option "SHMConfig" "on"
116 >>Option "ZAxisMapping" "4 5"
117 >>Option "Emulate3Buttons" "yes"
118 >>EndSection
119 >>
120 >>Thanks
121 >>
122 >>Renan
123 >>
124 >>--
125 >>gentoo-laptop@g.o mailing list
126 >>
127 >>
128 >>
129 >>
130 >
131 >--
132 >gentoo-laptop@g.o mailing list
133 >
134 >
135 >
136 >
137 >
138
139
140 --
141 gentoo-laptop@g.o mailing list

Replies

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