Aunque los pasos pueden ayudar a instalar cualquier tableta gráfica, este texto se enfoca en como instalar la tableta gráfica Genius Mousepen 8×6 en Ubuntu 10.04 y 10.10. Lo que tienes que hace después del salto.
sudo add-apt-repository ppa:doctormo/xorg-wizardpen
sudo apt-get update
sudo apt-get install xserver-xorg-input-wizardpen
Luego edita el archivo con el siguiente comando:
sudo nano /usr/share/X11/xorg.conf.d/70-wizardpen.conf
e incluye este texto dentro del archivo:
sudo add-apt-repository ppa:doctormo/xorg-wizardpen
sudo apt-get update
sudo apt-get install xserver-xorg-input-wizardpen
Luego edita el archivo con el siguiente comando:
sudo nano /usr/share/X11/xorg.conf.d/70-wizardpen.conf
Section "InputClass"
Identifier "wizardpen"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
Driver "wizardpen"
Option "TopX" "2650"
Option "TopY" "3563"
Option "TopZ" "10"
Option "BottomX" "30733"
Option "BottomY" "29715"
Option "BottomZ" "511"
EndSection
Section "InputClass"
Identifier "wizardpen ignore mouse dev"
MatchIsPointer "on"
MatchDevicePath "/dev/input/mouse*"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
Driver ""
EndSection