• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / Fix: Ubuntu Touchpad Not Working Properly

Fix: Ubuntu Touchpad Not Working Properly

By Sourabh / September 18, 2020 Category: How To, Ubuntu

What do do when Ubuntu touchpad not working properly after login or update. Here is how to solve the issue “mouse not working properly in Ubuntu Linux.

Here’s how to fix Ubuntu touchpad stopped working or Ubuntu mouse not visible on Linux Systems.

Before performing any fixes, first make sure that the Linux Kernel is detecting the touchpad on your system. To find this out, run the following command in terminal:

less /proc/bus/input/devices

On the message displayed on the screen, you can scroll below and see the touchpad in the list. If the touchpad is detected then the problem is software related, not hardware. To fix software issues follow the steps given below:

mouse-ubuntu

Method 1: Terminal Commands

Open the terminal and run the following commands:

sudo apt update
sudo apt install xserver-xorg-input-synaptics

Alternatively, you can also run the following commands:

sudo apt install --reinstall xserver-xorg-input-synaptics
sudo reboot

Method 2: Edit GRUB

The last resort is to modify GRUB settings and fix the issue. To edit GRUB settings run the command:

sudo nano /etc/default/grub

In the open window, find the following line and edit it accordingly as decribed below. Search for “GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”” and edit it. Add the code i8042.reset before quiet splash. So the final line would look like “GRUB_CMDLINE_LINUX_DEFAULT=”i8042.reset quiet splash”

Search for:

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

Edit it as:

GRUB_CMDLINE_LINUX_DEFAULT=”i8042.reset quiet splash”

Save file and exit.

Now update the GRUB via the following command:

sudo update-grub
sudo shutdown -r now

I hope the touchpad work now.

You can also read more about fixing this issue at https://wiki.ubuntu.com/DebuggingTouchpadDetection

Tags: Dell Touchpad Not Working Ubuntu, Mouse Not working Ubuntu, Mouse Not working Ubuntu 14.04, Mouse Not working Ubuntu 14.10, Mouse Not working Ubuntu 15.04, Mouse Not working Ubuntu 15.10, Mouse Not working Ubuntu 16.04, Mouse Not working Ubuntu 16.10, Touchpad Not Working Ubuntu, Touchpad Not Working Ubuntu 14.04, Touchpad Not Working Ubuntu 14.10, Touchpad Not Working Ubuntu 15.04, Touchpad Not Working Ubuntu 15.10, Touchpad Not Working Ubuntu 16.04, Touchpad Not Working Ubuntu 16.10, Ubuntu 14.04 Mouse Not Working, Ubuntu 14.04 Touchpad Not Working, Ubuntu 14.04 USB Mouse Not Working, Ubuntu 14.10 Mouse Not Working, Ubuntu 14.10 Touchpad Not Working, Ubuntu 14.10 USB Mouse Not Working, Ubuntu 15.04 Mouse Not Working, Ubuntu 15.04 Touchpad Not Working, Ubuntu 15.04 USB Mouse Not Working, Ubuntu 15.10 Mouse Not Working, Ubuntu 15.10 Touchpad Not Working, Ubuntu 15.10 USB Mouse Not Working, Ubuntu 16 Touchpad Not Working, Ubuntu 16.04 Mouse Not Working, Ubuntu 16.04 Touchpad Not Working, Ubuntu 16.04 Usb Mouse Not Working, Ubuntu 16.10 Mouse Not Working, Ubuntu 16.10 Touchpad Not Working, Ubuntu 16.10 USB Mouse Not Working, Ubuntu Mouse Click Not Working, Ubuntu Mouse Cursor Not Moving, Ubuntu Mouse Not Visible, Ubuntu Touchpad Not Working, Ubuntu Touchpad Not Working After Login, Ubuntu Touchpad Not Working After Suspend, Ubuntu Touchpad Stopped Working, Ubuntu Usb Mouse Not Working Ubuntu Touchpad Not Working, Ubuntu Usb Mouse Stops Working, USB Mouse Not Working Ubuntu, USB Mouse Not Working Ubuntu 14.04, USB Mouse Not Working Ubuntu 14.10, USB Mouse Not Working Ubuntu 15.04, USB Mouse Not Working Ubuntu 15.10, USB Mouse Not Working Ubuntu 16.04, USB Mouse Not Working Ubuntu 16.10, Virtual Core Xtest Pointer

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap