Results 1 to 5 of 5

Thread: Any way to disable touchpad on Dell Inspirin 17R?

  1. #1
    Join Date
    Apr 2009
    Beans
    300
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Any way to disable touchpad on Dell Inspirin 17R?

    I loaded 11.10 on my Dell Inspiron 17R and I've been very satisfied so far except for one MAJOR annoyance. The touchpad is enabled while I'm typing and I can't disable it. Here's what I've tried so far:

    • Bios -- no option to disable pointing devices.
    • Hotkey FN-F3 -- Doesn't work in Ubuntu (works fine in Windows).
    • System Settings > Mouse and Touchpad -- no option to disable touchpad while typing.
    • syndaemon -- has no effect.
    • synclient -- has no effect.

    This is driving me crazy, Is there anything else I can try?

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: Any way to disable touchpad on Dell Inspirin 17R?

    Try this.

  3. #3
    Join Date
    Apr 2009
    Beans
    300
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Any way to disable touchpad on Dell Inspirin 17R?

    Quote Originally Posted by TeoBigusGeekus View Post
    Try this.
    It works!!! Thank you so much.

  4. #4
    Join Date
    Feb 2008
    Beans
    5,636

    Re: Any way to disable touchpad on Dell Inspirin 17R?

    You're welcome.

  5. #5
    Join Date
    Sep 2008
    Location
    London, UK
    Beans
    230

    Re: Any way to disable touchpad on Dell Inspirin 17R?

    Quote Originally Posted by TeoBigusGeekus View Post
    Try this.
    Amazing. It works for my netbook Samsung N210 with Xubuntu 12.04:

    You have to create the file "blacklist-touchpad.conf" with root privileges in "/etc/modprobe.d/" and add to it this single line: "blacklist psmouse". If you need to enable it again, just comment the line like this: "#blacklist psmouse".

    Step by step for beginners:

    1. Go to your terminal and open Leafpad with as super user:

    Code:
    sudo leafpad
    2. Write in the new page the following line:

    Code:
    blacklist	psmouse
    3. Go to "save as" and save the new file into the following directory: /etc/modprobe.d/ and name it like this: blacklist-touchpad.conf

    4. After saving it, reboot your machine and the touchpad will be deactivated.

    If you need to activate it again:

    1. Open the file as super user:

    Code:
    sudo leafpad /etc/modprobe.d/blacklist-touchpad.conf
    2. Comment the line by adding a "#" simbol to it. The line should now look like this:

    Code:
    #blacklist	psmouse
    3. Save changes and reboot.
    Last edited by donmatas; February 3rd, 2013 at 02:51 PM.

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
  •