方法一:

终端输入xinput,如果没有使用如下命令安装

sudo apt install xinput

xinput命令是用来配置和测试x输入设备的工具,包括但不限于键盘,鼠标等。

查看设备列表:

xinput list

执行 xinput 一般触摸板显示的是virtual core pointer 下面的,(有touchpad或者synps/2字样的大概就是触摸板)比如 (ImExPS/2 Generic Explorer Mouse)
看一下ID号 执行 xinput disable ID号即可,例如

xinput disable 14

查看设备详细信息方法
xinput list-props id-num
id-num是在list中查询的

方法二:
在终端输入命令,

sudo modprobe -r psmouse

回车,输入当前系统登录用户的密码后,再回车即关闭笔记本触摸板。
拓展:

文档更新时间: 2025-04-12 09:16   作者:月影鹏鹏