Re: [DIGImend-users] Testing tablet drivers
Brought to you by:
spb_nick
From: Nicodem <nic...@gm...> - 2012-04-18 09:14:55
|
/etc/X11/xorg.conf.d is empty in usr: nicodem@nicodem:/usr/share/X11/xorg.conf.d$ ls -all razem 36 drwxr-xr-x 2 root root 4096 kwi 18 11:13 . drwxr-xr-x 5 root root 4096 kwi 5 10:42 .. -rw-r--r-- 1 root root 1099 kwi 5 02:04 10-evdev.conf -rw-r--r-- 1 root root 590 mar 15 16:52 11-evdev-quirks.conf -rw-r--r-- 1 root root 364 mar 15 16:52 11-evdev-trackpoint.conf -rw-r--r-- 1 root root 956 kwi 13 15:00 50-synaptics.conf -rw-r--r-- 1 root root 115 mar 22 17:54 50-vmmouse.conf -rw-r--r-- 1 root root 686 kwi 16 14:57 50-wacom.conf -rw-r--r-- 1 root root 590 kwi 13 14:59 51-synaptics-quirks.conf and 50-wacom.conf: 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 Section "InputClass" Identifier "Wacom serial class" MatchProduct "Serial Wacom Tablet" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom serial class identifiers" MatchProduct "WACf|FUJ02e5|FUJ02e7" Driver "wacom" EndSection # N-Trig Duosense Electromagneti c Digitizer Section "InputClass" Identifier "Wacom N-Trig class" MatchProduct "HID 1b96:0001|N-Trig Pen" MatchDevicePath "/dev/input/event*" Driver "wacom" Option "Button2" "3" EndSection On Wed, Apr 18, 2012 at 11:09 AM, Nikolai Kondrashov <sp...@gm...> wrote: > On Wed, Apr 18, 2012 at 11:55 AM, Nicodem <nic...@gm...> wrote: >> Thanks for explanation. New kernel installed and running. >> I got button for sub-menu working!!! >> still wacom app does not see my tablet so I cannot configure it for >> one monitor only. This would be great as with current cofiguration: >> laptop disp - 1366x768, second monitor 1920x1080 I have eggs not circles :) >> I must turn of monitor and work at the one only to have proper proportions. >> >> here is my current config: > > The pen input is still being handled by evdev. This manifests as only one > pointer device (wacom driver would make two - stylus and eraser) and the > presense of properties with "Evdev" prefix for the pointer device. > > Please check the X.org configuration. If you can't find the problem, please > post all the files from your /etc/X11/xorg.conf.d directory here. Please > also post /usr/share/X11/xorg.conf.d/50-wacom.conf. > > Thanks. > > Sincerely, > Nick |