Gentoo Archives: gentoo-laptop

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

Replies

Subject Author
Re: [gentoo-laptop] Alps touchpad problem Matias Pablo Brutti <matiasbrutti@××××××××××.ar>