首先查看连接的设备:
xinput list
如果像下图这样,鼠标类设备里面没有,只有键盘设备里面有你的数位板,那你就拿着笔到数位板上面比划比划,然后点一点笔上的按键,这样就能识别笔和按住按钮时候橡皮了。
比划一下,按了按键以后:
校正笔的映射:
xinput set-prop 19 --type=float "Coordinate Transformation Matrix" 1 0 0 0 1 0 0 0 119
xinput set-prop 19 --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
校正橡皮的映射:
xinput set-prop 20 --type=float "Coordinate Transformation Matrix" 1 0 0 0 1 0 0 0 119
xinput set-prop 20 --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
搞定!