Re: [DIGImend-users] Testing tablet drivers
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2012-04-18 09:31:16
|
On Wed, Apr 18, 2012 at 12:14 PM, Nicodem <nic...@gm...> wrote: > /etc/X11/xorg.conf.d > is empty > > nicodem@nicodem:/usr/share/X11/xorg.conf.d$ cat 50-wacom.conf > # Waltop tablets > Section "InputClass" > Identifier "Waltop class" > MatchProduct "Sirius" > MatchIsTablet "on" > MatchDevicePath "/dev/input/event*" > Driver "wacom" > EndSection First of all, AFAIK, you're not supposed to change files under /usr/share/X11/xorg.conf.d, but instead should add your own under /etc/X11/xorg.conf.d. Then, the snippet above looks OK. However, just to be sure, could you please replace /usr/share/X11/xorg.conf.d/50-wacom.conf with the one from the latest Git version here: http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/xf86-input-wacom;a=blob_plain;f=conf/50-wacom.conf;hb=HEAD Then restart the X server and check the "xinput list" output. Sincerely, Nick |