wacom-gui icon indicating copy to clipboard operation
wacom-gui copied to clipboard

Wacom Tablet Intuos2

Open peopaiva opened this issue 4 years ago • 3 comments

Hello! It seems that the code doesn't work with Intuos2 tablets. Everytime I tried to run it a "Device information for 'Intuos2 12x18' not found" message appeared. I tried some debugging and found out that this tablet model didn't appear in wacom_data.py. Is my assumption correct? Can you add up this tablet model to your code? Thanks a lot!

peopaiva avatar Mar 06 '20 12:03 peopaiva

The UI is using the data provided by libwacom-data, which may be inconsistent. The tablets are available according to the drivers, so in theory the UI should work. Can you provide me the output from the following commands:

libwacom-list-local-devices

xsetwacom --list devices

tb2097 avatar Mar 10 '20 02:03 tb2097

Please try using the latest release: https://github.com/tb2097/wacom-gui/releases/tag/v0.3.0-rc18, let me know if this resolves the issue.

tb2097 avatar Dec 01 '20 18:12 tb2097