Cette page n'a pas encore d'étiquettes.
Apportez votre aide…

Ceci est une ancienne révision du document !



Wacom Artpad II, port série.

Testé sur Kubuntu 8.04 et PC équipé d'une prise série (et non pas via adaptateur série/USB).

[Edit 11-11-2009] Sur Ubuntu 9.10 : - Retirez "screen "Default Screen". - La tablette est reconnue mais fonctionne mal.

Installez les 2 paquets suivants :"wacom-tools" et "xserver-xorg-input-wacom"

sudo apt-get install xserver-xorg-input-wacom wacom-tools

Ou via Synaptic / Adept.

Edition du fichier xorg.conf

1) On fait une copie de sécurité :

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.default

2) On edite le fichier : Soit sous Gnome :

gksudo gedit /etc/X11/xorg.conf

Soit sous KDE :

kdesudo kate /etc/X11/xorg.conf
Modification du fichier xorg.conf

1) Section ServerLayout. Trouvez la section "ServerLayout" : Début : Section "ServerLayout" fin : EndSection

Y inserer :

# WACOM ArtPad
  InputDevice   "stylus"  "SendCoreEvents"
  InputDevice   "eraser"  "SendCoreEvents"
  InputDevice   "cursor"  "SendCoreEvents" # For non-LCD tablets only
# InputDevice   "pad"                      # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
# InputDevice   "touch"   "SendCoreEvents" # Only a few TabletPCs support this type
# WACOM ArtPad

Si la section n'existe pas, copiez celle-ci :

Section "ServerLayout"
  Identifier	"Default Layout"
  screen "Default Screen"
# WACOM ArtPad II
  InputDevice   "stylus"  "SendCoreEvents"
  InputDevice   "eraser"  "SendCoreEvents"
  InputDevice   "cursor"  "SendCoreEvents" # For non-LCD tablets only
# InputDevice   "pad"                      # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
# InputDevice   "touch"   "SendCoreEvents" # Only a few TabletPCs support this type
# WACOM ArtPad
EndSection

2) Section Inputdevice. Ajoutez cette section :

# WACOM ArtPad II
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
#  Option        "Device"        "/dev/input/wacom" # USB ONLY?
  Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
  Option        "Type"          "stylus"
#  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
#  Option        "USB"           "on"               # USB ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
#  Option        "Device"        "/dev/input/wacom" # USB ONLY?
  Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
  Option        "Type"          "eraser"
#  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
#  Option        "USB"           "on"               # USB ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
#  Option        "Device"        "/dev/input/wacom" # USB ONLY?
  Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
  Option        "Type"          "cursor"
#  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
#  Option        "USB"           "on"               # USB ONLY
EndSection

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

# Uncomment the following section if you have a TabletPC that supports touch
# Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "touch"
#  Option        "Device"        "/dev/ttyS0"       # SERIAL ONLY
#  Option        "Device"        "/dev/input/wacom" # USB ONLY
#  Option        "Type"          "touch"
#  Option        "ForceDevice"   "ISDV4"            # Serial Tablet PC ONLY
#  Option        "USB"           "on"               # USB ONLY
# EndSection

3) Enregistrez (Ctrl+S).

Les informations données ici sont issues du site Ubuntu.org, anglais.

La tablette UD II fonctionne aussi avec un adaptateur série/USB, par exemple avec le TRENDNET TU-S9 (ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port). La seule différence est le remplacement de "/dev/ttyS0" par "/dev/ttyUSB0". (SEG)

  • wacom_artpadii.1323958666.txt.gz
  • Dernière modification: Le 15/12/2011, 15:17
  • par 127.0.0.1