Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

synclient(1) [x11r4 man page]

synclient(1)						      General Commands Manual						      synclient(1)

NAME
synclient - commandline utility to query and modify Synaptics driver options. SYNOPSIS
synclient [-m interval] synclient [-hlV?] [var1=value1 [var2=value2] ...] DESCRIPTION
This program lets you change your Synaptics TouchPad driver for XOrg/XFree86 server parameters while X is running. For the -m and -h options, SHM must be enabled by setting the option SHMConfig "on" in your XOrg/XFree86 configuration. OPTIONS
-m interval monitor changes to the touchpad state. Interval specifies how often (in ms) to poll the touchpad state. Whenever a change in the touchpad state is detected, one line of output is generated that describes the current state of the touchpad. This option is only available in SHM mode. The following data is included in the output. time Time in seconds since the logging was started. x,y The x/y coordinates of the finger on the touchpad. The origin is in the upper left corner. z The "pressure" value. Pressing the finger harder on the touchpad typically produces a larger value. Note that most touch- pads don't measure the real pressure though. Instead, capacitance is usually measured, which is correlated to the contact area between the finger and the touchpad. Since more pressure usually means a larger contact area, the reported pressure value is at least indirectly related to the real pressure. f The number of fingers currently touching the touchpad. Note that only some touchpads can report more than one finger. Gen- erally, synaptics touchpads can, but ALPS touchpads can't. w The w value is a measurement of the finger width. This is only supported by some synaptics touchpads. Touchpads that can't measure the finger width typically report a faked constant value when a finger is touching the touchpad. l,r,u,d,m,multi The state of the left, right, up, down, middle and multi buttons. Zero means not pressed, one means pressed. Not all touch- pads have all these buttons. If a button doesn't exist, the value is always reported as 0. -l List current user settings. This is the default if no option is given. -V Print version number and exit. -? Show the help message. var=value Set user parameter var to value. FILES
/etc/X11/xorg.conf /etc/X11/XF86Config-4 EXAMPLES
To disable EdgeMotionSpeed: synclient EdgeMotionSpeed=0 To monitor touchpad events (requires SHM): synclient -m 100 AUTHORS
Peter Osterlund <petero2@telia.com> and many others. This man page was written by Mattia Dongili <malattia@debian.org> SEE ALSO
Xorg(1), syndaemon(1), synaptics(4) X Version 11 xf86-input-synaptics 1.6.2 synclient(1)

Check Out this Related Man Page

syndaemon(1)						      General Commands Manual						      syndaemon(1)

NAME
syndaemon - a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. SYNOPSIS
syndaemon [-i idle-time] [-m poll-inverval] [-d] [-p pid-file] [-t] [-k] [-K] [-R] DESCRIPTION
Disabling the touchpad while typing avoids unwanted movements of the pointer that could lead to giving focus to the wrong window. OPTIONS
-i <idle-time> How many seconds to wait after the last key press before enabling the touchpad. (default is 2.0s). -m <poll-interval> How many milliseconds to wait between two polling intervals. If this value is too low, it will cause unnecessary wake-ups. If this value is too high, some key presses (press and release happen between two intervals) may not be noticed. This switch has no effect when running with -R. Default is 200ms. -d Start as a daemon, ie in the background. -p <pid-file> Create a pid file with the specified filename. A pid file will only be created if the program is started in daemon mode. -t Only disable tapping and scrolling, not mouse movements, in response to keyboard activity. -k Ignore modifier keys when monitoring keyboard activity. -K Like -k but also ignore Modifier+Key combos. -R Use the XRecord extension for detecting keyboard activity instead of polling the keyboard state. -? Show the help message. ENVIRONMENT VARIABLES
DISPLAY Specifies the X server to contact. EXIT CODES
If syndaemon exists with a return code other than 0, the error encountered is as below. Exit code 1 Invalid commandline argument. Exit code 2 The connection to the X sever could not be established or no touchpad device could be found. Exit code 3 The fork into daemon mode failed or the pid file could not be created. Exit code 4 XRECORD requested but not available or usable on the server. CAVEATS
It doesn't make much sense to connect to a remote X server, because the daemon will then monitor the remote server for keyboard activity, but will disable the touchpad on the local machine. AUTHORS
Peter Osterlund <petero2@telia.com>. This man page was written by Mattia Dongili <malattia@debian.org> SEE ALSO
Xorg(1), synclient(1), synaptics(4) X Version 11 xf86-input-synaptics 1.7.1 syndaemon(1)
Man Page