You could try a live boot of 16.10 (daily build of the development version) for comparison.
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.
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
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.
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
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
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.confCode:sudo mkdir /etc/X11/xorg.conf.d
3. Now go to the new directory and Edit the file to add two lines in the first "Input Class" sectionCode:sudo cp 50-synaptics.conf /etc/X11/xorg.conf
under the line saying "MatchDevicePath "/dev/input/event" in the first "InputClass" section, insert these two lines:Code:cd /etc/X11/xorg.conf.d sudo nano 50-synaptics.conf
4. Save and Exit editorCode:# Enable ClickPad to fix drag/drop on some laptop models Option "ClickPad" "1"
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.
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.
I had same problem.
This solution worked
https://askubuntu.com/questions/7637...04-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
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.
Bookmarks