Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44

Thread: Can not disable touchpad on 9.10

  1. #1
    Join Date
    Mar 2008
    Beans
    195
    Distro
    Ubuntu

    Can not disable touchpad on 9.10

    Hi

    I have ASUS K50IJ T3000 and Ubuntu 9.10 and i just can not disable touchpad. I installed packages for "TOuchFreeze" and "Touchpad" and still there is no result. Please help it's really annoying!

  2. #2
    Join Date
    Aug 2006
    Location
    St. Louis, MO, USA
    Beans
    Hidden!

    Re: Can not disable touchpad on 9.10

    System > Preferences > Mouse. "Touchpad" tab. Uncheck enable touchpad.

  3. #3
    Join Date
    Mar 2008
    Beans
    195
    Distro
    Ubuntu

    Re: Can not disable touchpad on 9.10

    Quote Originally Posted by Dark_Stang View Post
    System > Preferences > Mouse. "Touchpad" tab. Uncheck enable touchpad.
    Thx for reply but here i don't have this option - already checked. Any other solution?

  4. #4
    Join Date
    Oct 2004
    Location
    Montreal, Canada
    Beans
    Hidden!

    Re: Can not disable touchpad on 9.10

    Same here. I have a HP Pavilion dv2000 laptop. I tried:

    System > Preferences > Mouse. "Touchpad" tab. Uncheck enable touchpad.

    Does not work for me. Was ok with 9.04.

  5. #5
    Join Date
    Mar 2008
    Beans
    195
    Distro
    Ubuntu

    Re: Can not disable touchpad on 9.10

    Didn't try it because i automatically upgraded to 9.10. I have installed gsynaptics, touch frezze, touchpad, and still doesn't work. Any other solution?

  6. #6
    Join Date
    Oct 2008
    Location
    Germany
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Can not disable touchpad on 9.10

    I have the same problem on 9.10. I had previously used synclient touchpadoff=1, but that now has no effect. When I run synclient -l it shows that the value of touchpadoff has changed, but that doesn't turn the touchpad off. There is also no option to turn it completely off in the mouse settings or gconf.

  7. #7
    Join Date
    Feb 2008
    Location
    Slough - UK
    Beans
    261
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can not disable touchpad on 9.10

    Quote Originally Posted by Dark_Stang View Post
    System > Preferences > Mouse. "Touchpad" tab. Uncheck enable touchpad.
    Oh, if only it were that easy. This option was available in 9.04, but not in 9.10.

    So, do we now have to look for third-party software to achieve what was achievable out-of-the-box in earlier versions of Ubuntu?

  8. #8
    Join Date
    Apr 2009
    Location
    home
    Beans
    88
    Distro
    Kubuntu

    Re: Can not disable touchpad on 9.10

    have you tried
    Code:
    synclient $(synclient -l|awk '$1~/^.*Tap.*/{print $1 "=0"}')
    that will set all 'tap' related configurables to zero..

  9. #9
    Join Date
    Oct 2009
    Beans
    3

    Re: Can not disable touchpad on 9.10

    Quote Originally Posted by djurny View Post
    have you tried
    Code:
    synclient $(synclient -l|awk '$1~/^.*Tap.*/{print $1 "=0"}')
    that will set all 'tap' related configurables to zero..
    That didn't work. It changed the synclient entries but the touchpad ignored them on my Thinkpad T61. I want control over it or I want it disabled.

    Kidnapping the offending driver works. In a shell as superuser I did this:

    $ mv /usr/lib/xorg/modules/input/synaptics_drv.so ~

    Then restart X.
    That move can be reversed to put the synaptics driver back where X expects it.
    Hopefully Ubuntu fixes this properly soon.

  10. #10
    Join Date
    Mar 2008
    Beans
    195
    Distro
    Ubuntu

    Re: Can not disable touchpad on 9.10

    Hi,
    I found a solution in this webpage. For deactivation type in terminal:
    Code:
    sudo modprobe -r psmouse
    For activation type:
    Code:
    sudo modprobe psmouse
    I created two lunchers for touchpad with this commands.

    I hope it will work.

    Bye

Page 1 of 5 123 ... LastLast

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
  •