Sejam bem vindos!

Este site é feito para auxiliar nas disciplinas ministradas por mim.
Meu Youtube

sábado, 5 de junho de 2010

G-pen F350 no ubuntu 10.10 maverick

Os passos que fiz foram:

Instalei a G-PEN F350 no netbook acer com ubuntu 10.10 Maverick, netbook edition. Segui o tutorial do fórum do blogdodesenhador aqui e instalei todos os pacotes relacionados pelo synaptic.

Alterei o meu arquivo /etc/hal/fdi/policy/preferences.fdi para:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deviceinfo version="0.2">
<device>
<!-- This MUST match with the name of your tablet -->
<match key="info.product" contains="WALTOP International Corp. Slim Tablet">
<merge key="input.x11_driver" type="string">wizardpen</merge>
<merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
<merge key="input.x11_options.TopZ" type="string">512</merge>
<merge key="input.x11_options.TopX" type="string">573</merge>
<merge key="input.x11_options.TopY" type="string">573</merge>
<merge key="input.x11_options.BottomX" type="string">9941</merge>
<merge key="input.x11_options.BottomY" type="string">5772</merge>
<merge key="input.x11_options.MaxX" type="string">9941</merge>
<merge key="input.x11_options.MaxY" type="string">5772</merge>
<merge key="input.x11_options.TopZ" type="string">0</merge>
</match>
</device>
</deviceinfo>

E também alterei o meu /usr/share/X11/xorg.conf.d/70-wizardpen.conf para:

Section "InputClass"
Identifier "WizardPen class"
MatchIsTablet "on"
MatchProduct "WALTOP"
MatchDevicePath "/dev/input/event*"
Driver "wizardpen"
EndSection

Section "InputClass"
Identifier "WizardPen ignore mouse dev class"
MatchIsTablet "on"
MatchProduct "WALTOP"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "yes"
EndSection

Após esses passos, reiniciei o pc e
configurei a tablet com:
sudo wizardpen-calibrate /dev/input/event5

Logo minha caneta passou a funcionar blz!

Obrigado Desenhador!!!

0 comentários:

Postar um comentário

 
PROF. EMANNUEL FERNANDES, MS. Design by Wpthemedesigner. Converted To Blogger Template By Anshul Tested by Blogger Templates.