Linux 禁用触摸板

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    [slave  pointer 
(2)]
    ?   ?  USB OPTICAL
MOUSE                    
        id=15    [slave  pointer 
(2)]
    ?   ? ImPS/2 Logitech Wheel
Mouse           
         id=13    [slave  pointer 
(2)]
    ? Virtual core
keyboard                 
              id=3    [master
keyboard (2)]
        ? Virtual core XTEST
keyboard           
        id=5    [slave  keyboard
(3)]
        ? AT Translated Set 2
keyboard          
          id=6    [slave  keyboard
(3)]
        ? Lid
Switch                            
                id=7    [slave 
keyboard (3)]
        ? Lenovo
EasyCamera                     
          id=8    [slave  keyboard
(3)]
        ? Sleep
Button                          
             id=9    [slave  keyboard
(3)]
        ? Power
Button                          
            id=10    [slave  keyboard
(3)]
        ? Video
Bus                             
            id=11    [slave  keyboard
(3)]
        ? Power
Button                          
            id=12    [slave  keyboard
(3)]

2、一般的,触摸板都是带PS/2选项的:

  禁用触摸板:

    xinput set-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled"
0
  启用触摸板:

    xinput set-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" 1

3、查看是否成功

  命令: xinput list-props "ImPS/2 Logitech Wheel Mouse"

  结果: Device ‘ImPS/2 Logitech Wheel Mouse‘:
         Device Enabled
(138):    0
  当看到这里的值,是 0  的时候,说明以上的设置均已经奏效

Linux 禁用触摸板

时间: 2024-11-07 16:34:36

Linux 禁用触摸板的相关文章

linux禁用触摸板

第一种方法: 终端输入如下命令: sudo modprobe -r psmouse 如果打开触摸板就是:sudo modprobe psmouse 第二种方法: 如果不行,本机上第二种方法好用Method 2: 第一步:打开终端,执行 synclient touchpadoff=1 指令. Done!!!!搞定!!!当然恢复只要执行 synclient touchpadoff=0 也就行了 原文地址:https://www.cnblogs.com/sqzqllaozhuo/p/12231543.

[转]Ubuntu 下禁用触摸板的方法

from :http://blog.csdn.net/hunanchenxingyu/article/details/39214677 通过xinput可以来启用和禁用输入设备,以此来达到我需要的功能----禁用触摸板. 查看设备列表 通过xinput先查看一些都有哪些设备 xinput #或者 xinput list 显示结果如下 [email protected]:~$ xinput list  Virtual core pointer                        id=2

Dell笔记本禁用触摸板的方法

一·找到触摸板驱动所在的文件夹(其他型号 的本本,请自己探索一下,找到驱动在哪就行),一般 在 C:\program files\delltpad 中(若没有请下载安 装 ),如图: 二·双击 DellTPad,打开界面如下图: 三·点击设备选择,如下图: 四·选择禁用,然后点应用即可(如果你的已经是 禁用状态,请先启用一次,再禁用)

ArchLInux禁用触摸板

使用当前登录图形界面的用户执行以下命令 [[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           

Ubuntu禁用触摸板

参考链接: 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

ubuntu 12.04禁用笔记本触摸板

习惯了在Macbook Pro上使用触摸板,装了个linux 的dualboot,发现,ubuntu下对触摸板的支持实在是太烂了,想禁用触摸板却找不到设置的地方. 终于最后发现了——touchpad-Indicator. 可以设置: -是否开机自启动 -默认禁用触摸板或者开启 -是否插入鼠标后禁用触摸板 - etc.. 太符合我的需求了.

Ubuntu通过xinput禁用及启用联想笔记本的触摸板

查看设备列表 通过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

禁用HP Probook 440 G4触摸板驱动

现象 用户反应新配置的电脑HP Probook 440 G4触摸板很灵敏,打字光标会乱跳. 排查 发现用户的触摸板的驱动没有安装 由于用户电脑官网只支持Win10系统,为用户改装Win7系统时,驱动是第三方软件打的. 下载驱动人生,再次扫描驱动,成功安装并禁用触摸板驱动.

centos6.5 (linux) 禁用模块 IPV6模块的方法

装完centos后,默认开启了一些模块,但是有些模块并不是我们必须的.比如目前尚未在中国普及的IPV6 如何关闭IPV6呢 下面介绍的方法,也可以在关闭其他模块的时候使用 第一步: 查找模块名称 使用命令:lsmod 查看系统启动的模块,找出我们需要的 IPV6相关的2个模块分别是net-pf-10 ipv6 第二步: 编辑/etc/modprobe.d/dist.conf 在最后加入 #edit by dwj   备注一下编辑信息 alias net-pf-10 off alias ipv6