[Seek Help] 触控板失灵
Tofloor
poster avatar
wsscp
deepin
2022-12-27 02:44
Author

笔记本有时会出现触控板失灵问题,一般是屏幕锁定之后张子昂次唤醒屏幕,输入密码,结果鼠标就无法操控了

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-12-27 17:34
#1

看看输出下设备配置:sudo apt install inxi -y && inxi -F

目前发现部分联想设备,有一定概率会出现这类问题,偶尔的触摸板不能使用,登录界面还是好的,登录进去就定住了。

Reply View the author
wsscp
deepin
2022-12-27 18:09
#2
babyfengfjx

看看输出下设备配置:sudo apt install inxi -y && inxi -F

目前发现部分联想设备,有一定概率会出现这类问题,偶尔的触摸板不能使用,登录界面还是好的,登录进去就定住了。

我是一旦点亮屏幕,如果不行,就都不行,开机一般不会这样,用久了,然后自动锁屏后,点亮屏幕,有时会出现这个问题,我的是荣耀magicbookpro,锐龙版的

Reply View the author
enforcee
deepin
2022-12-27 18:09
#3

如果你是elantech的触摸板,症状可能是在睡眠状态唤醒后触摸板只能移动,不能点击,切换到tty再切换回来会恢复正常。你可以试试用键盘打开终端,输入命令sudo modprobe -r psmouse,如果是这个原因的话,应该能立即恢复。这样的话你可以创建/etc/modprobe.d/psmouse.conf内容为blacklist psmouse,这样能永久解决这个问题

Reply View the author
wsscp
deepin
2022-12-27 18:12
#4
enforcee

如果你是elantech的触摸板,症状可能是在睡眠状态唤醒后触摸板只能移动,不能点击,切换到tty再切换回来会恢复正常。你可以试试用键盘打开终端,输入命令sudo modprobe -r psmouse,如果是这个原因的话,应该能立即恢复。这样的话你可以创建/etc/modprobe.d/psmouse.conf内容为blacklist psmouse,这样能永久解决这个问题

那不是,是根本无法操作,移动不了,也点击不了

Reply View the author
deepin_xiaoqian
deepin testing team
2022-12-28 00:00
#5

目前使用的系统是deepin v23还是deepin v20.8呢?这个问题在内核版本5.18.17的deepin v20.8系统上修复过。

若是出现触控板无法使用的情况,使用命令:gsettings set com.deepin.dde.touchpad touchpad-enabled true 是否能恢复呢?

Reply View the author
wsscp
deepin
2022-12-28 06:04
#6
deepin_xiaoqian

目前使用的系统是deepin v23还是deepin v20.8呢?这个问题在内核版本5.18.17的deepin v20.8系统上修复过。

若是出现触控板无法使用的情况,使用命令:gsettings set com.deepin.dde.touchpad touchpad-enabled true 是否能恢复呢?

20.8,下次如果出现,试试这个命令

Reply View the author