[vox-tech] Pointer Trouble with Touchpad

David Margolis vox-tech@lists.lugod.org
Fri, 28 Jun 2002 11:07:49 -0700 (PDT)


tpconfig is awesome if you have a symantics touchpad.  i couldn't live
without that utility.  touch-to-click on by default is the dumbest idea
ever.  it may or may not resolve your sensitivity issue (i would guess
that it will), but you will definalty benefit from having it on there, as
there are a lot of neat tweaks you can perform with it (though i only use
it to turn off tapping).  i don't use gpm,
but if you, load tpconfig first (ideally in an init script).

i have the following in /etc/rc.d/rc.local (on a slackware machine - i
don't know where exactly it will go on your box).

/usr/local/tpconfig --tapmode=0

Dave

On Fri, 28 Jun 2002, Rusty Minden wrote:

> I thought I had this set up just right, but I have some wierd pointer action
> going on with my laptops touch pad.  The pointer works fine then it will jump
> to the bottom of the screen and the touchpad is also a little too sensitive.
> I am going to try out tpconfig for that.
>
> My Settings for XF86Config are=
>
> Section "InputDevice"
> 	Identifier		"Mouse0"
> 	Driver		"mouse"
> 	Option		"Protocol" "IMouseManPlusPS/2"
> 	Option		"Devuse" "/dev/psaux"         #I was not able to use /dev/mouse
> 	Option		"Emulate3Buttons"	"on"
> 	Option		"Emulate3Timeout"	"150"
> 	Option		"ZAxisMapping"		"4 5" #I am not sure if I should use this
> EndSection
>
> My Settings for gpm (it works fine) are=
>
> devuice=/dev/psaux
> responsiveness=15
> repeat_type=ms3
> type=PS/2
> append=""
> sample_rate=50
>
> Rusty
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>