====== Installer une Tablette Graphique WAcom Graphire ======== {{:wiki:travaux-article.png|}} ==== Drivers selon votre Distribution ==== == Debian / Ubuntu == Avec **synaptic** et installez les paquets suivants: ** wacom-tools ** xserver-xorg-input-wacom ou en console : == Debian == #su entrer votre mot de passe root ! == Ubuntu== #sudo Entrer votre mot d epasse utilisateur puis : # aptitude install wacom-tools xserver-xorg-input-wacom ==== Gentoo ==== Gentoo Desktop # eix wacom * x11-drivers/linuxwacom Available versions: 0.7.8_p3 ~0.7.8_p3-r2 ~0.8.0_p3-r1 {gtk kernel_linux module tcl tk usb} Homepage: http://linuxwacom.sourceforge.net/ Description: Input driver for Wacom tablets and drawing devices ==== Mandriva ==== Via l'installeur de paquet taper le mot wacom dan sle champ de recherche et installé les paquets suivants : ***libwacom0** (drivers wacom) ***linuxwacom** (utilitaire wacom) ***linuxwacom-controlepanel** (gestionnaire de la tablette) ==== Frugalware ==== suivez ce tuto : [[:frugalware:tablette_graphique_wacom]] ======= Editer le Fichier Xorg.conf ====== Passer en mode root soit en mode graphique soit via un terminal Avant de faire une quelconques modification !!!** __Sauvegardé votre fichier xorg.conf__** # cp /etc/X11/xorg.conf /etc/X11/xorgAncien.conf ** pour Kde :** # kwrite /etc/X11/xorg.conf **pour Gnome :** # gedit /etc/X11/xorg.conf **pour Xfce :** # mouse /etc/X11/xorg.conf **Autre :** # nano /etc/X11/xorg.conf # vi /etc/X11/xorg.conf ====== Modification a Mettre Dans le Xorg.conf ====== Dans Section "ServerLayout", on ajoute les lignes : Section "ServerLayout" # tablette graphire4 : InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "pad" EndSection Dans la section " InputDevice" on copie colle toute ces lignes en plus de celle présente ! Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "Mode" "Absolute" Option "KeepShape" "on" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "Mode" "Absolute" Option "KeepShape" "on" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "Mode" "Absolute" Option "KeepShape" "on" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "pad" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "pad" Option "USB" "on" EndSection