[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:31826] Re: WACOM FAVO が X 上で利用できない



落と申します。

On Tue, 19 Feb 2002 19:06:44 +0900
Arinobu Yoshida <u-kichi@xxxxxxxxxxxxxxx> wrote:

> 吉田と申します。
> 
> Omoikane GNU/Linux free 2.0 上での現象なので、ogl-user@xxxxxxxxxxxxxx に
> ポストしましたが、反応がないようでしたので、こちらにポストさせて頂きまし
> た。長文になってしまいますが、よろしくお願いします。
> 
> WACOM 製タブレット「FAVO」を X 上で利用したいのですが、難航しています。
> dmesg で認識されている事や、lsmod でモジュールがロードされている事、FAVO
> の LED が点灯している事は確認でき、X のログを見ても認識されているとは思
> うのですが、ポインタが動きません。
 
ET-0405-UV1.1-1 で tablet,mouse 共に使用できているのでご報告いたします。
ただ、どうやってうまく行ったかうろおぼえですが、ご容赦ください。

-----------------------------------------------------
1. XFree86 と kernel 用のドライバの作成
-----------------------------------------------------
 http://people.mandrakesoft.com/~flepied/projects/wacom/
から、xfree86 用のドライバを

http://people.mandrakesoft.com/~flepied/projects/wacom/wacom_drv.o.gz

から持ってきて /usr/X11R6/lib/modules/input
に放り込みます。あと、カーネルに含まれている USB用 wacom driver は
若干古いようなので、(このままだと、mouseが使えなかったような気がします)

http://people.mandrakesoft.com/~flepied/projects/wacom/wacom.c.gz

を取ってきて、/usr/src/linux/drivers/usb に放り込みます。
あとは、kernel を再構築します。

----------------------------------------------------
2. XF86Config-4 の設定
----------------------------------------------------

Section "InputDevice"
       Identifier  "FavoStylus"
       Driver      "wacom"
       Option      "Device" "/dev/input/event0"
       Option      "Type" "stylus"
       Option      "Mode" "Absolute"
       Option      "USB"
EndSection 

Section "InputDevice"
       Identifier  "FavoEraser"
       Driver      "wacom"
       Option      "Device" "/dev/input/event0"
       Option      "Type" "eraser"
       Option      "Mode" "Absolute"
       Option      "AlwaysCore"
       Option      "USB"
EndSection

Section "InputDevice"
       Identifier  "FavoMouse"
       Driver      "wacom"
       Option      "Device" "/dev/input/event0"
       Option      "Type" "cursor"
       Option      "Mode" "Relative"
       Option      "AlwaysCore"
       Option      "USB"
EndSection 

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice "FavoStylus" "AlwaysCore"
        InputDevice "FavoEraser" "AlwaysCore"
        InputDevice "FavoMouse" "AlwaysCore"
EndSection

-----------------------------------------------
3. dmesg 及び xfree86.log
----------------------------------------------
dmesg
----------------------------------------------
mice: PS/2 mouse device common for all mice
usb.c: registered new driver wacom
wacom.c: v1.21.2 Vojtech Pavlik <vojtech@xxxxxxx>
wacom.c: USB Wacom Graphire and Wacom Intuos tablet driver
hub.c: port 1, portstatus 303, change 0, 1.5 Mb/s
hub.c: USB new device connect on bus1/1, assigned device number 2
usb.c: kmalloc IF c173ece0, numif 1
usb.c: skipped 1 class/vendor specific interface descriptors
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 2 default language ID 0x409
Manufacturer: WACOM
Product: ET-0405-UV1.1-1
input0: Wacom Graphire on usb1:2.0
usb.c: wacom driver claimed interface c173ece0
usb.c: kusbd: /sbin/hotplug add 2
usb.c: kusbd policy returned 0xfffffffe
---------------------------------------------
xfree86.log
---------------------------------------------
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Configured Mouse: Core Pointer
(==) Configured Mouse: Buttons: 3
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) FavoStylus: always reports core events
(**) FavoStylus serial device is /dev/input/event0
(**) FavoStylus is in absolute mode
(**) FavoStylus: reading USB link
(**) FavoStylus: resol x = 1270
(**) FavoStylus: serial speed 9600
(**) FavoEraser: always reports core events
(**) FavoEraser serial device is /dev/input/event0
(**) FavoEraser is in absolute mode
(**) FavoEraser: reading USB link
(**) FavoEraser: resol x = 1270
(**) FavoEraser: serial speed 9600
(**) FavoMouse: always reports core events
(**) FavoMouse serial device is /dev/input/event0
(**) FavoMouse is in relative mode
(**) FavoMouse: reading USB link
(**) FavoMouse: resol x = 1270
(**) FavoMouse: serial speed 9600
(II) XINPUT: Adding extended input device "FavoMouse" (type: Wacom Curs
or)
(II) XINPUT: Adding extended input device "FavoEraser" (type: Wacom Era
ser)
(II) XINPUT: Adding extended input device "FavoStylus" (type: Wacom Sty
lus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOU
SE)
(==) Wacom Kernel Input device name: "Wacom Graphire"
(==) Wacom tablet maximum X=10206 maximum Y=7422 X resolution=0 Y resol
ution=0 suppress=0
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422

-------- 終わり---------------------------------------------

以上です。なんだかうろ覚えですみません。

//////////////
名古屋大学高エネセンター
落 猛
bell@xxxxxxxxxxxxxxxxxxxxxxxxxxx