关于v20版本,触摸屏旋转的兼容问题!!!!
Tofloor
poster avatar
tomtom200
deepin
2020-09-18 08:16
Author
我在平板电脑上面成功安装了v20版本系统,但是发现一个问题,由于平板默认是竖屏。。安装过程都是竖着的,,进入系统后,点击屏幕旋转,变成横屏,,鼠标正常工作。。但是触摸屏却没有跟着旋转,,仔细观察触摸屏是在工作的,只是坐标系统还是竖着的,所以无法正确的跟随手指运动。。这个问题大家遇到过吗???怎么解决呢?求大神帮助啊!!!!!!!!!!!!!
Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-09-18 17:43
#1
遇到过,不知道怎么解决,所以我现在用 gnome
Reply View the author
jingle
deepin
2020-09-18 17:54
#2
Reply View the author
tomtom200
deepin
2020-09-18 20:56
#3
多谢两位指点,我试试装个,界面软件看看,能不能解决。
Reply View the author
星辰使者
deepin
2020-09-18 23:54
#4
在终端里面输入“ 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
tomtom200
deepin
2020-09-19 03:59
#5
https://bbs.deepin.org/post/202393
在终端里面输入“ sudo  deepin-editor /usr/share/X11/xorg.conf.d/40-libinput.conf”,回车,盲打管理员 ...

5楼的太感谢了,大神也。。。就是嘛,,驱动都可以用了,就是个坐标转换不对,看来还需要完善一下搞自动点,跟随旋转按键以前变化,就完美了。
Reply View the author
残念
deepin
2020-09-19 04:28
#6
Reply View the author