I'm trying to follow the solution in this thread to disable extra touchpad device so that syndaemon will work to disable the touchpad while typing so I won't keep having a jumping cursor (very hard to type right now)!
Having trouble following the instructions, not familiar with Ubuntu that much. I enter the following:
sudo gedit /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
That opens the text file. I then paste the following:
# Disable generic Synaptics device, as we're using
# "DLL0704:01 06CB:76AE Touchpad"
# Having multiple touchpad devices running confuses syndaemon
Section "InputClass"
Identifier "SynPS/2 Synaptics TouchPad"
MatchProduct "SynPS/2 Synaptics TouchPad"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "on"
EndSection
Then click save and get the following errors:
** (gedit:6473): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-spell-language not supported
** (gedit:6473): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-encoding not supported
** (gedit:6473): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported
So not able to fully complete this solution. Let me know if you can help so I can perhaps make this new Dell Inspiron 15 7579 usable (trying both 17.04 on thumb drive and 16.04 LTS on external hard drive).