dmesg
で正しく識別される古いTrust/Aiptekタブレットを持っています
[ 7.047168] aiptek 1-1:1.0: Aiptek using 400 ms programming speed
[ 7.047230] input: Aiptek as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-1/1-1:1.0/input/input7
[ 7.047335] usbcore: registered new interface driver aiptek
インストール済みxserver-xorg-input-aiptek
およびXorg
の構成ファイルを作成しました
/usr/share/X11/xorg.conf.d/50-aiptek.conf
Section "InputClass"
Identifier "Aiptek class"
MatchProduct "Aiptek|AIPTEK|aiptek"
MatchDevicePath "/dev/input/event*"
Driver "aiptek"
Option "USB" "on"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "zMin" "0"
Option "zMax" "511"
EndSection
現在はログイン画面(GDM
)で機能しますが、GNOME
にログインするとすぐに機能しなくなります(Vanillaセッション、ubuntu 17.10)。
何か案が?権限の問題のように見えますが、かなり古いデバイスであるため、オンラインで探す必要はあまりありません。
はい、確かに、これは許可の問題であり、これが古いデバイスであるという事実とは無関係です。
次のように、input
グループに自分を追加するだけです
Sudo usermod -a -G input yourusername
少なくともこれは、このデバイスをUbuntu 18.04(Xorg)で動作させるために必要なものです