Hi,
Here is the deal... I've followed all the instructions, but the pen's buttons just don't work.
Can someone help me please ?
mine is the gpen f 509
tks.
Hi,
Here is the deal... I've followed all the instructions, but the pen's buttons just don't work.
Can someone help me please ?
mine is the gpen f 509
tks.
Hi Negora,
I'm only running 32bit myself, and I noticed that you only used the "event*" rather than what the "how-to" suggests.
I also noticed that you have Z-coordinates in your conf file, is that your pressure sensitivity? I seem to have this with just the configuration I have now.
Here is the input of my 70-wizarpen.conf file:
Section "InputClass"
Identifier "wizardpen"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event4"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
Option "TopX" "826"
Option "TopY" "2626"
Option "BottomX" "32747"
Option "BottomY" "32762"
Driver "wizardpen"
EndSection
Section "InputClass"
Identifier "wizardpen ignore mouse dev"
MatchIsTablet "on"
MatchDevicePath "/dev/input/mouse*"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
Driver ""
EndSection
Last edited by BCtom; May 11th, 2010 at 12:09 AM.
BCtom: First of all, thanks for spending your time to answer.
Finally I could solve it. In my case it was the MatchIsTablet rule which caused my head aches. I don't know why, but my tablet and also others' seem not to be recognized as a tablet, but just as a simple pointer. Replacing MatchIsTablet by MatchIsPointer and adding the tablet features as Option lines did the miracle.
lisboaferreira; What architecture are you using? (32bits or 64bits)
I used the deb package with the same tablet in Ubuntu 32 and works great, if you are using amd64 please try to compile the sources.
Thanks al.do,
I use the 32bits, but now I noticed that you had updated to UBUNTU 10.04, I'm still on the 09.10... I guess that might be the problem... what you think ?
I'm trying to update it (again), yesterday my conection was too lazy and I was forced to give up before it was finished...
Well, I'll keep in touch, hoping the problem is with UBUNTU version...
I never tried the method of this thread in Ubuntu 9.10.
Last edited by al.do; May 12th, 2010 at 02:17 AM.
My gpen works perfectly but i have a problem with GIMP, regular mouse buttons and wheel do not work inside gimp. Same with my laptop and the touchpad.
Hola,se que no debo escribir en español pero no se escribir en inglés, lo que pasa es que tengo un problema con mi tableta.
Desde el principio: Conecto mi tableta y puedo me puedo mover con el lapicero en el escritorio pero una vez que pico con el lapicero a la tableta, esta se queda como congelada durante un rato y tengo q esperar hasta q vuelva a parpadear( estaba estática). Supuse entonces que era porque no había instalado los drivers o que se yo, entonces me puse a buscar en google y encontré este tema, hice todo lo indicado el archivo 70-wizardpen.conf me quedó así:
Lo guardé y reinicié, pero la tableta seguía con el mismo problema, es decir se congela cuando le pico con el lapicero.Code:Section "InputClass" Identifier "wizardpen" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" MatchVendor "UC-LOGIC|KYE Systems|Ace Cad" Driver "wizardpen" Option "Device" "/dev/input/event*" Option "TopX" "1786" Option "TopY" "39" Option "BottomX" "14665" Option "BottomY" "15278" EndSection Section "InputClass" Identifier "wizardpen ignore mouse dev" MatchIsTablet "on" MatchDevicePath "/dev/input/mouse*" MatchVendor "UC-LOGIC|KYE Systems|Ace Cad" Driver "" EndSection
Entonces probé cambiando los asteriscos("Device" "/dev/input/event*"; "/dev/input/mouse*") por los números correspondientes. También probé cambiando ahi donde dice MatchIsTablet por MatchIsPointer y aún así no funcionaba.
Ahora no sé que más hacer, supongo q el problema está la configuración del lapicero pero no se que debo cambiar o en donde, es que soy nuevo en Ubuntu.
Por favor ayudenme.
arcr14: ¿Te has asegurado de que los números de "mouse" y "event" sean los correctos en tu caso?
He gracias por responder rápido.
Si mira he escrito esto cat /proc/bus/input/devices, luego:
I: Bus=0003 Vendor=172f Product=0500 Version=0110
N: Name="WALTOP International Corp. Media Tablet"
P: Phys=usb-0000:00:1d.0-1.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input10
U: Uniq=
H: Handlers=kbd mouse2 event7
B: EV=10001f
B: KEY=c03 1f0001 0 0 e08effdf01cfffff fffffffffffffffe
B: REL=143
B: ABS=1fffff0001000003
B: MSC=10
entonces cambié los asteriscos por 7 y 2 respectivamente, pero eso después de haber probado de como viene por defecto.
Bookmarks