请问如何屏闭触摸屏(不是触摸板)和win键
Tofloor
poster avatar
nfeng
deepin
2019-10-05 05:38
Author


老平板服役4年,触摸屏坏了鼠标指针乱跳,键盘有时又输入不了,非得按下win键,以为win10才有这样的问题,想不到在deepin也有,请问如何屏闭

Reply Favorite View the author
All Replies
avatar
chenjunan0724
deepin
2019-10-05 06:01
#1
同求,触摸屏乱跳,想关掉。windows的话是可以在设备管理器中禁用的,deepin怎么关。
Reply View the author
avatar
173******56
deepin
2019-10-05 07:11
#2
lsmod找到对应的驱动程序
modprobe -r 卸载
Reply View the author
avatar
nfeng
deepin
2019-10-06 21:05
#3
https://bbs.deepin.org/post/183440
lsmod找到对应的驱动程序
modprobe -r 卸载

谢谢,已解决
Reply View the author
avatar
nfeng
deepin
2019-10-06 21:13
#4
https://bbs.deepin.org/post/183440
同求,触摸屏乱跳,想关掉。windows的话是可以在设备管理器中禁用的,deepin怎么关。 ...

在终端sudo modprobe -r hid_multitouch,缺点是重启后会失效。

我创建了一个rc.local

modprobe -r hid_multitouch
exit 0

放在/etc/目录,改权限sudo chmod +755 /etc/rc.local,每次开机就卸载,效果完美
Reply View the author
avatar
chenjunan0724
deepin
2019-10-09 05:32
#5
https://bbs.deepin.org/post/183440
在终端sudo modprobe -r hid_multitouch,缺点是重启后会失效。

我创建了一个rc.local

暂时使用xinput disable [id]解决
Reply View the author
avatar
qq1072831466
deepin
2019-10-28 07:18
#6
楼主  怎么样才能彻底解决  我的平板也这样  我是个小白  什么都不懂希望大佬可以详细的教一下  谢谢大佬
Reply View the author