在终端里面输入“ 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 什么时候能帮用户默认解决好调整屏幕方向后触屏反向问题啊?
@jingle @deepin_mq
No replies yet
Featured Collection
Popular Ranking
Popular Events
现象:触摸屏调节屏幕方向后(如竖屏改横屏),屏幕对触控的反应是完全相反的
解决方案:
在终端里面输入“ 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 什么时候能帮用户默认解决好调整屏幕方向后触屏反向问题啊?
@jingle @deepin_mq