Results 1 to 7 of 7

Thread: Disable Touchpad on Lenovo Thinkpad T500

  1. #1
    Join Date
    Apr 2014
    Beans
    28

    Disable Touchpad on Lenovo Thinkpad T500

    Hi all,

    I am new to Ubuntu and just recently installed 12.04.4L on a Lenovo Thinkpad T500. So far I´m pretty happy with it, but there is one thing that I haven been able to figure out. The laptop has both a touchpad and a pointing stick (the little eraser thing between the ´g´ and ´h´ keys. I use only the pointing stick and never the touchpad. The problem is that often when I´m using the pointing stick the bottom of my hands make contact with the touchpad which messes up my navigation and drives me crazy. So, I´d like to disable only the touchpad, but not the pointing stick. Under the ´System Settings´ menu there is a ´Mouse and Touchpad´ screen which has a ´Mouse´ tab and a ´Touchpad´ tab. I´m assuming that the ´Mouse' tab controls the pointing stick (I never use an external mouse) and the ´Touchpad´ tab the touchpad. Unfortunately, the options on the ´Touchpad´ tab don´t seem to include an entry for completely disabling the touchpad. There is a ´Disable touchpad while typing' option, which I´ve selected, but it doesn´t really seem to have any affect. So is there any way to disable the touchpad entirely?

    Thanks.

  2. #2
    Join Date
    May 2009
    Location
    Oregon, USA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Disable Touchpad on Lenovo Thinkpad T500

    Here is a link that will help: https://help.ubuntu.com/community/SynapticsTouchpad
    I am unsure what effect this will have on the red pointing stick so you should be prepared to do some experimenting.
    Here is another solution that may be less invasive to your system: http://www.maketecheasier.com/disabl...ing-in-ubuntu/
    Be sure to post back what works best for you.
    Also, welcome to the forums!
    Last edited by gifford; April 13th, 2014 at 06:57 PM.

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Disable Touchpad on Lenovo Thinkpad T500

    I think synclient is the way to go.

    You need to use command
    Code:
    synclient TouchpadOff=1
    as Enables is 1 and Disables is 0 for TouchpadOff. This may seem the opposite of what is needed but don't forget the command is a negative, ie TouchpadOff.

    If you should need to turn the pad back on again it's simply
    Code:
    synclient TouchpadOff=0
    .

    You could easily make these commands either into shell scripts, make them executable, and run them by double clicking, or you can add aliases in your hidden .bashrc file by adding the lines
    Code:
    alias tpon='synclient TouchpadOff=0'
    alias tpoff='synclient TouchpadOff=1'
    then you can turn it on and off by using tpon or tpoff in terminal.
    Last edited by ajgreeny; April 13th, 2014 at 08:25 PM.

  4. #4
    Join Date
    Apr 2014
    Beans
    28

    Re: Disable Touchpad on Lenovo Thinkpad T500

    Thank gifford and ajgreeny. Both of your contributions were very useful. However, it occurred to me right after I posted, that there was probably a way to just disable it in the BIOS and that that would be a lot easier than modifying startup scripts and whatnot. Sure enough there was and so I just did that.

    Thanks again!

  5. #5
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Disable Touchpad on Lenovo Thinkpad T500

    just go to System Settings > touchpad and mouse to turn it off.

  6. #6
    Join Date
    May 2009
    Location
    Oregon, USA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Disable Touchpad on Lenovo Thinkpad T500

    Monkeybrain20122...the OP had already done that.

  7. #7
    Join Date
    Dec 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Disable Touchpad on Lenovo Thinkpad T500

    Quote Originally Posted by ts1971 View Post
    Hi all,

    I am new to Ubuntu and just recently installed 12.04.4L on a Lenovo Thinkpad T500. So far I´m pretty happy with it, but there is one thing that I haven been able to figure out. The laptop has both a touchpad and a pointing stick (the little eraser thing between the ´g´ and ´h´ keys. I use only the pointing stick and never the touchpad. The problem is that often when I´m using the pointing stick the bottom of my hands make contact with the touchpad which messes up my navigation and drives me crazy. So, I´d like to disable only the touchpad, but not the pointing stick. Under the ´System Settings´ menu there is a ´Mouse and Touchpad´ screen which has a ´Mouse´ tab and a ´Touchpad´ tab. I´m assuming that the ´Mouse' tab controls the pointing stick (I never use an external mouse) and the ´Touchpad´ tab the touchpad. Unfortunately, the options on the ´Touchpad´ tab don´t seem to include an entry for completely disabling the touchpad. There is a ´Disable touchpad while typing' option, which I´ve selected, but it doesn´t really seem to have any affect. So is there any way to disable the touchpad entirely?

    Thanks.
    I also run ThinkPads. Though you appear to have found a solution, the new 14.04 LTS release, which I'm currently using, is available in a few days (17th). There is an option in that new release to turn off the touchpad. The TrackPoint continues to work, as does an external mouse, if you wish to use one.
    Last edited by OrangeCrate; April 14th, 2014 at 09:54 AM.

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
  •