1xsetwacom(1) General Commands Manual xsetwacom(1)
2
3
4
6 xsetwacom - commandline utility to query and modify __drivername__
7 driver settings.
8
10 xsetwacom [options] command [device_name] [parameter] [value]
11
12
14 This program queries or changes properties on the devices loaded by the
15 __drivername__ driver. The modification of properties happens at run‐
16 time and is not persistent through X server restarts.
17
19 -d, --display display_name
20 Connect to the X server specified in display_name; see X(7).
21
22 -h, --help
23 Prints a short help.
24
25 -v, --verbose
26 Enable verbose output, useful for debugging.
27
28 -V, --version
29 Display version number and exit.
30
31
33 Allowed commands are list, get, and set. The command may be specified
34 with our without one or two preceding dashes, i.e. --list is equiva‐
35 lent to -list and list.
36
37
38 LIST COMMANDS
39 list dev
40 List known devices. Only input devices managed by the __driver‐
41 name__ driver are listed.
42
43 list param
44 List known parameters. List all parameters suitable for the get
45 or the set command. Note that not all parameters are available
46 on all device types.
47
48 list mods
49 List the available list of modifiers to be used when setting key
50 or button actions.
51
52
53 GET COMMANDS
54 get device_name parameter
55 Get the current settings for the parameter on the given device.
56 Note that not all parameters are available on all device types.
57 The special parameter name "all" may be provided to display all
58 current settings on the device.
59
60 By default, options are printed on the commandline in the respective
61 format. The output format may be altered with one of the following
62 options:
63
64 -s, --shell
65 Display the output in shell format, i.e. as shell commands to
66 xsetwacom to reproduce the same parameter.
67
68 -x, --xconf
69 Display the output in xorg.conf format, i.e. as option lines
70 that may be added to the InputDevice section in the xorg.conf.
71
72
73 SET COMMANDS
74 set device_name parameter value
75 Set the parameter value on the given device to the value pro‐
76 vided. Note that not all parameters are writable, some are read-
77 only and result in an error when trying to be modified.
78
79
81 Peter Hutterer <peter.hutterer@redhat.com>
82
83
85 Xorg(1), wacom(4), xorg.conf(5), X(7)
86
87
88
89X Version 11 xf86-input-wacom 0.10.8 xsetwacom(1)