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

Tablette wacom. Pas de pression



Bonjour la liste,

Mon système : Debian sarge, noyau 2.6.14.2 recompilé. Bureau gnome. Carte mère Asus A8NE. Carte graphique Nvidia nforce4 (driver proprio) et XFree (c'est une sarge)

J'ai acheter une tablette Wacom graphire 4, installée en usb. La détection comme souris se fait toute seule, j'ai donc deux souris, mais pas vraiment
Je plonge les mains dans le cambouis.

cat /proc/bus/input/devices
I: Bus=0003 Vendor=056a Product=0016 Version=0403
N: Name="WACOM CTE-640-U V4.0-3"
P: Phys=usb-0000:00:02.0-4/input0
H: Handlers=mouse1 ts1 event2
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103

Je modifie mon XF86Config-4 comme suit :

Section "Module"
   Load    "bitmap"
   Load    "dbe"
   Load    "ddc"
   Load    "extmod"
   Load    "freetype"
   Load    "glx"
   Load    "int10"
   Load    "record"
   Load    "speedo"
   Load    "type1"
   Load    "vbe"
   Load    "wacom"
EndSection

......................................................

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

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

Section "InputDevice"
     Driver        "wacom"
     Identifier    "cursor"
     Option        "Device"        "/dev/input/event2"   # 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/event2"   # USB ONLY
     Option        "Type"          "pad"
     Option        "USB"           "on"                  # USB ONLY
EndSection

...............................................

Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
# ajouté pour la tablette graphire USB
     InputDevice "stylus" ""
      InputDevice "eraser" ""
      InputDevice "cursor" "Alwayscore"

EndSection

Je fais une petite vérif'

cat /boot/config-2.6.14.2 | grep WACOM
CONFIG_USB_WACOM=m

et

dmesg | grep wacom

usbcore: registered new driver wacom
drivers/usb/input/wacom.c: v1.43:USB Wacom Graphire and Wacom Intuos tablet driver


Donc le module est bien chargé des le demarrage.

Tout à l'air bon, Gimp et Inkscape reconnaissent la tablette comme péripherique étendu mais pas de pression, aucun des attributs qui font l'intérêt des tablettes ne fonctionnent. J'ai cherché un peu partout (sur Google) mais j'ai déjà tout fait (à peu près je pense) et je ne vois pas ce qui manque.

Quelqu'un d'entre vous a-t-il une piste à suivre.

P'tit Louis



Reply to: