📜  linux触摸屏校准——Shell-Bash代码示例

📅  最后修改于: 2022-03-11 14:51:20.832000             🧑  作者: Mango

代码示例1
# Discover the output screen device
xrandr

# Discover the touchscreen input device id
xinput

# Map pointer device to screen
xinput map-to-output  
  
# Real command example
xinput map-to-output 15 eDP-1