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

Re: Tablette Wacom, Invalid module format



Christian a écrit :

Il y a un paquet de différences avec mon XFree

Je viens de tenter aussi l'experience sur un Debian Etch avec succes, par contre j'ai remplacé au niveau de l'option Option "Device" "/dev/input/event2" par "Device" "/dev/input/wacom"
Normalement wacom est lié avec eventx

Je vais essayer.

Des commandes utiles ->
xsetpointer -l
xidump -l

Mon Xorg.conf

Section "Module"
    ------
    Load    "wacom"
EndSection

# Wacom InputDevice -----------------------------
Section "InputDevice" # Stylet ------------------
Identifier "stylus"
Driver        "wacom"
Option        "Device" "/dev/input/wacom"     # Tablette USB
Option        "Type"   "stylus"        # Stylet pointe ecriture
Option "Mode" "Absolute" # Position sur la tablette <----------- Ici
Option        "USB"    "On"        # Tablette USB
Option     "Tilt"   "on"        # Inclinaison  <------------------- Ici
Option "TiltInvert" "on" # Inversion de l'inclinaison <--------------- Ici
Option     "Threshold"     "10"        # Sensibilite à la pression
Option        "AlwaysCore"    "on" <---------------- Ici
EndSection

Est-ce lié à Xorg

Section "InputDevice"    # Gomme -----------------
Identifier "eraser"
Driver       "wacom"
Option        "Device"  "/dev/input/wacom"    # Tablette USB
Option        "Type"    "eraser"        # Stylet pointe gomme
Option     "Mode"    "Absolute"        # Position sur la tablette
Option     "USB"     "on"        # Tablette USB
Option     "Tilt"    "on"        # Inclinaison
Option     "TiltInvert"    "on"        # Inversion de l'inclinaison
Option     "Threshold"     "10"        # Sensibilite à la pression
Option     "AlwaysCore"     "on"
EndSection

Section "InputDevice"
Driver        "wacom"
Identifier  "cursor"
Option        "Device"    "/dev/input/wacom"    # Tablette USB
Option        "Type"    "cursor"
Option        "USB"    "on"            # Tablette USB
Option        "Mode"    "absolute"    # Position sur la tablette
EndSection

Section "InputDevice"
Driver        "wacom"
Identifier  "pad"
Option        "Device"    "/dev/input/wacom"    # Tablette USB
Option        "Type"    "pad"
Option        "USB"    "on"        # Tablette USB
EndSection
# fin Wacom InputDevice --------------------------------

Section "ServerLayout"
    ------
  InputDevice    "Configured Mouse"

# Wacom ---------
  InputDevice    "stylus" "SendCoreEvents"
  InputDevice    "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" # pour les tablettes non lcd seulement InputDevice "pad" # pour tablettes Intuos3/Cintiq 21UX/Graphire4 et ne doit pas envoyer d'evenement noyau

# Fin Wacom
EndSection


Est-ce que l'ordre à une importance car la section ServerLayout se trouve avant la section ImputDevice chez moi ?

P'tit Louis



Reply to: