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 to get this working. When I run dpkg-reconfigure tpconfig and set the options = --tapmode=0 and restart my system tapping in still working.

I have also tried running the below script as a replacement to the tpconfig script and get the "Command found and failed" at start up. I do not understand why this script is even needed. Why does dpkg-reconfigure tpconfig not work? If the script is needed what am I doing wrong? I need some help on this. Peter

#!/bin/sh
# touchpad
# description: Startup script to disable touchpad tapping
# For Synaptics or ALPS touchpads.
#
# $Log$
#
# $Id$
#
#


if [ -f /usr/bin/tpconfig ]; then
 /usr/bin/tpconfig --tapmode=0
 if [ $? ]; then

    echo "Command found and failed"        
 else
   echo "Command found and worked"
 fi
else
 echo "Command not found"
fi
echo ""
exit 0


Peter


Confidentiality / Privilege Notice: This transmission, including attachments, is intended solely for the use of the designated recipients(s). This transmission may contain information that is confidential and/or privileged or otherwise protected from disclosure. The use or disclosure of the information contained in this transmission for any purpose other than that intended by its transmittal is strictly prohibited. If you are not an intended recipient of this transmission, please immediately destroy all copies received and notify the sender.

Reply via email to