Linux发行版连接数位板手写板以后映射方向不对?

 首先查看连接的设备:

xinput list

 如果像下图这样,鼠标类设备里面没有,只有键盘设备里面有你的数位板,那你就拿着笔到数位板上面比划比划,然后点一点笔上的按键,这样就能识别笔和按住按钮时候橡皮了。

Linux发行版连接数位板手写板以后映射方向不对?_第1张图片

 比划一下,按了按键以后:

Linux发行版连接数位板手写板以后映射方向不对?_第2张图片

校正笔的映射:

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

Linux发行版连接数位板手写板以后映射方向不对?_第3张图片

搞定!

你可能感兴趣的:(linux,服务器)