07/04/07 23:53:53 aqN7rCGW
>>314
URLリンク(linuxwacom.sourceforge.net)
↑からドライバ拾ってxorg.confに以下を追記
Section "ServerLayout"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "(stylusとeraserとcursorの3つ作る)"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "Mode" "absolute"
Option "Threshold" "適当な数値"
EndSection