EndSection
发现可以改变触屏方向,但是"CalibrationMatrix"和我的不适用,请问要修改成什么合适呢?
Featured Collection
Popular Ranking
Popular Events
但是触屏左右反向,上下没问题.
按照网上教程:
添加一行 Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1
结果为
Section "InputClass"
Identifier "libinput touchscreen catchall"
Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
发现可以改变触屏方向,但是"CalibrationMatrix"和我的不适用,请问要修改成什么合适呢?