Salve um arquivo que termine em .conf
com o seguinte conteúdo no seu /etc/X11/xorg.conf.d/
Section "InputClass"
Identifier "Wacom Area configurations"
# Match all Wacom input tools that have "BambooFun 6x8" in the "device name".
MatchProduct "Wacom ISDv4 E6 Pen stylus"
MatchDevicePath "/dev/input/event*"
# Apply a custom configuration options. Any option will also apply to
# all dependent devices, if applicable. So e.g. the pressure curve will
# be available on the stylus and the eraser (but not on the pad).
Option "Area" "0 0 27760 15690"
EndSection
A parte da opção não é a mesma para o Xorg e o xsetwacom, então é necessário que você verifique isso.
Fonte link