Hello, 

I have problem with wacom graphire4 tablet on this PC. 
Maybe some elements of answers witch i'm receiving from console...

>[EMAIL PROTECTED] ~]$ /sbin/lsmod | grep wacom
>wacom                  15809  0


>[EMAIL PROTECTED] matis]# grep -i wacom /var/log/messages | tail
>Apr 19 17:51:47 localhost kernel: drivers/usb/input/wacom_sys.c: >v1.46:USB 
>Wacom Graphire and Wacom Intuos tablet driver
>Apr 19 18:06:44 localhost kernel: usbcore: deregistering interface >driver 
>wacom
>Apr 19 18:13:53 localhost kernel: input: Wacom Graphire4 4x5 as 
>>/class/input/input11
>Apr 19 18:13:53 localhost kernel: usbcore: registered new interface >driver 
>wacomApr 19 18:13:53 localhost kernel: >rivers/usb/input/wacom_sys.c: 
>v1.46:USB Wacom Graphire and Wacom Intuos >tablet driver
>Apr 19 19:29:28 localhost kernel: input: Wacom Graphire4 4x5 as 
>>/class/input/input12
>Apr 19 21:40:45 localhost kernel: input: Wacom Graphire4 4x5 as 
>>/class/input/input13
>Apr 20 22:58:03 localhost kernel: input: Wacom Graphire4 4x5 as 
>>/class/input/input7
>Apr 20 22:58:03 localhost kernel: usbcore: registered new interface >driver 
>wacomApr 20 22:58:03 localhost kernel: >drivers/usb/input/wacom_sys.c: 
>v1.46:USB Wacom Graphire and Wacom >Intuos tablet driver


>[EMAIL PROTECTED] matis]# more /proc/bus/usb/devices
>T:  Bus=03 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
>D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
>P:  Vendor=056a ProdID=0015 Rev= 4.03
>S:  Manufacturer=WACOM
>S:  Product=CTE-440-U V4.0-3
>C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 40mA
>I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=wacom
>E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=10ms


>[EMAIL PROTECTED] matis]# more /proc/bus/input/devices
>I: Bus=0003 Vendor=056a Product=0015 Version=0403
>N: Name="Wacom Graphire4 4x5"
>P: Phys=
>S: Sysfs=/class/input/input7
>H: Handlers=mouse2 event7
>B: EV=1f
>B: KEY=1c63 0 70011 0 0 0 0 0 0 0 0
>B: REL=100
>B: ABS=100 3000003
B: MSC=1

here is my xorg.conf 
"# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "pl"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/input/wacom"   # USB ONLY
  Option        "Type"          "stylus"
  Option        "USB"           "on"                  # USB ONLY
  Option        "Mode"          "Absolute"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/input/wacom"   # USB ONLY
  Option        "Type"          "eraser"
  Option        "USB"           "on"                  # USB ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/input/wacom"   # USB ONLY
  Option        "Type"          "cursor"
  Option        "USB"           "on"                  # USB ONLY
EndSection

# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
Section "InputDevice"
  Driver        "wacom"
  Identifier    "pad"
  Option        "Device"        "/dev/input/wacom"   # USB ONLY
  Option        "Type"          "pad"
  Option        "USB"           "on"                  # USB ONLY
EndSection

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen 0 "Screen0"   0 0
        InputDevice    "Mouse0"    "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "stylus"    "SendCoreEvents"
        InputDevice    "eraser"    "SendCoreEvents"
        InputDevice    "pad"   # For Intuos3/Cintiq 21UX/Graphire4 tablets. It 
should NOT send core event
EndSection



Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Samsung SyncMaster 700(M)s Plus (CKG7507*)"
        DisplaySize  320        240
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 69.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection"

any ideas ?





-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to