Estou tentando seguir a solução em este tópico para desativar o dispositivo touchpad extra para que o syndaemon funcione para desativar o touchpad enquanto digita, então não vou continuar a ter um cursor pulando (muito difícil de digitar agora)!
Tendo problemas para seguir as instruções, não está familiarizado com o Ubuntu. Eu entro no seguinte:
sudo gedit /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
Isso abre o arquivo de texto. Em seguida, cole o seguinte:
# 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
Em seguida, clique em save e obtenha os seguintes erros:
** (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
Portanto, não é possível concluir totalmente esta solução. Deixe-me saber se você pode ajudar para que eu possa, talvez, fazer este novo Dell Inspiron 15 7579 utilizável (tentando tanto 17.04 na pen drive e 16.04 LTS no disco rígido externo).