Find the answer to your Linux question:
Results 1 to 7 of 7
it gets annoying when you got a touchpad where your thumb always touches it and you just start typing somewhere else it sucks i seen some tutorials out there to ...
  1. #1
    Linux Newbie
    Join Date
    May 2009
    Location
    Kitchener, Ontario, Canada
    Posts
    187

    How to disable touchpad on laptop

    it gets annoying when you got a touchpad where your thumb always touches it and you just start typing somewhere else it sucks i seen some tutorials out there to disable it but they are not clear as to what i have to do would anyone would be kind enough to help me out.

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Open your Synaptic Package Manager and do a search for touchpad. It should list several configuration tools. The one that looks most useful to you might be touchfreeze.

  3. #3
    Linux Newbie
    Join Date
    May 2009
    Location
    Kitchener, Ontario, Canada
    Posts
    187
    i installed it run it does nothing for me

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Looking at the QSynaptics page (predicessor to TouchFreeze), I see this line:
    ksynaptics does not show any effect on the touch pad at all!
    Most probably you need to add the
    Option "ShmConfig" "true"
    to the touch pad section of your /etc/X11/xorg.conf ( /etc/X11/XFree86-4.conf ).
    Otherwise check in /var/log whether the synaptics driver module is used (You might need the 'evdev' driver module loaded).
    It also requires /usr/bin/synclient which is included in the package xserver-xorg-input-synaptics; if you can use your touchpad, it's likely already installed.

    I also found this interesting line:
    TouchFreeze 0.2.3
    Version 0.2.3 has a new UI, finally saves settings and offers the possibility to disable the delay feature completely. Also, driver versions should be detected properly now!
    Since what I'm looking at as available in my Synaptics manager is 0.2.2-0ubuntu1, it might be worth downloading and compiling the newer version from source.
    QSynaptics - X11 touch pad driver configuration utility
    Last edited by D-cat; 09-13-2009 at 03:03 PM.

  5. #5
    Just Joined!
    Join Date
    Sep 2009
    Posts
    1
    Try this:
    1. in panel, click on System, then Preferences and then Mouse
    2. In the Mouse Preferences dialog, click on the "Touchpad" tab and then simply click on the checkbox for General - "Enable Touchpad" to enable or disable as needed.

    Take care

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You should be able to do this with the syndaemon application.
    Usage: syndaemon [-i idle-time] [-m poll-delay] [-d] [-t] [-k]
    -i How many seconds to wait after the last key press before enabling the touchpad. (default is 2.0s)
    -m How many milli-seconds to wait until next poll. (default is 200ms)
    -d Start as a daemon, ie in the background.
    -p Create a pid file with the specified name.
    -t Only disable tapping and scrolling, not mouse movements.
    -k Ignore modifier keys when monitoring keyboard activity.
    -K Like -k but also ignore Modifier+Key combos.
    -S Use SHMConfig even if input device properties are available.
    To disable it for 2 seconds, run it as a daemon, only disable tapping and scrolling and ignor modifier keys (like Ctrl and Alt) enter this.
    Code:
    syndaemon -i 2 -d -t -K
    Last edited by waterhead; 09-17-2009 at 11:13 PM.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Linux Newbie
    Join Date
    May 2009
    Location
    Kitchener, Ontario, Canada
    Posts
    187
    Quote Originally Posted by grimsbyguy View Post
    Try this:
    1. in panel, click on System, then Preferences and then Mouse
    2. In the Mouse Preferences dialog, click on the "Touchpad" tab and then simply click on the checkbox for General - "Enable Touchpad" to enable or disable as needed.

    Take care
    yea i figured it out after i posted it i forgot to update tho

Posting Permissions

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