- 浏览: 89214 次
- 性别:
- 来自: 北京
-
文章分类
最新评论
http://ubuntuguide.org/wiki/Ubuntu:Feisty#Disable_the_touchpad_while_typing
https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig
Touchpad
Disable the touchpad while typing
The utility syndaemon can be used to temporarily disable a Synaptic touchpad while typing.
First you must edit /etc/X11/xorg.conf to allow the syndaemon utility to access the touchpad's settings. Make a backup of the file, then:
sudo gedit /etc/X11/xorg.conf
Find the touchpad section:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
Add the SHMConfig option if it does not already exist.
After you restart X (log out and log in again), you will be able to run syndaemon.
syndaemon -t -d
You may have to restart your computer.
Use syndaemon -h to view additional options.
To have syndaemon start up automatically when you log on, add the command as a new startup program (System -> Preferences -> Sessions -> Startup Programs).
Adjust touchpad sensitivity
Although gsynaptics allows you to adjust sensitivity, it still isn't sensitive enough for all users. This allows for greater fine tuning of touchpad sensitivity. First you must edit /etc/X11/xorg.conf. Make a backup of the file, then:
sudo gedit /etc/X11/xorg.conf
Find the touchpad section:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
Add the following after SHMConfig:
Option "MinSpeed" "1.0"
Option "MaxSpeed" "1.3"
Option "AccelFactor" "0.3"
Modify the values to personal taste. After you restart X (log out and log in again), you will using the new sensitivity settings.
############################
When you meet "Can't access shared memory area. SHMConfig disabled?" when runing "syndaemon -t -d" . Please check your "ServerLayout" Section in xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics Touchpad" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig
Touchpad
Disable the touchpad while typing
The utility syndaemon can be used to temporarily disable a Synaptic touchpad while typing.
First you must edit /etc/X11/xorg.conf to allow the syndaemon utility to access the touchpad's settings. Make a backup of the file, then:
sudo gedit /etc/X11/xorg.conf
Find the touchpad section:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
Add the SHMConfig option if it does not already exist.
After you restart X (log out and log in again), you will be able to run syndaemon.
syndaemon -t -d
You may have to restart your computer.
Use syndaemon -h to view additional options.
To have syndaemon start up automatically when you log on, add the command as a new startup program (System -> Preferences -> Sessions -> Startup Programs).
Adjust touchpad sensitivity
Although gsynaptics allows you to adjust sensitivity, it still isn't sensitive enough for all users. This allows for greater fine tuning of touchpad sensitivity. First you must edit /etc/X11/xorg.conf. Make a backup of the file, then:
sudo gedit /etc/X11/xorg.conf
Find the touchpad section:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
Add the following after SHMConfig:
Option "MinSpeed" "1.0"
Option "MaxSpeed" "1.3"
Option "AccelFactor" "0.3"
Modify the values to personal taste. After you restart X (log out and log in again), you will using the new sensitivity settings.
############################
When you meet "Can't access shared memory area. SHMConfig disabled?" when runing "syndaemon -t -d" . Please check your "ServerLayout" Section in xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics Touchpad" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
发表评论
-
modprobe --- no symbol version for struct_module
2009-12-18 12:07 1990这个错误很可能是由于 kernel version 不一致导致 ... -
How to: Compile Linux kernel
2009-12-17 19:37 926http://www.cyberciti.biz/tips/c ... -
USB auto suspend udev sysfs
2009-12-11 11:42 1075http://reactivated.net/writing_ ... -
interface
2009-12-02 16:37 645/etc/network/interface -
Exit from X to console
2009-11-27 23:42 771/etc/init.d/gdm stop to reback ... -
gnome resolution pre user
2009-11-27 23:41 682gnome resolution config files a ... -
lspci lsusb
2009-11-27 19:34 1215liunx 硬件查看 lsusb lspci dmesg -
check dirty page on linux
2009-11-24 15:44 9711. top ->'f' ->'v' http: ... -
inittab
2009-07-30 15:44 800http://www.netadmintools.com/ht ... -
Linux 上运行Windows的程序---Wine
2009-04-26 21:37 825FAQ: 1. How to install Debian ... -
如何查看wifi 的 frequency 和 out power
2009-04-25 20:48 1018iwconfig 的输出中有 frequency 和 Tx-p ... -
如何查看BT (BlueTooth) 的信息
2009-04-25 20:48 726lsusb -vv bluez下面 hciconfig h ... -
Linux 2.6.18 下安装 usb 无线网卡(zd1211)
2009-04-25 20:43 2798[设备采购] SAGEM XG-760 ... -
usb mass storage
2009-04-25 20:39 983refer to http://www.linux-usb.o ... -
How to Take a Screenshot in Linux With the Termina
2009-04-25 20:35 609please refer to: http://tips.w ... -
How to make root file system image file
2009-04-25 20:35 747Refer to : http://topic.csdn.ne ... -
initrd
2009-04-25 20:32 819http://hi.baidu.com/liyangzhao/ ... -
如何生成 xorg.conf
2009-04-25 20:32 1573Xorg -configure -
config sound card in Dell laptop (Latitude LS)
2009-04-25 20:30 685# install alsa utilty apt-get ... -
play audio(mp3)/vedio online (mozilla)
2009-04-25 20:29 848#install mozilla plugins --- mp ...
相关推荐
在Linux操作系统中,管理触摸板是一项常见的任务,尤其对于习惯使用外部鼠标的人来说,有时需要暂时禁用触摸板以避免误触。本篇文章将详细介绍如何在Linux环境下通过编写shell脚本来实现触摸板的开关操作。 首先,...
标题“TOUCHPAD_xp_081020”暗示了这个压缩包文件与华硕笔记本电脑在Windows XP系统下的触摸板驱动程序有关。在Windows XP时代,华硕笔记本用户可能遇到各种硬件兼容性问题,其中就包括触摸板的操作异常。这篇内容很...
我不能保证它适用于其他模型、修订版、Linux 发行版等。问题 正常两指触摸状态 当手指足够靠近时,触摸板将其识别为一次触摸,并发送第二个联系人的释放报告 当手指再次分开时,触摸板将发送另一个释放以释放剩余的...
Linux SMBus i2c_Elan 触控板驱动程序详解 在嵌入式系统和笔记本电脑领域,触控板已经成为用户界面的重要组成部分。Elan公司是知名的触摸技术供应商,其I2C SMBus(System Management Bus)触控板驱动程序在Linux...
【TM4C TouchPad例程】是针对Texas Instruments(TI)公司生产的TM4C123G微控制器设计的一个示例程序,旨在帮助开发者理解和应用触摸垫(TouchPad)功能。TM4C123G是一款基于ARM Cortex-M4内核的高性能、低功耗微...
synaptics触摸板驱动专门为实用笔记本电脑的用户设计开发的触摸板驱动,作为笔记本的重要组成部分,触摸板一直都是非常的重要,它的正常工作就更加的重要了,因此这款驱动就是为了保证其正常工作的。...
触摸板驱动程序则是专门为了使操作系统(如Windows或Linux)能够识别和有效管理触摸板而设计的。 在这个"TouchPad rar"压缩包中,通常会包含以下组件: 1. **驱动程序文件**:这是与特定触摸板硬件兼容的二进制...
汉王TouchPad海洋屏保是一款TouchPad海洋屏保安装程序,支持Windows 7 X86操作系统,适用于汉王TouchPad B10/F15,加入了更多的“靓”的元素。特别是在Windows 7中,系统自带的一个气泡屏保比较受用户欢迎。款动态...
联想天逸F40 TouchPad 驱动 联想笔记本电脑触摸板驱动 WinXP
### Synaptics TouchPad Interfacing Guide:关键知识点解析 #### 一、概述 本指南主要介绍了计算机及其他主机如何与Synaptics触控板进行交互。文档覆盖了触控板的基本工作模式、特点、与主机的互动方式以及操作...
为了解决这个问题,我们可以利用名为"touchpad-blocker"的工具来实现笔记本触控鼠标在键盘录入时的临时屏蔽。这个小巧的软件能帮助我们提高工作效率,避免因触控板干扰而产生的误操作。 “touchpad-blocker”是一个...
TOUCHPAD采用多指触控技术,突破性实现了多个手指触摸行为的组合行为识别。通过不同自定义手势,可以轻松完成开启、翻页、伸缩等多种强大功能,实现了用简单的手指触摸行为完成复杂的人机交互。 下载安装即可,非常...
在Windows 10操作系统中,精密触摸板(Precision Touchpad,简称PTP)为用户提供了一种高度精确和功能丰富的交互方式。这篇Implementation Guide深入探讨了如何在Windows 10环境中设计、开发和优化精密触摸板的功能...
"触摸屏屏蔽Touchpad_XP32_070816"是一个专为解决这一问题的软件解决方案,适用于运行Windows XP 32位系统的笔记本电脑。 该程序的主要功能是暂时禁用或屏蔽笔记本电脑上的触控板,以便在需要专注键盘输入时避免...
本文主要介绍了惠普触摸板的多点触控技术,即Touchpad Gesture,包括其基本概念、设置方法、应用方式以及一些常见问题的解答。以下是对文档内容的详细解读。 一、触摸板多点触控技术概念 多点触控技术是指触摸板...
【标题】"TOUCHPAD_Elantech" 涉及的是Elantech品牌的触摸板驱动程序,专门针对Windows 7 64位操作系统。Elantech是一家知名的笔记本电脑触摸板制造商,其产品广泛应用于各大品牌笔记本电脑。该驱动程序是确保用户在...
synaptics touchpad 16.3.10.2 for dell 1520 x64
synaptics touchpad 16.3.10.2 for dell 1520 x64 分卷2
有些笔记本有屏蔽触摸板功能,但每次都需要按键也很麻烦,Touchpad-Blocker将是你的福音。 它会在你使用键盘时,会临时性屏蔽触摸板,时间很短,默认 300毫秒。这个间隙正好可以让你在流畅打字的时候屏蔽了触摸板...
【TouchPad_Synaptics_V15_3_14_0 驱动】是针对Synaptics触摸板的一款重要驱动程序更新,主要用于优化和增强笔记本电脑中的触控板功能。Synaptics是一家知名的触控技术供应商,其驱动程序在许多品牌的笔记本电脑中...