首先,Ubuntu 10.04 和 10.10 版本的使用者,要先在軟體來源裡加入
ppa:doctormo/xorg-wizardpen然後更新軟體清單和安裝 xserver-xorg-input-wizardpen
sudo apt-get update sudo apt-get install xserver-xorg-input-wizardpen安裝完畢以後,可別急著就開始用繪圖板了,我們還要修改一下組態。請先把繪圖板插上電腦。
ls /dev/input/by-id/上面會跳出很多滑鼠輸入裝置的訊息,其中以我的電腦和繪圖板為列:
usb-UC-LOGIC_Tablet_WP5540U-event-mouse是我要記下來、後面改組態時還用得到的訊息。
請用管理員權限,修改
/usr/lib/X11/xorg.conf.d/70-wizardpen.conf
其中,以我的繪圖板為例,將內容修改成:
Section "InputDevice" Identifier "WizardPen Tablet" Option "SendCoreEvents" "true" Driver "wizardpen" Option "Device" "/dev/input/by-id/usb-UC-LOGIC_Tablet_WP5540U-event-mouse" Option "TopX" "476" Option "TopY" "0" Option "BottomX" "32739" Option "BottomY" "32745" EndSection接著,我們還要修改 /etc/X11/xorg.conf ,因為有風險,所以請記得先把 /etc/X11/xorg.conf 備份好。若沒有 /etc/X11/xorg.conf 請自行建立一個
在 /etc/X11/xorg.conf 中添加
InputDevice "WizardPen Tablet" "AlwaysCore"最後,修改 /etc/rc.local ,在 /etc/rc.local 尾端的 exit 0 之前,加上:
XORG_CONF=/etc/X11/xorg.conf if [ -e /dev/tablet-event ]; then sed -ie 's/^\(\s*\)\#\(\s*InputDevice\s\s*\"WizardPen\ Tablet\"\s\s*\"AlwaysCore\"\)\s*$/\1\2/' "$XORG_CONF" echo "Udev created /dev/tablet-event = Tablet present - Tablet-driver enabled" else sed -ie 's/\(^\s*InputDevice\s\s*\"WizardPen\ Tablet\"\s\s*\"AlwaysCore\"\)\s*$/\#&/' "$XORG_CONF" echo "Udev did NOT create /dev/tablet-event = tablet NOT present - Tablet-driver disabled" fiOK 大功告成,重新開機後,試試拿繪圖板當滑鼠用吧~
p.s. 我在 Linux Ubuntu 10.04 上也可以正常安裝與使用。數位筆的兩個按鈕也能模擬滑鼠的連擊左鍵和單擊右鍵。
有作品可以看嗎??
回覆刪除我不會畫畫 繪圖板只是拿來製圖表和當滑鼠用的
回覆刪除那個滑鼠板好可憐ˊ口ˋ
回覆刪除