Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| wacom_bamboo_fun [Le 06/04/2008, 23:37] – Ekinoks | wacom_bamboo_fun [Le 09/05/2016, 11:19] (Version actuelle) – reconnue par défaut voir liste tablette graphique L'Africain | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | ||
| - | |||
| - | Procédure d' | ||
| - | |||
| - | Cette procédure est le résumé de courriers électroniques postés sur linuxwacom-discuss@lists.sourceforge.net | ||
| - | Un grand merci à Magnus Vigerlöf et Marcel de jong pour leur aide. | ||
| - | |||
| - | L' | ||
| - | |||
| - | * récupérer le dernier pilote (0.7.9-3 le 3/12/2007) sur [[http:// | ||
| - | * récupérer le dernier fichier udev pour wacom qui prend en compte la Bamboo Fun sur [[http:// | ||
| - | ]] (Menu Fichier> | ||
| - | * installer quelques paquets : | ||
| - | |||
| - | < | ||
| - | |||
| - | * Archiver le fichier udev original pour les wacom | ||
| - | < | ||
| - | |||
| - | * Remplacer le fichier udev par la nouvelle version prenant en compte la Bamboo fun | ||
| - | < | ||
| - | |||
| - | * compiler le nouveau pilote | ||
| - | <note warning> | ||
| - | < | ||
| - | bunzip2 linuxwacom-0.7.9-3.tar.bz2 | ||
| - | tar xvf linuxwacom-0.7.9-3.tar | ||
| - | cd linuxwacom-0.7.9-3 | ||
| - | ./configure --enable-wacom | ||
| - | make | ||
| - | make install | ||
| - | </ | ||
| - | |||
| - | Configure devrait donner quelque chose comme ça : | ||
| - | |||
| - | < | ||
| - | BUILD ENVIRONMENT: | ||
| - | | ||
| - | linux kernel - yes 2.6.22 | ||
| - | module versioning - yes -DCONFIG_MODVERSIONS -DMODVERSIONS -include / | ||
| - | kernel source - yes / | ||
| - | Xorg SDK - yes / | ||
| - | XSERVER64 - no | ||
| - | | ||
| - | XLib - yes /usr/lib | ||
| - | TCL - yes / | ||
| - | TK - yes / | ||
| - | ncurses - yes | ||
| - | |||
| - | BUILD OPTIONS: | ||
| - | wacom.o - yes | ||
| - | wacdump - yes | ||
| - | | ||
| - | libwacomcfg - yes | ||
| - | | ||
| - | xsetwacom - yes | ||
| - | hid.o - no | ||
| - | | ||
| - | evdev.o - no | ||
| - | | ||
| - | input.o - no | ||
| - | tabletdev.o - no | ||
| - | | ||
| - | wacom_drv.o - no | ||
| - | </ | ||
| - | |||
| - | * il faut maintenant mettre à jour le fichier xorg.conf | ||
| - | |||
| - | <note warning> | ||
| - | |||
| - | |||
| - | < | ||
| - | Section " | ||
| - | Driver | ||
| - | Identifier | ||
| - | Option | ||
| - | Option | ||
| - | # | ||
| - | Option " | ||
| - | EndSection | ||
| - | |||
| - | Section " | ||
| - | Driver | ||
| - | Identifier | ||
| - | Option | ||
| - | Option | ||
| - | # | ||
| - | Option " | ||
| - | EndSection | ||
| - | |||
| - | Section " | ||
| - | Driver | ||
| - | Identifier | ||
| - | Option | ||
| - | Option | ||
| - | # | ||
| - | Option " | ||
| - | EndSection | ||
| - | |||
| - | ... | ||
| - | # Uncomment if you have a wacom tablet | ||
| - | | ||
| - | | ||
| - | | ||
| - | |||
| - | </ | ||
| - | |||
| - | * archiver l' | ||
| - | < | ||
| - | |||
| - | * copier le nouveau pilote | ||
| - | < | ||
| - | |||
| - | * Mettre à jour la base | ||
| - | < | ||
| - | |||
| - | |||
| - | * Une fois la machine redémarrée la tablette devrait fonctionner | ||
| - | |||
| - | <note important> | ||
| - | |||
| - | j'ai essayé de rajouter ceci à / | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | Driver " | ||
| - | Identifier " | ||
| - | Option " | ||
| - | Option " | ||
| - | Option " | ||
| - | EndSection | ||
| - | |||
| - | ... | ||
| - | |||
| - | InputDevice " | ||
| - | </ | ||
| - | |||
| - | Si cela marchait ces commandes permettraient de programmer les boutons : | ||
| - | |||
| - | < | ||
| - | xsetwacom set pad AbsWUp 4 #scroll up | ||
| - | xsetwacom set pad AbsWDn 5 #scroll down | ||
| - | xsetwacom set pad button3 4 #< key: scroll up | ||
| - | xsetwacom set pad button1 5 #> key: scroll dn | ||
| - | xsetwacom set pad button2 1 #FN1 key: left mouse button | ||
| - | xsetwacom set pad button4 3 #FN2 key: right mouse button | ||
| - | </ | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
