Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Precision and XPS Ubuntu Touchpad Fix: Solutions for Touchpad and Mouse Issues on Ubuntu

Summary: Explore effective solutions for Ubuntu touchpad and mouse issues on Dell Precision and XPS computers. Follow step-by-step instructions to enhance your touchpad experience running Ubuntu. Resolve cursor problems with this comprehensive guide. ...

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

The following fix is a best practice for troubleshooting the touchpad or mouse configuration in Ubuntu. This is a modification to your Ubuntu Operating System (OS) that has had great success in resolving issues such as erratic or a jumping cursor. This should improve your overall experience of the feel of the touchpad or mouse.

Cause

No cause information is available.

Resolution

To resolve touchpad or mouse issues, follow these steps:

  1. Start by verifying that the computer is fully updated:
    1. Open a Terminal window (Press the CTRL + ALT + T keys together).
    2. Run the following commands followed by pressing the Enter key after each one:
      sudo apt-get update
      sudo apt-get upgrade -y
      NOTE: Sudo is a command in Ubuntu that gives administrator rights to the command that follows it. You must have administrator-level access to the computer for these commands to work. If you intend to make several Terminal commands, you may want to use the sudo su command to give the whole terminal session administrator level rights.
  2. Reboot the computer for the changes to take effect.
  3. Enable the HWE kernel:
    1. Open a Terminal window.
    2. Run the following command followed by pressing the Enter key:
      sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
    NOTE: For more info on what this kernel does, you can go to the following article: https://wiki.ubuntu.com/Kernel/LTSEnablementStack This hyperlink is taking you to a website outside of Dell Technologies.
  4. Reboot the computer for the changes to take effect.
  5. Verify if your computer has the dual mouse drivers (Not all models have this issue. If your computer does not have the double mouse driver, go to the next step):
    1. Open a Terminal window.
    2. Run the following command, then press the Enter key to verify if Ubuntu detects two touchpads (Figure 1):
      xinput list
      Ubuntu Terminal Window xinput list
      Figure 1
       
      NOTE: Your Id number is different as each computer pulls and assigns the ids differently.
    3. Edit the 51-synaptics-quirks.conf file by running the following command and pressing Enter (Figure 2):
      sudo gedit /usr/share/x11/xorg.conf.d/*synaptics-quirks.conf

      Add the following text to the bottom of the file:
      • # 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

      Ubuntu Mouse .conf File Screenshot
      Figure 2

      Once completed, click the Save Button on the upper right and then Exit out the window and Reboot your computer.
    4. Open a Terminal window.
    5. Verify that the second mouse is disabled using the following command followed by pressing the Enter key (Figure 3):
      xinput -list
      Ubuntu Terminal Window Xinput List
      Figure 3

      The Synaptics touchpad should not appear, if you still have the extra touchpad, retry the last series of steps before proceeding.
  6. Install the new libinput driver:
    1. Open a Terminal window.
    2. Run the following command followed by pressing the Enter key:
      sudo apt-get install xserver-xorg-input-libinput-hwe-16.04 libinput-tools xorg-input-abi-24
    3. Reboot your computer.
  7. Block the Synaptics driver:
    1. Edit the synatptics.conf file to block the old driver. Depending on your model, the number at the front may be different.
    2. Open a Terminal window.
    3. Run the following command followed by pressing the Enter key:
      sudo gedit /usr/share/X11/xorg.conf.d/*synaptics.conf
    4. Comment out the Touchpad catchall section, by adding the pound sign (#) at the beginning of every line in the section (Figure 4).
      Ubuntu Synaptics.conf File Screenshot
      Figure 4
    5. Once completed, click the Save Button on the upper right corner and Exit out of the window.
  8. Add in options to the libinput configuration file:
    1. The last step is to add in the extra options to the libinput configuration file. This enables some extra features and improves the overall feel of the touchpad.
    2. Open a Terminal window.
    3. Run the following command to edit the file followed by pressing the Enter key (Figure 5):
      sudo gedit /usr/share/X11/xorg.conf.d/*libinput.conf
    4. Now find the section that has the wording - Identifier libinput touchpad catchall and type in the following changes between the lines MatchDevicePath /dev/input/event* and Driver libinput:
      • Option Tapping True
        Option TappingDrag True
        Option DisableWhileTyping True
        Option AccelProfile adaptive
        Option AccelSpeed 0.4
        Option SendEventsMode disabled-on-external-mouse

      Ubuntu libinput.conf File Screenshot
      Figure 5

      Once completed, click the Save Button on the upper right and then Exit out the window.
  9. Reboot the computer and test that the issues have been resolved.

Back to Top

Additional Information

Useful Linux Terminal Commands to Know

  • xinput -list-devices - This gives you the hardware id of the touchpad. Each computer displays a different number. For example, my computer is ID 11 but yours might be different.
  • xinput list-props 11 - Shows you all the options that are enabled and disabled. This will also verify that libinput is working. The 11 at the end is the hardware ID that was obtained from the previous command.
  • sudo libinput-list-devices - This shows you all the devices recognized by libinput and show you the state of the options.

For all the libinput options, go to https://www.mankier.com/4/libinput This hyperlink is taking you to a website outside of Dell Technologies.

Here are the following options that are most common (These options are added to /usr/share/X11/xorg.conf.d/*libinput.conf):

  • Option "SendEventsMode" "disabled-on-external-mouse" - When a USB mouse is detected it disables the touchpad.
  • Option "Tapping" "True" - This allows you to use your finger and tap the mouse to click. If you leave this option out it causes you to have to physically click the touchpad to activate a mouse click or use the lower buttons. Once enabled, it allows two fingers tap to activate a right click.
  • Option "DisableWhileTyping" "True" - Enabled by default but if you like here is the setting.
  • Option "AccelProfile" "adaptive" - Enables the mouse acceleration profile. This helps make the speed of your mouse finger to be a bit more natural and less sluggish feeling. Adaptive is recommended as it changes vs your input. You may also try the "flat" option.
  • Option "AccelSpeed" "0.3" - Changes the acceleration speed of the pointer. Use values -1 to 1. The higher the number the faster the pointer goes. Most people like 0.2 for a slower response and 0.5 for a faster response.
  • Option "TappingDrag" "True" - When enabled, a tap followed by a finger held down causes a single button down only, all motions of that finger thus translate into dragging motion.
  • Option "HorizontalScrolling" "True" - If you want to be able to scroll side to side. Personally I do not like this one. If you have a touch screen, you can use the option on the touch screen. It feels more natural on the touch screen vs the touchpad.
  • Option "ScrollMethod" "edge" - By default the touchpad scrolls using two fingers. If you like the older mouse style that had the scroll area to the right of the touchpad you may use this option to enable it.

Back to Top

Article Properties


Affected Product

XPS, Mobile Workstations

Last Published Date

13 Feb 2024

Version

7

Article Type

Solution