linux touch screen calibration
# 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