Re: [DIGImend-users] Testing tablet drivers
Brought to you by:
spb_nick
|
From: Nicodem <nic...@gm...> - 2012-04-16 12:49:17
|
>
> Yes. The output shows that you're using the xf86-input-evdev driver.
how can I change it to wacom?
*lsusb*
Bus 007 Device 002: ID 172f:0502 Waltop International Corp. Sirius Battery
Free Tablet
*xinput list*
nicodem@nicodem:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ USB OPTICAL MOUSE id=11 [slave pointer (2)]
⎜ ↳ WALTOP Batteryless Tablet id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:200a id=15 [slave pointer
(2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Sony Vaio Keys id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ UVC Camera (05ca:18b7) id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
50-wacom.conf file wasnt working with me is such config:
# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
with such configuration there was no response at all. Tablet was not
working - even not moving pointer.
I have added /etc/X11/xorg.conf.d/52-waltop-on-wacom.conf file:
Section "InputClass"
Identifier "Waltop custom class"
MatchProduct "Sirius"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "2"
Option "Button3" "3"
Option "Keepshape" "on"
# Apply custom Options below.
EndSection
and after this my tablet is responsive. Still got some issue but at least
it works as described last time.
I have driver "wacom" set but seems that its working with evdev.
any ideas?
should I dump anything more here what would be helpful ?
Dominik
|