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 | ||
| ma_page [Le 16/11/2010, 11:09] – oxygen | ma_page [Le 15/07/2011, 11:40] (Version actuelle) – ancienne révision restaurée 0ol | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== | + | ======Ma page ====== |
| - | + | ||
| - | Voilà après toute forme d'aide surtout de la part de Favux j'ai décidé de retranscrire en français le module d' | + | |
| - | Commençons par ouvrir le Terminal Dans / | + | |
| - | tapez dans un [[: | + | |
| - | + | ||
| - | vous devriez avoir une ligne comme celle-ci: | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | ce qui nous intéressent c'est le **00d1** correspondant à la tablette incriminée. | + | |
| - | + | ||
| - | verifions la présence des drivers " | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | Installons la dernière veersion de linuxwacom' | + | |
| - | + | ||
| - | < | + | |
| - | cd Bureau | + | |
| - | + | ||
| - | wget http:// | + | |
| - | + | ||
| - | sudo apt-get update | + | |
| - | + | ||
| - | sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev libxrandr-dev tk8.4-dev tcl8.4-dev libncurses5-dev | + | |
| - | + | ||
| - | sudo apt-get upgrade | + | |
| - | + | ||
| - | sudo apt-get install linux-headers-generic | + | |
| - | + | ||
| - | tar xjvf linuxwacom-0.8.8-10.tar.bz2 | + | |
| - | + | ||
| - | cd linuxwacom-0.8.8-10 | + | |
| - | + | ||
| - | ./configure --enable-wacom --prefix=/ | + | |
| - | + | ||
| - | make | + | |
| - | + | ||
| - | sudo cp ./ | + | |
| - | + | ||
| - | sudo depmod -a | + | |
| - | </ | + | |
| - | + | ||
| - | **Redémarrer le PC** | + | |
| - | + | ||
| - | taper: | + | |
| - | < | + | |
| - | + | ||
| - | vous devez voir l' | + | |
| - | ce qui prouve que le module est bien installé. | + | |
| - | + | ||
| - | **Pour Lucid Lynx 10.04 LTS** | + | |
| - | + | ||
| - | Installons le git: | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | ensuite | + | |
| - | + | ||
| - | < | + | |
| - | cd Bureau | + | |
| - | + | ||
| - | git clone git:// | + | |
| - | + | ||
| - | sudo apt-get update | + | |
| - | + | ||
| - | sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev libxrandr-dev libncurses5-dev xutils-dev autoconf libtool pkg-config | + | |
| - | + | ||
| - | sudo apt-get upgrade | + | |
| - | + | ||
| - | (You can also run this line below once.) | + | |
| - | + | ||
| - | sudo apt-get build-dep xf86-input-wacom | + | |
| - | + | ||
| - | wget http:// | + | |
| - | + | ||
| - | sudo cp / | + | |
| - | + | ||
| - | tar xjvf util-macros-1.8.0.tar.bz2 | + | |
| - | + | ||
| - | cd util-macros-1.8.0 | + | |
| - | + | ||
| - | ./configure --prefix=/ | + | |
| - | + | ||
| - | make | + | |
| - | + | ||
| - | sudo make install | + | |
| - | + | ||
| - | cd .. | + | |
| - | + | ||
| - | cd xf86-input-wacom | + | |
| - | + | ||
| - | ./ | + | |
| - | + | ||
| - | make | + | |
| - | + | ||
| - | sudo make install | + | |
| - | </ | + | |
| - | + | ||
| - | **Redémarrer le PC** | + | |
| - | + | ||
| - | à ce stade la tablette ne fonctionne pas encore correctement. | + | |
| - | + | ||
| - | **Configurons la tablette à présent** | + | |
| - | + | ||
| - | Sous **Lucid** | + | |
| - | < | + | |
| - | Sous **Maverick** | + | |
| - | < | + | |
| - | + | ||
| - | Le wacom.comf devrait ressembler à ceci: | + | |
| - | < | + | |
| - | Section " | + | |
| - | Identifier "Wacom class" | + | |
| - | # WALTOP needs a patched kernel driver, that isn't in mainline lk yet, | + | |
| - | # so for now just let it fall through and be picked up by evdev instead. | + | |
| - | # | + | |
| - | MatchProduct " | + | |
| - | MatchDevicePath "/ | + | |
| - | Driver " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier "Wacom serial class" | + | |
| - | MatchProduct " | + | |
| - | Driver " | + | |
| - | Option " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier "Wacom serial class identifiers" | + | |
| - | MatchProduct " | + | |
| - | Driver " | + | |
| - | EndSection | + | |
| - | + | ||
| - | + | ||
| - | # N-Trig Duosense Electromagnetic Digitizer | + | |
| - | Section " | + | |
| - | Identifier "Wacom N-Trig class" | + | |
| - | MatchProduct "HID 1b96: | + | |
| - | MatchDevicePath "/ | + | |
| - | Driver " | + | |
| - | Option " | + | |
| - | EndSection | + | |
| - | </ | + | |
| - | + | ||
| - | En Bas du wacom.conf on rajoute: | + | |
| - | < | + | |
| - | Section " | + | |
| - | Identifier "Wacom eraser class" | + | |
| - | MatchProduct " | + | |
| - | MatchProduct " | + | |
| - | Option " | + | |
| - | EndSection | + | |
| - | </ | + | |
| - | + | ||
| - | Ce code est là pour eviter toutes confusions entre Wacom et eraser. | + | |
| - | + | ||
| - | Configurons dès à présent Xorg.conf: | + | |
| - | + | ||
| - | Tout d' | + | |
| - | < | + | |
| - | + | ||
| - | Si jamais le xorg.conf ne fonctionne plus au redémarrage il faudra le restaurer avec cette commande: | + | |
| - | < | + | |
| - | + | ||
| - | Bon pour editer Xorg.conf: | + | |
| - | < | + | |
| - | + | ||
| - | à la fin du xorg.conf après **Endsection** | + | |
| - | + | ||
| - | Coller le code suivant: | + | |
| - | + | ||
| - | < | + | |
| - | Section " | + | |
| - | Identifier " | + | |
| - | Driver " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | # remove comment below if investigating this device | + | |
| - | # Option " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier " | + | |
| - | Driver " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | # remove comment below if investigating this device | + | |
| - | # Option " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier " | + | |
| - | Driver " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | # remove comment below if investigating this device | + | |
| - | # Option " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier " | + | |
| - | Driver " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | Option " | + | |
| - | # remove comment below if investigating this device | + | |
| - | # Option " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | Identifier " | + | |
| - | Monitor " | + | |
| - | Device " | + | |
| - | EndSection | + | |
| - | + | ||
| - | Section " | + | |
| - | # | + | |
| - | # | + | |
| - | Identifier " | + | |
| - | # Comment out unsupported devices | + | |
| - | InputDevice " | + | |
| - | InputDevice " | + | |
| - | Inputdevice " | + | |
| - | InputDevice " | + | |
| - | EndSection | + | |
| - | </ | + | |
| - | + | ||
| - | Enregistrer le Xorg.conf et **Redémarrer le PC** | + | |
| - | + | ||
| - | à présent le stylet et le toucher doit fonctionner. | + | |
| - | + | ||
| - | Maintenant editons le xserver: | + | |
| - | < | + | |
| - | + | ||
| - | a cet emplacement ci-dessous: | + | |
| - | < | + | |
| - | ATTRS{idVendor}==" | + | |
| - | ATTRS{idVendor}==" | + | |
| - | ATTRS{idVendor}==" | + | |
| - | <----- **Coller le code ici**-----> | + | |
| - | + | ||
| - | # Convenience links for the common case of a single tablet. | + | |
| - | # | + | |
| - | # but for legacy reasons, we keep the input/wacom link as the generic stylus device. | + | |
| - | </ | + | |
| - | + | ||
| - | ce code: | + | |
| - | < | + | |
| - | + | ||
| - | Enregistrer. | + | |
| - | + | ||
| - | Créons un fichier ou l'on pourra insérer des ajustements afin d' | + | |
| - | + | ||
| - | < | + | |
| - | le nom d' | + | |
| - | + | ||
| - | ensuite coller dans le fichier: | + | |
| - | < | + | |
| - | ## stylus | + | |
| - | xsetwacom set stylus Suppress " | + | |
| - | xsetwacom set stylus RawSample " | + | |
| - | xsetwacom set stylus ClickForce " | + | |
| - | xsetwacom set stylus PressCurve "5 10 90 95" | + | |
| - | xsetwacom set stylus TPCButton " | + | |
| - | xsetwacom set stylus Mode " | + | |
| - | xsetwacom set stylus Button1 " | + | |
| - | xsetwacom set stylus Button2 " | + | |
| - | xsetwacom set stylus Button3 " | + | |
| - | + | ||
| - | ## eraser | + | |
| - | xsetwacom set eraser Suppress " | + | |
| - | xsetwacom set eraser RawSample " | + | |
| - | xsetwacom set eraser ClickForce " | + | |
| - | xsetwacom set eraser PressCurve "0 10 90 100" | + | |
| - | xsetwacom set eraser Mode " | + | |
| - | xsetwacom set eraser Button1 " | + | |
| - | + | ||
| - | ## touch | + | |
| - | xsetwacom set touch Touch " | + | |
| - | xsetwacom set touch Gesture " | + | |
| - | # 1FG dbl. tap is left click, 2FG dbl. tap is right click | + | |
| - | xsetwacom set touch ZoomDistance " | + | |
| - | xsetwacom set touch ScrollDistance " | + | |
| - | xsetwacom set touch TapTime " | + | |
| - | + | ||
| - | ## pad | + | |
| - | xsetwacom set pad Button1 "key ctrl t" | + | |
| - | xsetwacom set pad Button2 "key backspace" | + | |
| - | xsetwacom set pad Button3 " | + | |
| - | xsetwacom set pad Button4 "key alt left" | + | |
| - | </ | + | |
| - | + | ||
| - | enregistrer le document. | + | |
| - | + | ||
| - | nous changeons les droits dans le terminal: | + | |
| - | + | ||
| - | < | + | |
| + | Vous êtes parvenu ici depuis la page [[: | ||
| + | **Vous ne devez pas créer votre page ici !** | ||
| + | Tel qu'il est indiqué dans le lien précédent, | ||
