如何設定 Aiptek T-6000U 繪圖板?

如何設定 Aiptek T-6000U 繪圖板?

我跟著愛普泰克平板電腦Ubuntu Wiki 上有關配置 11.04 以與我的圖形輸入板一起使用的說明。

我安裝了該xserver-xorg-input-aiptek軟體包並創建了兩個文件,其中包含上面 Wiki 頁面上詳細說明的選項:

$ cat /lib/udev/rules.d/69-xserver-xorg-input-aiptek.rules
ACTION!="add|change", GOTO="xorg_aiptek_end"
KERNEL!="event[0-9]*", GOTO="xorg_aiptek_end"
ATTRS{idVendor}=="08ca", ENV{x11_driver}="aiptek", SYMLINK+="input/aiptektablet"
LABEL="xorg_aiptek_end"

$ cat /usr/share/X11/xorg.conf.d/50-aiptek.conf
Section "InputClass"
        Identifier "pen"
        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

50-aiptek.conf檔案最初的名稱10-aiptek.conf與 Wiki 中的名稱相同,但Aiptek平板電腦安裝幫助Ubuntu 論壇上的帖子建議將 10 更改為 50。

有任何想法嗎?

謝謝。

答案1

相關內容