On Tuesday 24 April 2007 08:50:52 Alexander Skwar wrote:
> Hello.
>
> I'm having a hell of a time configuring my Synaptics Touchpad. Basically,
> I'd like to disable the annoying "tapping" feature; with tapping, they
> mean, that the user shortly "hits" (taps) the touchpad and this is then
> interpreted as a click. This annoys the hell out of me, as I accidently
> tap the touchpad when I type something and as a result, I continue to
> type at the wrong location. Anyway, enough of the whining - I'd like to
> disable tapping...
>
> On various places on the internet, like
> http://linux-on-laptops.com/forum/showthread.php?t=112 or
> http://copland.udel.edu/~doke/dell_d810/, I found, that it should be good
> enough, to add
>
>         Option      "MaxTapTime"        "0"
>
> to the Section "InputDevice" in the xorg.conf file. As you can see in
> my xorg.conf file at <http://askwar.pastebin.ca/453131>, I did that.
> Nonetheless, I'm sadly still able to use that annoying tapping feature :(
From askwar.pastebin.ca/453131:

Section "ServerLayout"
[SNIP]
        InputDevice    "Maus"      "CorePointer"
        #InputDevice    "Synaptics"     "AlwaysCore"
 
#       InputDevice    "Maus"    "AlwaysCore"
#       InputDevice    "Synaptics"     "CorePointer"
[SNIP]
Section "Module"
[SNIP]
#       Load  "synaptics"

Which shows that both the loading of the synaptics driver and the synaptics 
inputdevice under serverlayout are commented. Not sure if this is just a 
mistake in what you pasted or if it's the actual cause...

A MaxTapTime of 0 does work for me. From `man synaptics` :

    TouchpadOff (Integer)
        Switch off the touchpad.  Valid values are:
        [...]
        2   Only tapping and scrolling is switched off

Sounds like that too is what you want.

Also I'm wondering why you would use the synaptics driver at all if you don't 
want any of it's features. At least on my laptop the ordinary mouse driver 
works fine for the touchpad if it wasn't for the fact that I do want those 
features.. ;)

Finally just to be absolutely certain that you're editing the right config 
file..

# grep "Using config" /var/log/Xorg.0.log

-- 
Bo Andresen

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to