Results 1 to 10 of 36

Thread: Ubuntu 11.04 with Gnome on Dell 6510: cannot disable touchpad

Hybrid View

  1. #1
    Join Date
    May 2011
    Location
    USA
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Ubuntu 11.04 with Gnome on Dell E6510: cannot disable touchpad

    I cannot disable touchpad. If I go to mouse preferences, there is no Touchpad tab.

    I used this package but it does not install at all.

    sudo add-apt-repository ppa:atareao/atareao
    sudo apt-get install touchpad-indicator

    Do you have any other suggestions, please?

    TIA!!
    Last edited by vincegata; May 14th, 2011 at 12:25 AM.

  2. #2
    Join Date
    May 2011
    Location
    USA
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu 11.04 with Gnome on Dell E6510: cannot disable touchpad

    This command:

    sudo synclient TouchpadOff=1

    gives me:

    Couldn't find synaptics properties. No synaptics driver loaded?


    Any other suggestions, please?

  3. #3
    Join Date
    May 2010
    Location
    Kenya
    Beans
    22
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ubuntu 11.04 with Gnome on Dell E6510: cannot disable touchpad

    I also have the same problem!

  4. #4
    Join Date
    May 2007
    Location
    Belgrade, Serbia
    Beans
    10
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ubuntu 11.04 with Gnome on Dell 6510: cannot disable touchpad

    I own a DELL INSPIRON N5110. It uses Alps touchpad, and that's a problem because it's recognized as a mouse. So touchpad cannot be disabled and/or configured as a touchpad.

    I'm not sure how to solve this issue, but it might be the real issue for you two as well.

    If you do `xinput list` and see:

    Code:
    ....
    ⎜   ↳ ImPS/2 ALPS GlidePoint                  	id=19	[slave  pointer  (2)]
    ....
    it means you have the crappy ALPS touchpad.

  5. #5
    Join Date
    Jan 2011
    Beans
    2

    Re: Ubuntu 11.04 with Gnome on Dell 6510: cannot disable touchpad

    This is the script I use on my N5110 on every startup (in order to set correct touchpad state) and assigned it for touchpad enable/disable keyboard shortcut. Customize it for your needs as I did
    Attached Files Attached Files
    Last edited by d.burba; May 31st, 2011 at 01:41 PM.

  6. #6
    Join Date
    May 2011
    Location
    USA
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu 11.04 with Gnome on Dell 6510: cannot disable touchpad

    @d.burba, the script does not work on my Dell E6510

    Is there anything else, please?
    I tried Unity. I tried GNOME 3. I did not like neither of them. Now running Ubuntu 12.04 in Fallback mode.

  7. #7
    Join Date
    Oct 2009
    Beans
    2

    Re: Ubuntu 11.04 with Gnome on Dell 6510: cannot disable touchpad

    I too have the Alps touchpad (Dell Inspiron 15R) and this did not work for me so I made 2 very simple scripts as follows:
    I used xprint list to identify the Alps id (14 in my case).

    to enable it:
    Code:
    #!/bin/bash
    xinput --set-prop 14 'Device Enabled' 1
    and to disable it:
    Code:
    #!/bin/bash
    xinput --set-prop 14 'Device Enabled' 0
    Bear in mind that I am quite ignorant of these matters. I don't know why, in d.burba's script, there is an '8' between the 'Device Enabled' and the 1/0. It does not seem to be in the man pages for xinput.

  8. #8
    Join Date
    Feb 2009
    Location
    Argentina
    Beans
    54
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu 11.04 with Gnome on Dell E6510: cannot disable touchpad

    Quote Originally Posted by vincegata View Post
    I cannot disable touchpad. If I go to mouse preferences, there is no Touchpad tab.

    I used this package but it does not install at all.

    sudo add-apt-repository ppa:atareao/atareao
    sudo apt-get install touchpad-indicator

    Do you have any other suggestions, please?

    TIA!!
    I've the same issue in my Lenovo Laptop.
    moonport

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
  •