I need help with my touch pad.

2004-08-26 Thread Peter_TenEyck
Greetings, I have just installed Sarge on my Toshiba notebook A15-S157. I believe this notebook has a ALPS Glidepad. I would like to disable touch pad clicking. From what I can tell, this can do this by using tpconfig. I have installed this package tpconfig (3.1.3-5) from debian. I can not seem

Re: I need help with my touch pad.

2004-08-26 Thread Thomas Adam
On Thu, Aug 26, 2004 at 03:30:22PM -0400, [EMAIL PROTECTED] wrote: if [ -f /usr/bin/tpconfig ]; then /usr/bin/tpconfig --tapmode=0 if [ $? ]; then ^^^ That doesn't do what you think it does. In Bash, the [ $? ] bit says if the variable requested is not empty, then...