You are not logged in.
Pages: 1
Hi guys I'm running Hyprland(Nvidia) on my laptop, and trying to make my wacom tablet (model: CTL-472) work.
I went through Archwiki-Graphic_tablet and associated Hyprland doc, and had done the basic setups.
Now here's the issue:
when i visit excalidraw, i can easily drawing around with my tablet, functioning well as a tablet is expected to;
but when i turn to obsidian plugin excalidraw, trying to do the same thing, it fails. the pen just won't perform any click or drawing, while it does move the cursor around.
Is it that in obsidian the tablet "loses" pressure sensibility? how to fix it?
thank you guys for looking at this,
Offline
seems like it's an Electron issue, since i also tried in Vscodium, which fails as well.
`sudo libinput debug-events` gives expected output, indicating that my pen is moving around and pressing down, but click/draw in obsidian and vscodium just won't work.
is there any electron-flags i had missed out or certain setting up?
Offline
Hey sunya, did you find a solution for this problem? Running into the same thing (using hyprland).
My wacom tablet works perfectly otherwise, e.g. in xournalpp
Offline
Still a problem whenever I try to run obsidian under wayland without xwayland:
OBSIDIAN_USE_WAYLAND=1 obsidian --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime&It does really seem like it's obsidian/electron problem overall, since I can't click anywhere in obsidian with tablet pen. It highlights the buttons, but never clicks.
Offline
https://issues.chromium.org/issues/40282832 see this upstream tracker. Looks like it's getting there.
In the meantime, you can force xwayland using the ozone-platform flag, if tablet support is a must-have.
Offline
Pages: 1