サカイです。 ふじたさん、mailさん、vineさん ありがとうございます。 > ふじたです。 > なんか間違ってるような気もしますが、これで動作してます。 見事にペンタブレットが動くようになりました。 1.wacom_drv.o をダウンロード 私はここから http://penguin.cc.gt.atl.ga.us:8080/schwa/9 #ここには、wacom_drv1.o というのもありましたが... 2.# cp /tmp/wacom_drv.o /usr/X11R6/lib/modules/input/ # chmod 755 /usr/X11R6/lib/modules/input/wacom_drv.o 3./etc/X11/XFree86Config-4 の設定は、以下のようにしました。 --ここから Section "ServerLayout" Identifier "Anaconda Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Mouse9" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "pen1" "AlwaysCore" #<<---追加 InputDevice "eraser1" "AlwaysCore" #<<---追加 InputDevice "cursor1" "AlwaysCore" #<<---追加 EndSection Section "Module" Load "GLcore" Load "dbe" Load "extmod" Load "fbdevhw" Load "pex5" Load "dri" Load "glx" Load "pex5" Load "record" Load "xie" Load "wacom" #<<---追加 EndSection # Settings for wacom pen #以下追加 Section "InputDevice" Identifier "pen1" Driver "wacom" Option "Type" "stylus" Option "Device" "/dev/ttyS0" Option "Mode" "absolute" EndSection # Settings for wacom eraser Section "InputDevice" Identifier "eraser1" Driver "wacom" Option "Type" "eraser" Option "Device" "/dev/ttyS0" EndSection # Settings for wacom cursor (mouse) Section "InputDevice" Identifier "cursor1" Driver "wacom" Option "Type" "cursor" Option "Device" "/dev/ttyS0" EndSection 4.Xを再起動 このような感じです。 他にも、よりよい設定があれば、アドバイスいただければありがたいと思います。 ありがとうございました。 -- □Satoshi SAKAI ■futbolista □gau_sato@xxxxxxxxxxxx