【bug】触摸屏 + 双屏 下的 BUG
Tofloor
poster avatar
137******47
deepin
2019-04-04 00:24
Author
本帖最后由 holdbelief 于 2019-4-3 16:28 编辑

我的笔记本是触摸屏,然后有外接了个VGA连接一个显示器——扩展模式
当我触摸我的笔记本屏幕的时候,鼠标立即移动到了外接的显示器上。
并且当我试图在笔记本屏幕上通过触摸方式上下滚动一个网页时候,实际上滚动的是外接显示器那一侧打开的内容。


Reply Favorite View the author
All Replies
avatar
lily_yang123
deepin
2019-04-04 02:33
#1
是的,我的外接屏也是bug多。一会复制变扩展,一会右键用不了
Reply View the author
avatar
137******47
deepin
2019-04-22 07:25
#2
https://bbs.deepin.org/user/101846  我的这个bug, 受累能给看看吗
Reply View the author
avatar
aida
deepin
2019-04-22 18:17
#3
Reply View the author
avatar
yanbowen
deepin
Community Developer
2019-04-23 19:50
#4
安装 xinput 然后执行:

  1. xinput --map-to-output
Copy the Code


其中 device id 是你触摸屏设备的 id, 执行 xinput 命令可以找到, output name 是你触摸屏的显示名称, 执行 xrandr 可以找到

目前还没有找到 device id 与 output name 之间的关联, 所以没添加自动映射的功能
Reply View the author