How to disable touch screen of Dell Inspiron 14 5000 Series in Ubuntu 18.04?

I recently installed Ubuntu 18.04 on my Dell Inspiron 14″ 5000 Series laptop. And wanted to disable touch screen. After some searching over internet, found following solution. Which works.

xinput –list

Above command will list your input devices, something similar to following.

You will see your touch screen input name. Run following command to disable it.

xinput -disable "ELAN Touchscreen"

You May Also Like

1 Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.