Este Tuto tb sirve para otra tanda de Tablets, a continuacion la lista:
# Acecad Flair II GT-504
#DigiPro 5.5×4” Graphics Tablet
# Digital Ink Pad (A4 format)
# G-pen
# Genius Wizardpen
# Genius Mousepen
# Genius
# iBall
# Manhattan
# Pentagram
# QWare
# Trust TB-3100
# Trust TB-5300
# Trust TB-6300
# UC-LOGIC
# iBall Tablet PF806
# AIPTEK HyperPen 10000 U ("UC-LOGIC TWA60"
1 - lo primero que vamos a hacer es bajar el driver de aca:
2- luego descomprimimos ese archivo donde gusten (recomiendo mucho el escritorio)
3- Luego abrimos una terminal [Aplicaciones >> Accesorios >> Terminal] y escribimos esto.
sudo aptitude install xutils libx11-dev libxext-dev build-essential \ xautomation xinput xserver-xorg-dev
(con esto bajamos los paquetes necesarios pa'que funque)
4-Una vez instalado esos cosos, nos dirigimos al escritorio a la carpeta wizardpen-0.7.0-alpha2 (esta es la que descomprimimos.)
cd Escritorio
cd wizardpen-0.7.0-alpha2
5- una vez dentro de esa carpeta instalamos el driver de la siguiente manera.
./configure --with-xorg-module-dir=/usr/lib/xorg/modules
make && sudo make install
6- revisemos la integridad de los drivers con este codigo:
ls /usr/lib/xorg/modules/input/wizardpen_drv.*
les tendira que aparecer algo asi:
/usr/lib/xorg/modules/input/wizardpen_drv.la
/usr/lib/xorg/modules/input/wizardpen_drv.so
¿lo tienen asta aca? buenisimo, sigamos.
7-el nombre de la tableta genius es este: UC-LOGIC Tablet WP8060U(es un generico)
si desconfian, pueden fijarse el nombre escribiendo esto en la terminal.
grep -i name /proc/bus/input/devices
8- con tu editor preferido vas a crear un archivo llamado 99-x11-wizardpen.fdi en esta direccion /etc/hal/fdi/policy/
¿como lo hago?, asi:
sudo nano /etc/hal/fdi/policy/99-x11-wizardpen.fdi
y adentro vamos a escribir esto (copia y pega) :
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deviceinfo version="0.2">
<device>
<!-- This MUST match with the name of your tablet obtained -->
<!-- in Step 2 specified previously -->
<match key="info.product" contains="NAME OF YOUR TABLET">
<merge key="input.x11_driver" type="string">wizardpen</merge>
<merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
<!-- Modify these configuration accordingly -->
<!-- See CONFIGURATION OPTIONS section for the full-set of -->
<!-- configurable options -->
<merge key="input.x11_options.TopX" type="string">5619</merge>
<merge key="input.x11_options.TopY" type="string">6554</merge>
<merge key="input.x11_options.BottomX" type="string">29405</merge>
<merge key="input.x11_options.BottomY" type="string">29671</merge>
<merge key="input.x11_options.MaxX" type="string">29405</merge>
<merge key="input.x11_options.MaxY" type="string">29671</merge>
</match>
</device>
</deviceinfo>
sali, guarda, reinicia tu maquina y listo el pollo.
Copense con los puntos, esto me costo y quiero ser NFU!
AGUANTE LINUX!
Mas cosas en:
http://to-do-linux.blogspot.com/

