How to disable the Asus S550C touch screen in ubuntu
I accidentally made a crack on the Asus S550C touch screen, which caused the screen to automatically click, seriously affecting the use. In windows, the touch screen can be directly disabled through the FN + F7 shortcut, but after the ubuntu system is changed, the shortcut key is no longer needed. After a while, I finally found a way to disable the touch screen through xinput. The specific steps are as follows:
1. Enter xinput on the terminal. In the list of input devices listed, search for the names Atmel maXTouch Digitizer and id 11 corresponding to the touch screen. (Note: each time the id inserts a new hardware such as a mouse or keyboard, the ID number may change)
2. Set the enabled attribute of the touch screen to 0. Disable the touch screen.
Xinput set-prop 11 "Device Enabled" 0
3. view the touch screen property list
Xinput list-props 12