Re: [DIGImend-devel] UC-Logic Tablet TWHA60 draft driver
Brought to you by:
spb_nick
|
From: Nikolai K. <sp...@gm...> - 2012-08-18 16:21:45
|
On 08/18/2012 05:47 PM, Patricia Sartor wrote: > patryhec@patryhec-TWH:~$ 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)] > ⎜ ↳ FSPPS/2 Sentelic FingerSensingPad id=13[slave pointer (2)] > ⎜ ↳ 6x10 Tablet id=14[slave pointer (2)] Here is the tablet pen input device. Note that it is under "Virtual core pointer". Its ID is 14. However, next time you boot the computer or connect the tablet it could be different, so please check "xinput list" output every time. > ⎣ 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)] > ↳ Power Button id=8[slave keyboard (3)] > ↳ Sleep Button id=9[slave keyboard (3)] > ↳ USB Webcam id=10[slave keyboard (3)] > ↳ AT Translated Set 2 keyboard id=12[slave keyboard (3)] > ↳ 6x10 Tablet id=15[slave keyboard (3)] This is the tablet frame button input device. Note that it is under "Virtual core keyboard". Its ID is 15. We're not interested in it right now. > patryhec@patryhec-TWH:~$ xinput list-props 2 4 11 13 3 5 6 7 8 9 10 12 > patryhec@patryhec-TWH:~$ stdbuf -oL xinput test 2 | tee xinput_coords.txt > patryhec@patryhec-TWH:~$ stdbuf -oL xinput test 4 | tee xinput_coords.txt For the "xinput list" output above, you should've used these commands: xinput list-props 14 stdbuf -oL xinput test 14 | tee xinput_coords.txt > X.org > where are X.org? > i can't find it. X.org is an X11 server which handles input devices and display output for your applications. The local configuration in Ubuntu is located under /etc/X11/xorg.conf.d. Please send all the files you have there, if any. Thanks! Sincerely, Nick |