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

UGEE M708 Buttons not working. #365

Open emwjacobson opened 4 years ago

emwjacobson commented 4 years ago

OS: Manjaro - GNOME Digimend Version: 9.r75.gcaf0fdd-1 (Built from AUR)

The problem I am having is actually getting the button presses to do anything.

Xorg config:

$ cat /etc/X11/xorg.conf.d/52-tablet.conf 
Section "InputClass"
    Identifier "Tablet"
    Driver "wacom"
    MatchDevicePath "/dev/input/event*"
    MatchUSBID "28bd:0907"
EndSection

USB ID is matching:

$ lsusb
...
Bus 002 Device 007: ID 04ca:7035 Lite-On Technology Corp. Integrated Camera
Bus 002 Device 010: ID 28bd:0907  10 inch PenTablet
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
...

Tablet shows up in the xsetwacom list.

$ sudo xsetwacom --list
10 inch PenTablet Mouse touch       id: 9   type: TOUCH     
10 inch PenTablet stylus            id: 10  type: STYLUS

The config file I made:

$ cat configTablet.sh 
#!/bin/sh

xsetwacom set "10 inch PenTablet Mouse touch" button 1 "key b"

My problem is just having having buttons do anything. Something as easy as just typing the letter "b". But when I click any button at all, nothing happens. I have attempted numerous things, but nothing has worked.

Things do happen BEFORE I run configTablet.sh (eg. whatever defaults the tablet has) and after running it, nothing happens at all.

I do have xf86-input-wacom and libwacom installed. Could there be a possible conflict?

nic3-14159 commented 4 years ago

The M708 had a hardware refresh, which is not fully supported at the moment. See #227 and M708 v2 tablet status. By the way, xf86-input-wacom doesn't conflict with libwacom.

teras commented 3 years ago

Just to make things clear, what works for me and what not, the pen down/movement etc works, as well the lower button. Only the upper button + the 8 onboard buttons don't work. If there is any directions what I should edit to make it work, I'll do it with pleasure :)

leorv commented 2 months ago

It happens the same way for me as it does for my companions. The 8 buttons on the table are not working. Does anyone have a solution? My tablet: UGEE M708 V1. Debian 12 GNU/Linux.

Edit: Sorry, I actually noticed that the tablet buttons are working. It turns out that the Krita software doesn't agree with what should happen in the software, so it's a configuration issue that I haven't found yet. I tried the quick shortcut settings in Krita, and it does not recognize pressing the tablet keys for insertion into the shortcut configuration. In other words, it is a problem with the software I am using, and not with the code written here. Well, at least for me it's happening that way.