在平板上安装deepin,触屏反向要怎么解决?
Tofloor
poster avatar
jin1ming
deepin
2018-11-10 04:31
Author
平板为iwork 10,可以成功安装
但是触屏左右反向,上下没问题.
按照网上教程:
添加一行  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"和我的不适用,请问要修改成什么合适呢?


Reply Favorite View the author
All Replies
avatar
yi******11@gmail.com
deepin
2018-11-12 20:52
#1
https://github.com/hadess/iio-sensor-proxy

修改下配置文件就行了
Reply View the author