Vous êtes ici : Accueil > Unix/Linux > tablette Manhattan
Publié : 4 juillet 2008
Format PDF Enregistrer au format PDF

tablette Manhattan

tablette acquisition sous ubuntu 8.04 "hardy"

Les tablettes manhattan coûtent la moitié du prix des tablettes wacom. Pas d’hésitation donc !

La souris sans fil qui accompagne la tablette (et ne fonctionne que sur celle-ci) fonctionne de suite mais ne m’intéresse pas, par contre, le "stylo" lui ne fonctionne pas.

Le résultat d’un "lsusb" donne ceci :

ID 5543:0004 UC-Logic Technology Corp. Genius MousePen 5x4 Tablet

Un peu de googlage m’oriente sur un problme de "xorg". Mon xorg.conf devient donc ceci.

...

Section "InputDevice"
Identifier "WizardPen Tablet"
# Paste the name of the tablet as found in the previous step
Option "Name" "UC-LOGIC Tablet WP5540U"
Option "SendCoreEvents" "true"
Driver "wizardpen"
Option "TopX" "5619"
Option "TopY" "6554"
Option "BottomX" "29405"
Option "BottomY" "29671"
Option "MaxX" "29405"
Option "MaxY" "29671"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "WizardPen Tablet" "SendCoreEvents"
InputDevice "Configured Mouse" "CorePointer"
EndSection

#Section "ServerLayout"
#        Identifier        "Default Layout"
#  screen 0 "Default Screen" 0 0
#        Inputdevice        "Generic Keyboard"        "CoreKeyboard"
#        Inputdevice        "Configured Mouse"        "CorePointer"
#EndSection

Redémarrer le X et c’est bon !

La preuve :