Installer une tablette graphique Genius i608 Fedora
Il est probable que la démarche suivante fonctionne pour la plupart des tablettes Genius.
#telechargez le driver wget http://launchpad.net/wizardpen/trunk/0.8/+download/xorg-input-wizardpen-0.8.0.tar.gz #l'extraire tar -zxvf xorg-input-wizardpen-0.8.0.tar.gz #aller dans le dossier cd xorg-input-wizardpen-0.8.0 ./autogen.sh
Et c'est là le piege à la con posé par tous les tutoriaux que j'ai croisé:
Sur une architecture 64:
./configure --with-xorg-module-dir=/usr/lib64/xorg/modules
Sinon:
./configure --with-xorg-module-dir=/usr/lib/xorg/modules
Enfin bref, vous trouverez le module-dir dans le fichier /etc/X11/xorg.conf
Compiler:
make make install
Pour savoir à quel "event" la tablette est liée:
cat /proc/bus/input/devices
Calibrez la tablette (remplacez "2" par votre event):
wizardpen-calibrate /dev/input/event2
Indiquez lui deux points opposez en posant le stilet sur la tablette; il doit retourner un truc du genre:
[root@desktop gnieark]# wizardpen-calibrate /dev/input/event2 Please, press the stilus at ANY corner of your desired working area: ok, got 30643,31801 Please, press the stilus at OPPOSITE corner of your desired working area: ok, got 30723,31769 According to your input you may put the following lines into your XF86Config/X.Org configuration file: Driver "wizardpen" Option "Device" "/dev/input/event2" Option "TopX" "2269" Option "TopY" "1993" Option "BottomX" "30723" Option "BottomY" "31801"
Créez un fichier /etc/X11/xorg.conf.d/wizardpen.conf, qui permettra de reconnaitre le périphérique d'entrée
Il commence par Section "InputClass"et se termine par: EndSection Il lui faut un identifiant à la section, par exemple:
Identifier "WizardPen Tablet"
Rajoutez les lignes que vous a proposé le script précedemment, en remplaçant Option"Device" par MatchDevicePath (sinon, vous aurez la tablette, mais plus la souris ni le clavier)
Le fichier /etc/X11/xorg.conf.d/wizardpen.conf dans mon cas, ça donne ça:
Section "InputClass" Identifier "WizardPen Tablet" Driver "wizardpen" MatchDevicePath "/dev/input/event2" Option "TopX" "2269" Option "TopY" "1993" Option "BottomX" "30713" Option "BottomY" "32391" EndSection
Redémarrez l'ordinateur, la fermeture de session ne relance pas xorg sous fedora 14 contrairement à ce qu'on peut lire. Ce devrait être bon
Commentaires
j'ai une erreur lors du autogen.sh ...
./autogen.sh: line 9: autoreconf : commande introuvable
Un yum install autoreconf ne trouve rien.
tu sais quel librairie je dois installer ?
Fedora14
yum groupinstall "Development Tools"
devrait faire l'affaire. Sinon autoreconf se trouve dans autoconf