触摸错位
Tofloor
poster avatar
sunone
deepin
2020-11-09 09:13
Author

1 触摸屏,需要休眠一下 然后唤醒才能使用,

2 默认竖屏选择横屏以后,触摸还是在竖屏状态,使用时错位。


是这个系统通病吗?还是我没设置的好?求解;;

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-11-09 15:44
#1

转屏后触摸错位的问题是可以自己调好的,参考这里:Tablet PC - ArchWiki

然而这一点在 GNOME 上就是开箱即用的,根本不用自己调[尾]

Reply View the author
星辰使者
deepin
2020-11-09 16:27
#2

在终端里面输入“ sudo  deepin-editor /usr/share/X11/xorg.conf.d/40-libinput.conf”,回车,盲打管理员密码 回车
在打开的文件中搜索“touchscreen”,找到这一项后,在 Identifier "libinput touchscreen catchall"  这行后面新增一行
    Option "CalibrationMatrix" "0 -1 1 1 0 0 0 0 1"
保存文件,重启电脑即可
参考
270度 Option "CalibrationMatrix" "0 1 0  -1 0 1 0 0 1"

90度  Option "CalibrationMatrix" "0 -1 1 1 0 0 0 0 1"

180度 Option "CalibrationMatrix" "-1 0 1 0  -1  1 0 0 1"

x ,y对调Option "CalibrationMatrix" "-1 0 1 1 0  0  0 0 1"

https://bbs.deepin.org/user/241653  https://bbs.deepin.org/user/48640   什么时候能帮用户默认解决好调整屏幕方向后触屏反向问题啊?  

Reply View the author