1synclient(1)                General Commands Manual               synclient(1)
2
3
4

NAME

6       synclient  -  commandline  utility to query and modify Synaptics driver
7       options.
8

SYNOPSIS

10       synclient [-m interval]
11       synclient [-hlV?] [var1=value1 [var2=value2] ...]
12

DESCRIPTION

14       This program  lets  you  change  your  Synaptics  TouchPad  driver  for
15       XOrg/XFree86 server parameters while X is running.
16
17       For  the  -m  and -h options, SHM must be enabled by setting the option
18       SHMConfig "on" in your XOrg/XFree86 configuration.
19

OPTIONS

21       -m interval
22              monitor changes to the touchpad state.  Interval  specifies  how
23              often  (in ms) to poll the touchpad state.  Whenever a change in
24              the touchpad state is detected, one line of output is  generated
25              that  describes  the current state of the touchpad.  This option
26              is only available in SHM mode.  The following data  is  included
27              in the output.
28
29              time   Time in seconds since the logging was started.
30
31              x,y    The  x/y  coordinates of the finger on the touchpad.  The
32                     origin is in the upper left corner.
33
34              z      The "pressure" value.  Pressing the finger harder on  the
35                     touchpad  typically  produces  a larger value.  Note that
36                     most touchpads don't measure the  real  pressure  though.
37                     Instead, capacitance is usually measured, which is corre‐
38                     lated to the contact area  between  the  finger  and  the
39                     touchpad.   Since  more  pressure  usually means a larger
40                     contact area, the reported pressure  value  is  at  least
41                     indirectly related to the real pressure.
42
43              f      The  number  of  fingers currently touching the touchpad.
44                     Note that only some touchpads can report  more  than  one
45                     finger.   Generally,  synaptics  touchpads  can, but ALPS
46                     touchpads can't.
47
48              w      The w value is a measurement of the finger  width.   This
49                     is only supported by some synaptics touchpads.  Touchpads
50                     that can't measure the finger width  typically  report  a
51                     faked constant value when a finger is touching the touch‐
52                     pad.
53
54              l,r,u,d,m,multi
55                     The state of the left, right, up, down, middle and  multi
56                     buttons.  Zero means not pressed, one means pressed.  Not
57                     all touchpads  have  all  these  buttons.   If  a  button
58                     doesn't exist, the value is always reported as 0.
59
60       -l     List  current user settings. This is the default if no option is
61              given.
62
63       -V     Print version number and exit.
64
65       -?     Show the help message.
66
67       var=value
68              Set user parameter var to value.
69
70
71

FILES

73       /etc/X11/xorg.conf
74
75       /etc/X11/XF86Config-4
76

EXAMPLES

78       To disable EdgeMotionSpeed:
79
80       synclient EdgeMotionSpeed=0
81
82       To monitor touchpad events (requires SHM):
83
84       synclient -m 100
85

AUTHORS

87       Peter Osterlund <petero2@telia.com> and many others.
88
89       This man page was written by Mattia Dongili <malattia@debian.org>
90

SEE ALSO

92       Xorg(1), syndaemon(1), synaptics(4)
93
94
95
96X Version 11              xf86-input-synaptics 1.3.0              synclient(1)
Impressum