указатель исчезает в gimp / krita с графическим планшетом (wayland)

У меня есть графический планшет xp-pen g430, драйверы поставщика мне никогда не помогали, но недавно обнаружил, что в ubuntu 18.04 wayland планшет каким-то образом распознавался и, наконец, его можно было использовать с драйвером digimend ( https: // github.com/DIGImend/digimend-kernel-drivers/releases/tag/v9). Проблема в том, что в krita или gimp указатель становится независимым от мыши и исчезает за пределами холста, что затрудняет выбор другого инструмента и т. Д. Для этого можно использовать мышь, но перо каким-то образом перекрывает его , поэтому ничего нельзя будет выбрать с помощью мыши, пока вы не коснетесь чего-либо за пределами окна программы ...

в /usr/share/X11/xorg.conf.d/50-digimend.conf у меня есть:

#
# InputClass sections for some tablets supported by the DIGImend kernel
# drivers. Organized into separate InputClass sections based on (one of) the
# advertised brands. Mostly because the MatchUSBID options would become too
# long otherwise.
#
Section "InputClass"
    Identifier "Huion tablets with Wacom driver"
    MatchUSBID "5543:006e|256c:006e"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
EndSection

Section "InputClass"
    Identifier "Ugee/XP-Pen tablets with Wacom driver"
    MatchUSBID "28bd:007[145]|28bd:0094|28bd:0042|5543:004[57]|5543:0081|5543:0004|5543:3031"
    # Exclude the original WP5540U which PID is reused by Ugee M540
    NoMatchProduct "MousePen"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
EndSection

Section "InputClass"
    Identifier "Ugtizer tablets with Wacom driver"
    MatchUSBID "2179:0053"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
EndSection

Section "InputClass"
    Identifier "Yiynova tablets with Wacom driver"
    MatchUSBID "5543:004d"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
EndSection

(my планшет находится в 28bd: 007, но xsetwacom --list devices ничего не выводит)

2
задан 12 August 2019 в 17:47

0 ответов

Другие вопросы по тегам:

Похожие вопросы: