Problème d'installation de wacom intuos 3

Résolu
isloer Messages postés 94 Statut Membre -  
isloer Messages postés 94 Statut Membre -
Bonjour,

Je viens de tenter d'installer ma tablette graphique wacom intuos3 en suivant ce tuto http://doc.ubuntu-fr.org/wacom .
La tablette ne fonctionne pas du tout. Pas même comme une souris.
Lorsque je parcours toute la longueur de la tablette avec le stylet, cela provoque un déplacement du la flèche/curseur de ±
trois cinquième d'écran (à vue de nez le déplacement est proportionnel dans le sens de la hauteur).
Je poste mon /etc/X11/xorg.conf en espérant qu'il puisse être utile.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
Load "wacom"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
#Option "Device" "/dev/ttyS0" # Tablette SERIE
Option "Device" "/dev/input/wacom" # Tablette USB
Option "Type" "stylus" # Stylet pointe ecriture
Option "USB" "on" # Tablette USB
Option "Mode" "absolute" # Position sur la tablette
#Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#Option "HistorySize" "64" # Taille buffer
Option "Tilt" "on" # Inclinaison
#Option "TiltInvert" "on" # Invertion de l'inclinaison
Option "Threshold" "5" # sensibilité à la pression

EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
#Option "Device" "/dev/ttyS0" # Tablette SERIE
Option "Device" "/dev/input/wacom" # Tablette USB
Option "Type" "eraser" # stylet pointe gomme
Option "USB" "on" # Tablette USB
Option "Mode" "absolute" # Position sur la tablette
#Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#Option "HistorySize" "64" # Taille buffer
Option "Tilt" "on" # Inclinaison
#Option "TiltInvert" "on" # Invertion de l'inclinaison
Option "Threshold" "5" # sensibilité à la pression
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
#Option "Device" "/dev/ttyS0" # Tablette SERIE
Option "Device" "/dev/input/wacom" # Tablette USB
Option "Type" "cursor"
Option "USB" "on" # Tablette USB
Option "Mode" "absolute" # Position sur la tablette
#Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#Option "HistorySize" "64" # Taille buffer
EndSection

# Cette section est pour Intuos3, Cintiq 21UX, ou Graphire4 seulement

Section "InputDevice"
Driver "wacom"
Identifier "pad"
#Option "Device" "/dev/ttyS0" # Tablette SERIE
Option "Device" "/dev/input/wacom" # Tablette USB
Option "Type" "pad"
Option "USB" "on" # Tablette USB
#Option "HistorySize" "64" # Taille buffer
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
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
EndSection

Lors de la précédente installation d'ubuntu 8.04, la tablette fonctionnait.

Quelqu'un veut bien m'aider ?
Configuration: ubuntu 8.04
Firefox 3.0.3

6 réponses

  1. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 944
     
    Il faut au préalable installer les paquets wacom-tools et xserver-xorg-input-wacom :
    sudo aptitude update
    sudo aptitude safe-upgrade
    sudo aptitude install  wacom-tools  xserver-xorg-input-wacom

    Ensuite il faut corriger ton fichier /etc/X11/xorg.conf. Voici le mien pour t'aider :
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    # Cette section est pour Intuos3, Cintiq 21UX, ou Graphire4 seulement
    
    Section "ServerLayout"
    
     # pour les tablettes non lcd seulement
       # pour tablettes Intuos3/Cintiq 21UX/Graphire4 et ne doit pas envoyer d'evenement noyau
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "pad"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
        Load           "glx"
        Load           "wacom"
    EndSection
    ...
    Section "InputDevice"
    
      #Option        "Device"        "/dev/ttyS0"          # Tablette SERIE
      #Option        "ForceDevice"  "ISDV4"                # Tablet PC ONLY
      #Option        "HistorySize"  "64"                   # Taille buffer
      #Option         "TiltInvert"   "on"                  # Invertion de l'inclinaison
        Identifier     "stylus"
        Driver         "wacom"
        Option         "Device" "/dev/input/wacom"    # Tablette USB
        Option         "Type" "stylus"              # Stylet pointe ecriture
        Option         "USB" "on"                  # Tablette USB
        Option         "Mode" "absolute"            # Position sur la tablette
        Option         "Tilt" "on"                  # Inclinaison
        Option         "Threshold" "10"                   # sensibilité à la pression
    EndSection
    
    Section "InputDevice"
    
      #Option        "Device"        "/dev/ttyS0"           # Tablette SERIE
      #Option        "ForceDevice"  "ISDV4"                # Tablet PC ONLY
      #Option        "HistorySize"  "64"                   # Taille buffer
      #Option         "TiltInvert"   "on"                  # Invertion de l'inclinaison
        Identifier     "eraser"
        Driver         "wacom"
        Option         "Device" "/dev/input/wacom"    # Tablette USB
        Option         "Type" "eraser"              # stylet pointe gomme
        Option         "USB" "on"                  # Tablette USB
        Option         "Mode" "absolute"            # Position sur la tablette
        Option         "Tilt" "on"                  # Inclinaison
        Option         "Threshold" "10"                   # sensibilité à la pression
    EndSection
    
    Section "InputDevice"
    
      #Option        "Device"        "/dev/ttyS0"           # Tablette SERIE
      #Option        "ForceDevice"  "ISDV4"               # Tablet PC ONLY
      #Option        "HistorySize"  "64"                  # Taille buffer
        Identifier     "cursor"
        Driver         "wacom"
        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"
    
      #Option        "Device"        "/dev/ttyS0"           # Tablette SERIE
      #Option        "HistorySize"  "64"                  # Taille buffer
        Identifier     "pad"
        Driver         "wacom"
        Option         "Device" "/dev/input/wacom"    # Tablette USB
        Option         "Type" "pad"
        Option         "USB" "on"                  # Tablette USB
    EndSection
    ...
    

    Enfin il faut relancer ton serveur graphique (via kdm sous KDE ou gdm sous gnome) :
    sudo /etc/init.d/kdm restart

    En cas de problème reporte moi le contenu de /var/log/Xorg.0.log :
    grep EE /var/log/Xorg.0.log
    grep WW /var/log/Xorg.0.log

    Bonne chance
    0
  2. isloer Messages postés 94 Statut Membre
     
    merci pour ta réponse,

    je viens de suivre tes indications.
    Cela ne modifie pas le comportement de la tablette.
    Lors du reboot mon clavier apparait en qwerty (?)
    Voici la sortie des grep

    isy@isy-machineke:~$ grep EE /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    isy@isy-machineke:~$ grep WW /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    (WW) intel(0): EXA greedy migration mode enabled.
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (WW) Configured Mouse: No Device specified, looking for one...

    j'édite: le clavier qwerty apparaissait déjà lors de ma dernière tentative , en passant par
    sudo dpkg-reconfigure -phigh xserver-xorg
    0
  3. isloer Messages postés 94 Statut Membre
     
    trop tard pour rééditer

    Je te communique que dans le xorg.conf
    la seule modif que j'ai faite concerne le module "glx" que j'ai ajouté

    les autres indications que tu suggères ne correspondent pas à des modifications,
    ton xorg.conf et le mien correspondent (ou j'ai tout faux ?)
    0
  4. isloer Messages postés 94 Statut Membre
     
    Bonjour,
    voici mon xorg.conf
    C'est tout bête, il suffisait de suivre le tuto et de supprimer la section "ServerLayout" d'origine et de la remplacer par celle du tuto
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    Section "Module"
    Load "wacom"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    #Option "Device" "/dev/ttyS0" # Tablette SERIE
    Option "Device" "/dev/input/wacom" # Tablette USB
    Option "Type" "stylus" # Stylet pointe ecriture
    Option "USB" "on" # Tablette USB
    Option "Mode" "absolute" # Position sur la tablette
    #Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    #Option "HistorySize" "64" # Taille buffer
    Option "Tilt" "on" # Inclinaison
    #Option "TiltInvert" "on" # Invertion de l'inclinaison
    Option "Threshold" "5" # sensibilité à la pression

    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    #Option "Device" "/dev/ttyS0" # Tablette SERIE
    Option "Device" "/dev/input/wacom" # Tablette USB
    Option "Type" "eraser" # stylet pointe gomme
    Option "USB" "on" # Tablette USB
    Option "Mode" "absolute" # Position sur la tablette
    #Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    #Option "HistorySize" "64" # Taille buffer
    Option "Tilt" "on" # Inclinaison
    #Option "TiltInvert" "on" # Invertion de l'inclinaison
    Option "Threshold" "5" # sensibilité à la pression
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    #Option "Device" "/dev/ttyS0" # Tablette SERIE
    Option "Device" "/dev/input/wacom" # Tablette USB
    Option "Type" "cursor"
    Option "USB" "on" # Tablette USB
    Option "Mode" "absolute" # Position sur la tablette
    #Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    #Option "HistorySize" "64" # Taille buffer
    EndSection

    # Cette section est pour Intuos3, Cintiq 21UX, ou Graphire4 seulement

    Section "InputDevice"
    Driver "wacom"
    Identifier "pad"
    #Option "Device" "/dev/ttyS0" # Tablette SERIE
    Option "Device" "/dev/input/wacom" # Tablette USB
    Option "Type" "pad"
    Option "USB" "on" # Tablette USB
    #Option "HistorySize" "64" # Taille buffer
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "be"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    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
    EndSection
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 944
     
    Ok merci de ces précisions ! Tu noteras que dans mon message j'avais bien mis en gras que cette section devait être modifiée ;-)

    Bonne continuation
    0
  7. isloer Messages postés 94 Statut Membre
     
    Je n'avais pas bien compris ton message.
    On se comprendra mieux la fois prochaine ;)
    Bonne continuation à toi aussi
    0