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).

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

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

Ou via Synaptic / Adept. Voir l'aide à "L'installez des paquets .

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 edit 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 incerer :

# 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, copier 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).

  • wacom_artpadii.1226228130.txt.gz
  • Dernière modification: Le 18/04/2011, 14:44
  • (modification externe)