Answers for "xinput for touch screen in ubuntu"

3

linux xinput touchscreen

# Discover the output screen device
xrandr

# Discover the touchscreen input device id
xinput

# Map pointer device to screen
xinput map-to-output <device id> <output>
  
# Real command example
xinput map-to-output 15 eDP-1
Posted by: Guest on April-27-2021

Code answers related to "xinput for touch screen in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language