Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Ubuntu 16.04 touchpad not working

  1. #11
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,648
    Distro
    Xubuntu

    Re: Ubuntu 16.04 touchpad not working

    You could try a live boot of 16.10 (daily build of the development version) for comparison.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  2. #12
    Join Date
    Nov 2016
    Beans
    3

    Re: Ubuntu 16.04 touchpad not working

    Hi there,
    I'm also having this issue with a brand new kubuntu 16.04. The touchpad of my Asus k501UW is working just as a regular mouse but no multitouch. I tried to ```apt-get install xserver-xorg-input-synaptics``` and it told me that it was already installed. accessing system settings -> input devices -> touchpad and I get a message saying "Synaptics backend not found"
    any suggestions?
    Thanks in advance

  3. #13
    Join Date
    Nov 2016
    Beans
    3

    Re: Ubuntu 16.04 touchpad not working

    Hi there,
    I'm also having this issue with a brand new kubuntu 16.04. The touchpad of my Asus k501UW is working just as a regular mouse but no multitouch. I tried to ```apt-get install xserver-xorg-input-synaptics``` and it told me that it was already installed. accessing system settings -> input devices -> touchpad and I get a message saying "Synaptics backend not found"
    any suggestions?
    Thanks in advance
    Last edited by serguitus; November 3rd, 2016 at 06:01 PM.

  4. #14
    Join Date
    Nov 2016
    Beans
    3

    Re: Ubuntu 16.04 touchpad not working

    I think this is the actual "state of the art" with this on Asus laptops and it should be referenced for others to follow
    https://bugzilla.kernel.org/show_bug.cgi?id=120181

  5. #15
    Join Date
    Jul 2012
    Beans
    15

    Re: Ubuntu 16.04 touchpad not working

    Here is something that fixed touchpad issues for me on some HP Stream laptops with Lubuntu 14, 15, and 16 versions.
    1. create a new directory in /etc/X11/ called xorg.conf.d
    Code:
      sudo mkdir /etc/X11/xorg.conf.d
    2. Copy the Synatptics config file from /usr/share/X11/xorg.conf.d to the new directory -file will probably start with 20- or 50 -synaptics.conf
    Code:
       sudo cp 50-synaptics.conf /etc/X11/xorg.conf
    3. Now go to the new directory and Edit the file to add two lines in the first "Input Class" section
    Code:
       cd /etc/X11/xorg.conf.d
                 sudo nano 50-synaptics.conf
    under the line saying "MatchDevicePath "/dev/input/event" in the first "InputClass" section, insert these two lines:
    Code:
        # Enable ClickPad to fix drag/drop on some laptop models
         Option    "ClickPad"   "1"
    4. Save and Exit editor
    Ctrl+O Enter to confirm Ctrl+X
    5. Reboot

    Now your Touchpad should support dragging and dropping
    Last edited by Leon A; December 5th, 2016 at 09:36 PM.

  6. #16
    Join Date
    Jul 2017
    Beans
    1

    Re: Ubuntu 16.04 touchpad not working

    Hello,

    I think it's possible to be a simple configuration problem. I had same problem with touchpad scroll on ubuntu 16.04 and Acer Aspire 5750 and I solved problem with "System Settings" -> "Mouse & Touchpad" and unchecked "Two finger scroll". Hope to helped.

  7. #17
    Join Date
    Mar 2018
    Beans
    1

    Re: Ubuntu 16.04 touchpad not working

    I had same problem.
    This solution worked

    https://askubuntu.com/questions/7637...04-not-working

  8. #18
    Join Date
    Jan 2019
    Beans
    1

    Re: Ubuntu 16.04 touchpad not working

    This worked for me on my alienware15

    sudo su
    echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
    depmod -a
    update-initramfs -u

  9. #19
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu 16.04 touchpad not working

    Back to sleep, ancient thread.
    Ubuntu 22.04 Desktop Guide - Ubuntu 24.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Page 2 of 2 FirstFirst 12

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
  •