Sì, ho modificato come indicato nell'apposita sezione, queste sono le parti che ho modificato in /etc/X11/xorg.conf:
e:Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
EndSection
Ho aggiunto solo questi due InputDevice perchè la Volito2 non ha un eraser, nè un pad.Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event0"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event0"
Option "Type" "cursor"
Option "USB" "on"
EndSection
Ho poi riavviato la sessione, dato modprobe wacom, scollegato e ricollegato la tavoletta grafica, ma non risponde come al solito.