[ltp] Re: Linux-Thinkpad digest, Vol 1 #186 - 20 msgs

Peter Johanson linux-thinkpad@linux-thinkpad.org
Tue, 5 Aug 2003 10:17:31 -0400


--k+w/mQv8wyuph6w0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 05, 2003 at 09:58:34AM -0400, Patrick Lam wrote:
> The other thing I've been trying to do is to get my Synaptics pad working
> with the evdev interface under 2.6.  Actually, I can't get any pointing
> device to work.  I'll try adding the evdev patches to my X server.

The latest test2-mm4 includes some synaptics patches to get both the
toucpad and the nipple (clit, stick, whatever) working simultaneously.
They are also available from the links section of hte page below.
You also need to get the X synaptics driver from
http://w1.894.telia.com/~u89404340/touchpad/ which sadly requires a
compiled xfree tree to get compiled... I have the following in my
XF86Config:

<snip>
Section "ServerLayout"
	Identifier     "normal"
	Screen      0  "Screen0" 0 0
	InputDevice    "Touchpad"
	InputDevice    "Nipple"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
</snip>
<snip>
Section "InputDevice"
	Driver        "synaptics"
	Identifier    "Touchpad"
	Option	"Protocol"	"event"
	Option "AlwaysCore"	"true"
	Option        "Device"        "/dev/input/event0"
	Option        "Edges"         "1900 5400 1800 3900"
	Option        "Finger"        "25 30"
    	Option        "MaxTapTime" "180"
	Option        "MaxTapMove" "220"
	Option        "VertScrollDelta" "100"
	Option        "MinSpeed"      "0.02"
	Option        "MaxSpeed"      "0.18"
	Option        "AccelFactor" "0.0010"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier  "Nipple"
	Driver      "mouse"
	Option	    "Protocol" "ImPS/2"
	Option	    "Device" "/dev/input/mouse0"
	Option "AlwaysCore"	"true"
	Option		"CorePointer"
EndSection
</snip>

If your thinkpad does'nt have the nipple  you can just ignore that part
of the config.

hth,

-pete

--=20
Peter Johanson
<latexer@gentoo.org>

Key ID =3D 0x6EFA3917
Key fingerprint =3D A90A 2518 57B1 9D20 9B71  A2FF 8649 439B 6EFA 3917

--k+w/mQv8wyuph6w0
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/L7x7hklDm276ORcRAjzLAKDCZJyBCILk81fyDYg6/Hbq+dZt6wCfUn9o
zac2vuEZ4HAjtPY46Lk0DHk=
=eHvH
-----END PGP SIGNATURE-----

--k+w/mQv8wyuph6w0--