Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
在平板上安装deepin,触屏反向要怎么解决?
Experiences and Insight
1483
views ·
1
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
yi******11@gmail.com
deepin
2018-11-12 20:52
#1
https://github.com/hadess/iio-sensor-proxy
修改下配置文件就行了
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
但是触屏左右反向,上下没问题.
按照网上教程:
添加一行 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"和我的不适用,请问要修改成什么合适呢?