Results 1 to 2 of 2

Thread: tapping disabled

  1. #1
    Join Date
    Jul 2006
    Location
    Upstate
    Beans
    87
    Distro
    Ubuntu

    tapping disabled

    I have a Toshiba A215-S5837 notebook running ubuntu 8.04.1, I was able to disable touchpad tapping by making the following change to /etc/X11/xorg.conf:

    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    ...
    Option "MaxTapTime" "0"
    ...
    EndSection

  2. #2
    Join Date
    Mar 2006
    Location
    United Kingdom
    Beans
    1,183
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: tapping disabled

    Thanks for that. Many will find it useful. You can also install a GUI to adjust tapping called GSynaptics.

    Bob

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •