Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Edit file: /usr/share/X11/xorg.conf.d/40-libinput.conf
- Look for:
- Section "InputClass"
- Identifier "libinput touchscreen catchall"
- MatchIsTouchscreen "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
- EndSection
- Change to this and reboot:
- Section "InputClass"
- Identifier "libinput touchscreen catchall"
- MatchIsTouchscreen "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
- Option "Ignore" "on" # Disable touch screen
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment