参考链接: http://www.linuxidc.com/Linux/2012-08/68831.htm http://blog.sina.com.cn/s/blog_a3052b4a0100z4ul.html http://forum.ubuntu.org.cn/viewtopic.php?p=391456 http://www.mintos.org/config/disable-touchpad.html 时间: 2024-12-28 10:05:45
from :http://blog.csdn.net/hunanchenxingyu/article/details/39214677 通过xinput可以来启用和禁用输入设备,以此来达到我需要的功能----禁用触摸板. 查看设备列表 通过xinput先查看一些都有哪些设备 xinput #或者 xinput list 显示结果如下 [email protected]:~$ xinput list Virtual core pointer id=2
1,首先需要查看触摸板: 命令:xinput list 结果: ? Virtual core pointer id=2 [master pointer (3)] ? ? Virtual core XTEST pointer id=4 [slave pointer (2)] ? ? Macintosh mouse button emulation id=14
一·找到触摸板驱动所在的文件夹(其他型号 的本本,请自己探索一下,找到驱动在哪就行),一般 在 C:\program files\delltpad 中(若没有请下载安 装 ),如图: 二·双击 DellTPad,打开界面如下图: 三·点击设备选择,如下图: 四·选择禁用,然后点应用即可(如果你的已经是 禁用状态,请先启用一次,再禁用)
使用当前登录图形界面的用户执行以下命令 [[email protected] ~]$ sudo pacman -Qs xf86-input-evdev local/xf86-input-evdev 2.10.2-1 (xorg-drivers xorg) X.org evdev input driver [[email protected] ~]$ [[email protected] ~]$ xinput list Virtual core pointer
第一种方法: 终端输入如下命令: sudo modprobe -r psmouse 如果打开触摸板就是:sudo modprobe psmouse 第二种方法: 如果不行,本机上第二种方法好用Method 2: 第一步:打开终端,执行 synclient touchpadoff=1 指令. Done!!!!搞定!!!当然恢复只要执行 synclient touchpadoff=0 也就行了 原文地址:https://www.cnblogs.com/sqzqllaozhuo/p/12231543.
习惯了在Macbook Pro上使用触摸板,装了个linux 的dualboot,发现,ubuntu下对触摸板的支持实在是太烂了,想禁用触摸板却找不到设置的地方. 终于最后发现了——touchpad-Indicator. 可以设置: -是否开机自启动 -默认禁用触摸板或者开启 -是否插入鼠标后禁用触摸板 - etc.. 太符合我的需求了.
查看设备列表 通过xinput先查看一些都有哪些设备 xinput #或者 xinput list 显示结果如下 [email protected]:~$ xinput list Virtual core pointer id=2 [master pointer (3)] ? Virtual core XTEST pointer id=4 [slave pointer (2)] ? ML
网上找了资料说要安装一个"pointing-device"的软件,但在软件商店找不到.还有一种方案是要修改配置脚本,比较麻烦,反正我看不懂. 其实ubuntu14.04已经集成了禁用触摸板的设置.直接在 系统设置--鼠标和触摸板--触摸板, 点击关闭就可以 了. 试了一下,这不就是我想要的结果嘛. 触摸板上的按键和小红帽都还能用,就是触摸板禁用了,想用再打开就OK 了..很方便. 赞! ubuntu 下截图方法 :ubuntu截图