Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 17. Graphics tablets
To manage Wacom tablets connected to your system, use the following tools:
- 
					The 
gnome-settings-daemonservice The
Wacom Tabletsettings panel in the GNOME environmentThe Wacom Tablet settings panel for a tablet
					The Wacom Tablet settings panel for a grip pen
					
			Both these tools, as well as the libinput stack, use the libwacom tablet client library, which stores the data about Wacom tablets.
		
			If you want to add support for a new tablet into the libwacom library, you must ensure that a definition file for this new tablet exists.
		
17.1. Preparing a tablet definition file Link kopierenLink in die Zwischenablage kopiert!
You must prepare a definition file for the tablet you want to add.
Prerequisites
List all local devices recognized by
libwacom:libwacom-list-local-devices
$ libwacom-list-local-devicesCopy to Clipboard Copied! Toggle word wrap Toggle overflow Make sure that your device is recognized in the output.
If your device is not listed, the device is missing from the
libwacomdatabase. However, the device might still be visible as an event device in the kernel under/proc/bus/input/devices, and if you use the X.Org display server, in the X11 session on thexinputlist.
Procedure
Install the package that provides tablet definition files:
dnf install libwacom-data
# dnf install libwacom-dataCopy to Clipboard Copied! Toggle word wrap Toggle overflow The package installs tablet definitions in the
/usr/share/libwacom/directory.Check whether the definition file is available in the
/usr/share/libwacom/directory.To use the screen mapping correctly, support for your tablet must be included in the
libwacomdatabase and in theudevrules file.ImportantA common indicator that a device is not supported by
libwacomis that it works normally in a GNOME session, but the device is not correctly mapped to the screen.If the definition file for your device is not available in
/usr/share/libwacom/, you have these options:- The required definition file may already be available in the linuxwacom/libwacom upstream repository. You can try to find the definition file there. If you find your tablet model in the list, copy the file to the local machine.
 You can create a new tablet definition file. Use the
data/wacom.examplefile below, and edit particular lines based on the characteristics of your device.Example 17.1. Example model file description for a tablet
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 
17.2. Adding support for a new tablet Link kopierenLink in die Zwischenablage kopiert!
				You can add support for a new tablet into the libwacom tablet information client library by adding the definition file for the tablet that you want to add.
			
Prerequisites
The definition file for the tablet that you want to add exists.
For more information about ensuring that the definition file exists, see Section 17.1, “Preparing a tablet definition file”.
Procedure
Add and install the definition file with the
.tabletsuffix:cp <tablet_definition_file>.tablet /usr/share/libwacom/
# cp <tablet_definition_file>.tablet /usr/share/libwacom/Copy to Clipboard Copied! Toggle word wrap Toggle overflow After it is installed, the tablet is part of the
libwacomdatabase. The tablet is then available throughlibwacom-list-local-devices.Create a new
/etc/udev/rules/99-libwacom-override.rulesfile with the following content so that your settings are not overwritten:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Reboot your system.
 
17.3. Listing available Wacom tablet configuration paths Link kopierenLink in die Zwischenablage kopiert!
Wacom tablet and stylus configuration files are saved in the following locations by default:
- Tablet configuration
 - 
							
/org/gnome/settings-daemon/peripherals/wacom/<D-Bus_machine-id>-<device_id> - Wacom tablet configuration schema
 - 
							
org.gnome.settings-daemon.peripherals.wacom - Stylus configuration
 - 
							
/org/gnome/settings-daemon/peripherals/wacom/<device_id>/<tool_id>. If your product range does not support<tool_id>, a generic identifier is used instead. - Stylus configuration schema for
 - 
							
org.gnome.settings-daemon.peripherals.wacom.stylus - Eraser configuration schema
 - 
							
org.gnome.settings-daemon.peripherals.wacom.eraser 
Prerequisites
- 
						The 
gnome-settings-daemonpackage is installed on your system. 
Procedure
List all tablet configuration paths used on your system:
/usr/libexec/gsd-list-wacom
$ /usr/libexec/gsd-list-wacomCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
					Using machine-id, device-id, and tool-id in configuration paths allows for shared home directories with independent tablet configuration per system. However, when sharing home directories between systems, the Wacom settings apply only to one system.
				
					This is because the machine-id for your Wacom tablet is included in the configuration path of the /org/gnome/settings-daemon/peripherals/wacom/machine-id-device-id GSettings key, which stores your tablet settings.