I used my tablet (Wacom Cintiq 13HD) on (K)Ubuntu 14.04 where I had a nice dialogue under System Settings → Input Devices → Wacom Tablet. This allowed me to map commands to the buttons on the tablet, create different profiles of commands and determine which are of the monitors the stylus maps to. However, on 16.04 this options is gone. Is there a way to get it back?
If it can't be brought back, how can I still configure my graphics tablet, i.e. map commands to the buttons, map the screen area (for the cursor), etc.?
I am using a script to map the buttons and screen area on my Wacom Cintiq 13HD. Basically This is a collection of calls to
xsetwacom
specific to the tablet.This is the script (
~/.local/bin/wacomagic.sh
) that I am using:I created an application launcher that runs the wacomagic script and added it to a panel on the right side of the tablet in the topmost spot. This ensures that I can click it using the stylus even before the mapping commands (on top of the file) have been run.
The commands I map to the buttons are for my personal workflow. If you would like to have different (sets of) commands mapped you can just create one script per set.
Edit: For newer versions of (K)ubuntu this might not be required and work out of the box. Consult the awesome guides of David Revoy.