DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

Support XP-Pen Star 03 v1 #586

Open MaurizioCasciano opened 2 years ago

MaurizioCasciano commented 2 years ago

I just uploaded the diagnostics of the XP-Pen Star 03 v1 at https://github.com/DIGImend/tablets/pull/49

I would be happy to code and test it if there is some documentation you can point me to.

nic3-14159 commented 2 years ago

Hello! DIGImend appears to have code already for that tablet's ids. It seems like the Star 03 is a rebrand of the Ugee M708. Could you install DIGImend as is and report if it works?

MaurizioCasciano commented 2 years ago

Hi, I installed the v10 deb package and the pen is working.

$ lsusb
Bus 001 Device 005: ID 5543:0081 UC-Logic Technology Corp. TABLET 1060N

The tablet is correctly handled by the Wacom driver.

$ xsetwacom list
UC-Logic TABLET 1060N Pen stylus    id: 18  type: STYLUS    
UC-Logic TABLET 1060N Pad pad       id: 19  type: PAD   

I was also able to configure the buttons of the tablet:

$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 1 key Ctrl Z
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 2 key Ctrl Y
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 3 key A
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 8 key B
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 9 key C
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 10 key D
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 11 key E
$ xsetwacom set "UC-Logic TABLET 1060N Pad pad" button 12 key F

Useful links:

ehtishamullah commented 2 years ago

I also installed v10 deb package but it is not working. lsusb gives: Bus 001 Device 020: ID 5543:0081 UC-Logic Technology Corp. TABLET 1060 but "xsetwacom list" gives nothing. the tablet is connected but settings>wacom doesnt detect anything

nic3-14159 commented 2 years ago

I also installed v10 deb package but it is not working. lsusb gives: Bus 001 Device 020: ID 5543:0081 UC-Logic Technology Corp. TABLET 1060 but "xsetwacom list" gives nothing. the tablet is connected but settings>wacom doesnt detect anything

@ehtishamullah Is this after restarting the system? As far as I know some of the new Xorg settings that are installed with the package in order for xsetwacom to work don't take effect until the X11 server is restarted, such as after a reboot.

As for settings->wacom, I think those GUI tools tend to need extra description files in their sources for other tablets so it might only show up in xsetwacom and not the GUI wacom settings.

ehtishamullah commented 2 years ago

my bad. just restarted pc and now it is working. I am new to linux (2nd day) and was told that you dont need to restart pc for anything when using ubuntu. Thank you so much for your quick reply