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.."
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 s
2 matches
Mail list logo