digimend-users Mailing List for DIGImend (Page 8)
Brought to you by:
spb_nick
You can subscribe to this list here.
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(58) |
May
(72) |
Jun
(24) |
Jul
|
Aug
(12) |
Sep
(9) |
Oct
(10) |
Nov
(2) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2013 |
Jan
(5) |
Feb
(23) |
Mar
|
Apr
|
May
(4) |
Jun
(7) |
Jul
(2) |
Aug
(2) |
Sep
(5) |
Oct
(7) |
Nov
(31) |
Dec
(11) |
| 2014 |
Jan
(13) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(12) |
Aug
(10) |
Sep
(13) |
Oct
(15) |
Nov
(49) |
Dec
(4) |
| 2015 |
Jan
(49) |
Feb
(62) |
Mar
(81) |
Apr
(10) |
May
(4) |
Jun
(6) |
Jul
(17) |
Aug
(3) |
Sep
(1) |
Oct
(4) |
Nov
|
Dec
(8) |
| 2016 |
Jan
(8) |
Feb
(5) |
Mar
(7) |
Apr
(7) |
May
(3) |
Jun
(4) |
Jul
(12) |
Aug
(8) |
Sep
(6) |
Oct
(4) |
Nov
(1) |
Dec
|
|
From: Marcus V. R <mvr...@ho...> - 2015-01-19 23:55:52
|
I got an error when trying to install: /usr/lib/modules/3.17.7-200.fc20.x86_64/build not found (The message is not exactly that, my shell is in portuguese). > Date: Fri, 16 Jan 2015 11:40:07 +0200 > From: sp...@gm... > To: mvr...@ho...; dig...@li... > Subject: Re: [DIGImend-users] FW: (no subject) > > Hi Marcus, > > On 01/15/2015 06:13 PM, Marcus Vinicius R wrote: > >> In GIMP if you go to Windows->Dockable Dialogs->Device Status Gimp will > >> create a small window which is titled "Devices" (or it may immediately > >> show up as a tab in another Gimp window). This window will show you the > >> devices currently configured in Gimp. When you draw in Gimp, it will > >> highlight which device is active. If my above theory is correct, I believe > >> the "Core Pointer" device will remain highlighted, and your tablet device > >> will never be highlighted. Do you mind trying that? If you are up to it, > >> I'd also be interested to see if you can definitely correlate the problem > >> to Gnome but not Xfce, I wonder if Gimp's inconsistency just > >> coincidentally appeared that way at first. Trying multiple times in both > >> DEs could show it one way or the other. > > > > I'm sorry for the delay. Actually, that's the problem, but for some reason it stopped happens in Xfce. But sometimes it still happens when I have other applications open. > > Could you please try an experimental version of the driver, which has pen and > frame buttons together on the same, single interface: > > https://github.com/DIGImend/digimend-kernel-drivers/archive/huion-abstract-keyboard.zip > > It may fix your problem. > > Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-01-19 21:18:28
|
On 01/19/2015 10:44 PM, Vince Herried wrote: > Nick, and all.... > > I want to make my xsetwacom script run when I plug the tablet in. > > I tried setting up an entry in the udev rules. it gets triggered but fails > because it doesn't have a X11 display. > > I tried in KDE startup. Also fails no display. > > I tried adding the key codes to > /etc/X11/xorg.conf.d/50-huion.conf > it doesn't work there. > I don't know what to use for the > parameters > > I tried things like > Option "Button2" "26" # eraser > > Using xev to get the number of the button. > With no luck. Possibly because the tablet gets re-plugged. > ( also had a flaky USB connection that seemed to cause it to loose connections > frequently. Hopefully I have fixed that. > > I tried running at KDE startup, but that is a bust, since doesn't > have a display there either > > So how the heck do I hotplug set the keys? > Guessing go back and mess with the settings in /etc/X11/..... > But hotplug??? or do the parameters in X11 "stick" when in there? > > I opened a problem with the KDE folks and looks like there is progress > there. > > https://bugs.kde.org/show_bug.cgi?id=340589 > if the fix ever makes it to mainstream. Maybe this thing will > "remember" the settings. > looks like that is the intent. > > > So how to set buttons at pluging without having to remember to run the script? I would have said that the Wacom driver's "ButtonM" options should work, but I see that they only map simple button pressures, not key combinations. As such, only "xsetwacom" would work. It is possible to invoke it from udev, but it's a bit ugly. Take a look at this, for example: http://unix.stackexchange.com/questions/1596/can-i-launch-a-graphical-program-on-another-users-desktop-as-root Note that X.org needs some time to load the wacom driver and immediately starting xsetwacom on tablet detection from udev might not work reliably, some delay will be needed. Yes, it is ugly. But then, the Gnome/KDE tablet applets should manage applying tablet settings on hotplug somehow. Perhaps if you can make them work with Huion tablets, it will work. I planned to beat the Wacom driver into working with generic tablets better, but it needs a good amount of dedicated time, which I was unable to find so far, but perhaps I will. > ---------------- > Making some progress with 3d modelling and blender lately with tablet of course. Good :) Nick |
|
From: Vince H. <Vi...@Pl...> - 2015-01-19 20:45:06
|
Nick, and all.... I want to make my xsetwacom script run when I plug the tablet in. I tried setting up an entry in the udev rules. it gets triggered but fails because it doesn't have a X11 display. I tried in KDE startup. Also fails no display. I tried adding the key codes to /etc/X11/xorg.conf.d/50-huion.conf it doesn't work there. I don't know what to use for the parameters I tried things like Option "Button2" "26" # eraser Using xev to get the number of the button. With no luck. Possibly because the tablet gets re-plugged. ( also had a flaky USB connection that seemed to cause it to loose connections frequently. Hopefully I have fixed that. I tried running at KDE startup, but that is a bust, since doesn't have a display there either So how the heck do I hotplug set the keys? Guessing go back and mess with the settings in /etc/X11/..... But hotplug??? or do the parameters in X11 "stick" when in there? I opened a problem with the KDE folks and looks like there is progress there. https://bugs.kde.org/show_bug.cgi?id=340589 if the fix ever makes it to mainstream. Maybe this thing will "remember" the settings. looks like that is the intent. So how to set buttons at pluging without having to remember to run the script? ---------------- Making some progress with 3d modelling and blender lately with tablet of course. Vince |
|
From: Nikolai K. <sp...@gm...> - 2015-01-18 18:48:46
|
On 01/18/2015 05:39 PM, Thierry FOX wrote: > I'm confused now, so is this still not what you asked for? or is it done now. Yes, it was perfectly fine in the end, thank you. Nick On 01/18/2015 05:39 PM, Thierry FOX wrote: > I'm confused now, so is this still not what you asked for? or is it done now. > > On Sat, Jan 17, 2015 at 2:08 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...>> wrote: > > On 01/17/2015 02:11 PM, Thierry FOX wrote: > > mapping is good, pressure s working, and by the looks of it, the drivers > work! I was testing it on some animation software called pencil by the way, > I might try it out on gimp but I think it works. thankyou. > > > Great :)! Glad to hear it's working. > Will add your tablet to the compatibility table. > > Nick > > On 01/17/2015 02:11 PM, Thierry FOX wrote: > > mapping is good, pressure s working, and by the looks of it, the drivers work! I was testing it on some animation software called pencil by the way, I might try it out on gimp but I think it works. thankyou. > > On Sat, Jan 17, 2015 at 12:10 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...> <mailto:thi...@gm... <mailto:thi...@gm...>__>> wrote: > > I'll be doing some testing now, I'll tell you how it goes. > > On Sat, Jan 17, 2015 at 12:09 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...> <mailto:thi...@gm... <mailto:thi...@gm...>__>> wrote: > > wait! it works now! the driver works, thankyou! it is mapped right. > > On Sat, Jan 17, 2015 at 12:08 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...> <mailto:thi...@gm... <mailto:thi...@gm...>__>> wrote: > > thank you for having the patience to explain it, I didn’t quite understand what you meant. > > thierry@thierry-Presario-CQ62-__Notebook-PC:~$ wget -q https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz <https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz> > thierry@thierry-Presario-CQ62-__Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.__gz > thierry@thierry-Presario-CQ62-__Notebook-PC:~$ cd digimend-kernel-drivers-5/ > thierry@thierry-Presario-CQ62-__Notebook-PC:~/digimend-kernel-__drivers-5$ make > make -C /lib/modules/3.13.0-32-__generic/build SUBDIRS=/home/thierry/__digimend-kernel-drivers-5 modules > make[1]: Entering directory `/usr/src/linux-headers-3.13.__0-32-generic' > CC [M] /home/thierry/digimend-kernel-__drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/thierry/digimend-kernel-__drivers-5/hid-huion.mod.o > LD [M] /home/thierry/digimend-kernel-__drivers-5/hid-huion.ko > make[1]: Leaving directory `/usr/src/linux-headers-3.13.__0-32-generic' > thierry@thierry-Presario-CQ62-__Notebook-PC:~/digimend-kernel-__drivers-5$ sudo make install > [sudo] password for thierry: > make -C /lib/modules/3.13.0-32-__generic/build SUBDIRS=/home/thierry/__digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.__0-32-generic' > INSTALL /home/thierry/digimend-kernel-__drivers-5/hid-huion.ko > Can't read private key > DEPMOD 3.13.0-32-generic > make[1]: Leaving directory `/usr/src/linux-headers-3.13.__0-32-generic' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-__rebind.rules > udevadm control --reload > thierry@thierry-Presario-CQ62-__Notebook-PC:~/digimend-kernel-__drivers-5$ > > > On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...> <mailto:sp...@gm... <mailto:sp...@gm...>>> wrote: > > On 01/16/2015 09:51 PM, Thierry FOX wrote: > > sorry about that, here is what happened: > > > Thank you, but this is still not what I asked for :) > > What I need is similar to what you sent in your first message to the maillist: > the terminal output of your attempt to build the driver. > > As an example, here is the output of me building and installing the driver: > > nkondras@gimli:~$ wget -q https://github.com/DIGImend/____digimend-kernel-drivers/____releases/download/v5/digimend-____kernel-drivers-5.tar.gz <https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz> <https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz <https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz>> > nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.____gz > nkondras@gimli:~$ cd digimend-kernel-drivers-5/ > nkondras@gimli:~/digimend-____kernel-drivers-5$ make > make -C /lib/modules/3.16.0-4-amd64/____build SUBDIRS=/home/nkondras/____digimend-kernel-drivers-5 modules > make[1]: Entering directory '/usr/src/linux-headers-3.16.____0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.____0-4-amd64' > CC [M] /home/nkondras/digimend-____kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/nkondras/digimend-____kernel-drivers-5/hid-huion.____mod.o > LD [M] /home/nkondras/digimend-____kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory '/usr/src/linux-headers-3.16.____0-4-amd64' > nkondras@gimli:~/digimend-____kernel-drivers-5$ sudo make install > [sudo] password for nkondras: > make -C /lib/modules/3.16.0-4-amd64/____build SUBDIRS=/home/nkondras/____digimend-kernel-drivers-5 modules_install > make[1]: Entering directory '/usr/src/linux-headers-3.16.____0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.____0-4-amd64' > INSTALL /home/nkondras/digimend-____kernel-drivers-5/hid-huion.ko > DEPMOD 3.16.0-4-amd64 > make[1]: Leaving directory '/usr/src/linux-headers-3.16.____0-4-amd64' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-____rebind.rules > udevadm control --reload > > > Could you please do the same and send your output? > > Thank you. > > Nick > > > > > > > |
|
From: Thierry F. <thi...@gm...> - 2015-01-18 15:39:50
|
I'm confused now, so is this still not what you asked for? or is it done now. On Sat, Jan 17, 2015 at 2:08 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/17/2015 02:11 PM, Thierry FOX wrote: > >> mapping is good, pressure s working, and by the looks of it, the drivers >> work! I was testing it on some animation software called pencil by the >> way, >> I might try it out on gimp but I think it works. thankyou. >> > > Great :)! Glad to hear it's working. > Will add your tablet to the compatibility table. > > Nick > > On 01/17/2015 02:11 PM, Thierry FOX wrote: > >> mapping is good, pressure s working, and by the looks of it, the drivers >> work! I was testing it on some animation software called pencil by the way, >> I might try it out on gimp but I think it works. thankyou. >> >> On Sat, Jan 17, 2015 at 12:10 PM, Thierry FOX <thi...@gm... >> <mailto:thi...@gm...>> wrote: >> >> I'll be doing some testing now, I'll tell you how it goes. >> >> On Sat, Jan 17, 2015 at 12:09 PM, Thierry FOX <thi...@gm... >> <mailto:thi...@gm...>> wrote: >> >> wait! it works now! the driver works, thankyou! it is mapped >> right. >> >> On Sat, Jan 17, 2015 at 12:08 PM, Thierry FOX < >> thi...@gm... <mailto:thi...@gm...>> wrote: >> >> thank you for having the patience to explain it, I didn’t >> quite understand what you meant. >> >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q >> https://github.com/DIGImend/digimend-kernel-drivers/ >> releases/download/v5/digimend-kernel-drivers-5.tar.gz >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf >> digimend-kernel-drivers-5.tar.gz >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd >> digimend-kernel-drivers-5/ >> thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ >> make >> make -C /lib/modules/3.13.0-32-generic/build >> SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules >> make[1]: Entering directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> CC [M] /home/thierry/digimend-kernel- >> drivers-5/hid-huion.o >> Building modules, stage 2. >> MODPOST 1 modules >> CC /home/thierry/digimend-kernel- >> drivers-5/hid-huion.mod.o >> LD [M] /home/thierry/digimend-kernel- >> drivers-5/hid-huion.ko >> make[1]: Leaving directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ >> sudo make install >> [sudo] password for thierry: >> make -C /lib/modules/3.13.0-32-generic/build >> SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install >> make[1]: Entering directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> INSTALL /home/thierry/digimend-kernel- >> drivers-5/hid-huion.ko >> Can't read private key >> DEPMOD 3.13.0-32-generic >> make[1]: Leaving directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf >> depmod -a >> install hid-rebind /sbin/hid-rebind >> install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid- >> rebind.rules >> udevadm control --reload >> thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel- >> drivers-5$ >> >> >> On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov < >> sp...@gm... <mailto:sp...@gm...>> wrote: >> >> On 01/16/2015 09:51 PM, Thierry FOX wrote: >> >> sorry about that, here is what happened: >> >> >> Thank you, but this is still not what I asked for :) >> >> What I need is similar to what you sent in your first >> message to the maillist: >> the terminal output of your attempt to build the driver. >> >> As an example, here is the output of me building and >> installing the driver: >> >> nkondras@gimli:~$ wget -q https://github.com/DIGImend/__ >> digimend-kernel-drivers/__releases/download/v5/digimend- >> __kernel-drivers-5.tar.gz <https://github.com/DIGImend/ >> digimend-kernel-drivers/releases/download/v5/digimend- >> kernel-drivers-5.tar.gz> >> nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar. >> __gz >> nkondras@gimli:~$ cd digimend-kernel-drivers-5/ >> nkondras@gimli:~/digimend-__kernel-drivers-5$ make >> make -C /lib/modules/3.16.0-4-amd64/__build >> SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules >> make[1]: Entering directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> Makefile:10: *** mixed implicit and normal rules: >> deprecated syntax >> make[1]: Entering directory `/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> CC [M] /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.o >> Building modules, stage 2. >> MODPOST 1 modules >> CC /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.__mod.o >> LD [M] /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.ko >> make[1]: Leaving directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> nkondras@gimli:~/digimend-__kernel-drivers-5$ sudo make >> install >> [sudo] password for nkondras: >> make -C /lib/modules/3.16.0-4-amd64/__build >> SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules_install >> make[1]: Entering directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> Makefile:10: *** mixed implicit and normal rules: >> deprecated syntax >> make[1]: Entering directory `/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> INSTALL /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.ko >> DEPMOD 3.16.0-4-amd64 >> make[1]: Leaving directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> install -D -m 0644 digimend.conf >> /etc/depmod.d/digimend.conf >> depmod -a >> install hid-rebind /sbin/hid-rebind >> install -m 0644 hid-rebind.rules >> /lib/udev/rules.d/70-hid-__rebind.rules >> udevadm control --reload >> >> >> Could you please do the same and send your output? >> >> Thank you. >> >> Nick >> >> >> >> >> >> > |
|
From: Nikolai K. <sp...@gm...> - 2015-01-17 14:08:20
|
On 01/17/2015 02:11 PM, Thierry FOX wrote: > mapping is good, pressure s working, and by the looks of it, the drivers > work! I was testing it on some animation software called pencil by the way, > I might try it out on gimp but I think it works. thankyou. Great :)! Glad to hear it's working. Will add your tablet to the compatibility table. Nick On 01/17/2015 02:11 PM, Thierry FOX wrote: > mapping is good, pressure s working, and by the looks of it, the drivers work! I was testing it on some animation software called pencil by the way, I might try it out on gimp but I think it works. thankyou. > > On Sat, Jan 17, 2015 at 12:10 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...>> wrote: > > I'll be doing some testing now, I'll tell you how it goes. > > On Sat, Jan 17, 2015 at 12:09 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...>> wrote: > > wait! it works now! the driver works, thankyou! it is mapped right. > > On Sat, Jan 17, 2015 at 12:08 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...>> wrote: > > thank you for having the patience to explain it, I didn’t quite understand what you meant. > > thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd digimend-kernel-drivers-5/ > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ make > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > CC [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/thierry/digimend-kernel-drivers-5/hid-huion.mod.o > LD [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ sudo make install > [sudo] password for thierry: > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > INSTALL /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > Can't read private key > DEPMOD 3.13.0-32-generic > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules > udevadm control --reload > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ > > > On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...>> wrote: > > On 01/16/2015 09:51 PM, Thierry FOX wrote: > > sorry about that, here is what happened: > > > Thank you, but this is still not what I asked for :) > > What I need is similar to what you sent in your first message to the maillist: > the terminal output of your attempt to build the driver. > > As an example, here is the output of me building and installing the driver: > > nkondras@gimli:~$ wget -q https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz <https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz> > nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.__gz > nkondras@gimli:~$ cd digimend-kernel-drivers-5/ > nkondras@gimli:~/digimend-__kernel-drivers-5$ make > make -C /lib/modules/3.16.0-4-amd64/__build SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules > make[1]: Entering directory '/usr/src/linux-headers-3.16.__0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.__0-4-amd64' > CC [M] /home/nkondras/digimend-__kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/nkondras/digimend-__kernel-drivers-5/hid-huion.__mod.o > LD [M] /home/nkondras/digimend-__kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory '/usr/src/linux-headers-3.16.__0-4-amd64' > nkondras@gimli:~/digimend-__kernel-drivers-5$ sudo make install > [sudo] password for nkondras: > make -C /lib/modules/3.16.0-4-amd64/__build SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules_install > make[1]: Entering directory '/usr/src/linux-headers-3.16.__0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.__0-4-amd64' > INSTALL /home/nkondras/digimend-__kernel-drivers-5/hid-huion.ko > DEPMOD 3.16.0-4-amd64 > make[1]: Leaving directory '/usr/src/linux-headers-3.16.__0-4-amd64' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-__rebind.rules > udevadm control --reload > > > Could you please do the same and send your output? > > Thank you. > > Nick > > > > > |
|
From: Nikolai K. <sp...@gm...> - 2015-01-17 12:50:00
|
On 01/17/2015 02:08 PM, Thierry FOX wrote: > thank you for having the patience to explain it, I didn’t quite understand what you meant. No problem, thank you for sending it :) > thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd digimend-kernel-drivers-5/ > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ make > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > CC [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/thierry/digimend-kernel-drivers-5/hid-huion.mod.o > LD [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ sudo make install > [sudo] password for thierry: > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > INSTALL /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > Can't read private key > DEPMOD 3.13.0-32-generic > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules > udevadm control --reload > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ This looks perfectly fine. Now, please check if the tablet is still not working and if it doesn't, please send me the output of this command: sudo bash -c 'for f in /sys/kernel/debug/hid/0003:256C:*/rdesc; do echo "$f"; cat "$f"; done' Thank you. Nick |
|
From: Thierry F. <thi...@gm...> - 2015-01-17 12:08:37
|
thank you for having the patience to explain it, I didn’t quite understand what you meant. thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.gz thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd digimend-kernel-drivers-5/ thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ make make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' CC [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.o Building modules, stage 2. MODPOST 1 modules CC /home/thierry/digimend-kernel-drivers-5/hid-huion.mod.o LD [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.ko make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ sudo make install [sudo] password for thierry: make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' INSTALL /home/thierry/digimend-kernel-drivers-5/hid-huion.ko Can't read private key DEPMOD 3.13.0-32-generic make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf depmod -a install hid-rebind /sbin/hid-rebind install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules udevadm control --reload thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/16/2015 09:51 PM, Thierry FOX wrote: > >> sorry about that, here is what happened: >> > > Thank you, but this is still not what I asked for :) > > What I need is similar to what you sent in your first message to the > maillist: > the terminal output of your attempt to build the driver. > > As an example, here is the output of me building and installing the driver: > > nkondras@gimli:~$ wget -q https://github.com/DIGImend/ > digimend-kernel-drivers/releases/download/v5/digimend- > kernel-drivers-5.tar.gz > nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.gz > nkondras@gimli:~$ cd digimend-kernel-drivers-5/ > nkondras@gimli:~/digimend-kernel-drivers-5$ make > make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 > modules > make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' > CC [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/nkondras/digimend-kernel-drivers-5/hid-huion.mod.o > LD [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' > nkondras@gimli:~/digimend-kernel-drivers-5$ sudo make install > [sudo] password for nkondras: > make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 > modules_install > make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' > INSTALL /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko > DEPMOD 3.16.0-4-amd64 > make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules > udevadm control --reload > > > Could you please do the same and send your output? > > Thank you. > > Nick > |
|
From: Thierry F. <thi...@gm...> - 2015-01-16 20:56:45
|
sorry about that, here is what happened: thierry@thierry-Presario-CQ62-Notebook-PC:~$ sudo apt-get install evtest [sudo] password for thierry: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: fonts-dejavu-extra java-common libbonobo2-0 libbonobo2-common libgconf2-4 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 libgnomevfs2-common libidl-common libidl0 liborbit-2-0 liborbit2 tzdata-java Use 'apt-get autoremove' to remove them. The following NEW packages will be installed evtest 0 to upgrade, 1 to newly install, 0 to remove and 4 not to upgrade. Need to get 0 B/14.6 kB of archives. After this operation, 71.7 kB of additional disk space will be used. Selecting previously unselected package evtest. (Reading database ... 227776 files and directories currently installed.) Preparing to unpack .../evtest_1%3a1.31-1_amd64.deb ... Unpacking evtest (1:1.31-1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up evtest (1:1.31-1) ... thierry@thierry-Presario-CQ62-Notebook-PC:~$ On Thu, Jan 15, 2015 at 8:26 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/15/2015 09:12 PM, Thierry FOX wrote: > >> hi, sorry I took a long time to reply, I have tried to do it in the >> terminal >> but even when copy and pasting sections of what appeared on the terminal >> it >> has some sort of limit on the amount of code I can put down, and obviously >> when doing the evtest a lot of code goes down on the terminal, so it means >> that I cant copy everything >> > > Sure, but I wasn't asking for more evtest output. I was asking you to try > to > install the driver again, and then copy-paste whatever *that* produced on > the > terminal. > > Thank you. > > Nick > |
|
From: Nikolai K. <sp...@gm...> - 2015-01-16 20:25:18
|
On 01/16/2015 09:51 PM, Thierry FOX wrote: > sorry about that, here is what happened: Thank you, but this is still not what I asked for :) What I need is similar to what you sent in your first message to the maillist: the terminal output of your attempt to build the driver. As an example, here is the output of me building and installing the driver: nkondras@gimli:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.gz nkondras@gimli:~$ cd digimend-kernel-drivers-5/ nkondras@gimli:~/digimend-kernel-drivers-5$ make make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 modules make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' Makefile:10: *** mixed implicit and normal rules: deprecated syntax make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' CC [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.o Building modules, stage 2. MODPOST 1 modules CC /home/nkondras/digimend-kernel-drivers-5/hid-huion.mod.o LD [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' nkondras@gimli:~/digimend-kernel-drivers-5$ sudo make install [sudo] password for nkondras: make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 modules_install make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' Makefile:10: *** mixed implicit and normal rules: deprecated syntax make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' INSTALL /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko DEPMOD 3.16.0-4-amd64 make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf depmod -a install hid-rebind /sbin/hid-rebind install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules udevadm control --reload Could you please do the same and send your output? Thank you. Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-01-16 09:40:17
|
Hi Marcus, On 01/15/2015 06:13 PM, Marcus Vinicius R wrote: >> In GIMP if you go to Windows->Dockable Dialogs->Device Status Gimp will >> create a small window which is titled "Devices" (or it may immediately >> show up as a tab in another Gimp window). This window will show you the >> devices currently configured in Gimp. When you draw in Gimp, it will >> highlight which device is active. If my above theory is correct, I believe >> the "Core Pointer" device will remain highlighted, and your tablet device >> will never be highlighted. Do you mind trying that? If you are up to it, >> I'd also be interested to see if you can definitely correlate the problem >> to Gnome but not Xfce, I wonder if Gimp's inconsistency just >> coincidentally appeared that way at first. Trying multiple times in both >> DEs could show it one way or the other. > > I'm sorry for the delay. Actually, that's the problem, but for some reason it stopped happens in Xfce. But sometimes it still happens when I have other applications open. Could you please try an experimental version of the driver, which has pen and frame buttons together on the same, single interface: https://github.com/DIGImend/digimend-kernel-drivers/archive/huion-abstract-keyboard.zip It may fix your problem. Nick |
|
From: Thierry F. <thi...@gm...> - 2015-01-15 19:12:25
|
hi, sorry I took a long time to reply, I have tried to do it in the terminal but even when copy and pasting sections of what appeared on the terminal it has some sort of limit on the amount of code I can put down, and obviously when doing the evtest a lot of code goes down on the terminal, so it means that I cant copy everything |
|
From: Marcus V. R <mvr...@ho...> - 2015-01-15 16:13:15
|
> > Hi Marcus, > > In GIMP if you go to Windows->Dockable Dialogs->Device Status Gimp will create a small window which is titled "Devices" (or it may immediately show up as a tab in another Gimp window). This window will show you the devices currently configured in Gimp. When you draw in Gimp, it will highlight which device is active. If my above theory is correct, I believe the "Core Pointer" device will remain highlighted, and your tablet device will never be highlighted. Do you mind trying that? If you are up to it, I'd also be interested to see if you can definitely correlate the problem to Gnome but not Xfce, I wonder if Gimp's inconsistency just coincidentally appeared that way at first. Trying multiple times in both DEs could show it one way or the other. I'm sorry for the delay. Actually, that's the problem, but for some reason it stopped happens in Xfce. But sometimes it still happens when I have other applications open. Marcus. > Date: Fri, 9 Jan 2015 00:23:17 +0200 > From: sp...@gm... > To: ade...@gm... > CC: mvr...@ho...; dig...@li... > Subject: Re: [DIGImend-users] (no subject) > > Hi Dan, > > On 01/08/2015 11:51 PM, Dan Roberts wrote: > > I don't really understand this behavior, I didn't think Gtk+ (well, Gdk) did > > much more than wrap X11/XInput into a common interface. Is it possible this > > is actually due to GIMP inconsistencies that coincidentally didn't work on > > Gnome but worked on Xfce? Because the current driver exposes multiple > > pointer interfaces (at least for the Huion driver), I've found GIMP doesn't > > always select the correct one, and doesn't appear to accept input (but since > > Gimp still receives input from the master virtual pointer, it will still > > receive generic pointer input, so you get motion and button presses, but no > > pressure). I hacked my driver to ignore one of the interfaces, so > > xf86-input-evdev never sees it, and in turn Gimp doesn't see it. > > It could be that. The GIMP was very quirky in that regard. > > I can only suggest trying an experimental version of the driver, which has pen > and frame buttons together on the same, single interface: > > https://github.com/DIGImend/digimend-kernel-drivers/archive/huion-abstract-keyboard.zip > > Nick > > On 01/08/2015 11:51 PM, Dan Roberts wrote: > > Nick, > > I don't really understand this behavior, I didn't think Gtk+ (well, Gdk) did much more than wrap X11/XInput into a common interface. Is it possible this is actually due to GIMP inconsistencies that coincidentally didn't work on Gnome but worked on Xfce? Because the current driver exposes multiple pointer interfaces (at least for the Huion driver), I've found GIMP doesn't always select the correct one, and doesn't appear to accept input (but since Gimp still receives input from the master virtual pointer, it will still receive generic pointer input, so you get motion and button presses, but no pressure). I hacked my driver to ignore one of the interfaces, so xf86-input-evdev never sees it, and in turn Gimp doesn't see it. > > > > Hi Marcus, > > In GIMP if you go to Windows->Dockable Dialogs->Device Status Gimp will create a small window which is titled "Devices" (or it may immediately show up as a tab in another Gimp window). This window will show you the devices currently configured in Gimp. When you draw in Gimp, it will highlight which device is active. If my above theory is correct, I believe the "Core Pointer" device will remain highlighted, and your tablet device will never be highlighted. Do you mind trying that? If you are up to it, I'd also be interested to see if you can definitely correlate the problem to Gnome but not Xfce, I wonder if Gimp's inconsistency just coincidentally appeared that way at first. Trying multiple times in both DEs could show it one way or the other. > > > > > > Cheers, > > Dan > > > > On Thu, Jan 8, 2015 at 2:58 AM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...>> wrote: > > > > On 01/08/2015 05:07 AM, Marcus Vinicius R wrote: > > > In XFCE some applications, like GIMP, don't work with pressure sensivity(I > > > did the same adjustments). In Gnome, the same application works very well. > > > In some applications this feature is working in both XFCE and Gnome, e. g.: > > > Krita. > > > > I guess Krita works because it doesn't use GTK. I would say this issue should > > be reported to distribution maintainers. > > > > Nick > > > > > And I'd like to know if Is there some way to set the tablet shortcut buttons > > > and adjust the tablet active area? > > > > > > Thanks in advance, Marcus. > > > > > > > Date: Wed, 7 Jan 2015 11:10:55 +0200 > > > > From:sp...@gm... <mailto:sp...@gm...> > > > > To:mvr...@ho... <mailto:mvr...@ho...>; dig...@li... <mailto:dig...@li...> > > > > Subject: Re: [DIGImend-users] (no subject) > > > > > > > > Hello Marcus, > > > > > > > > On 01/07/2015 03:09 AM, Marcus Vinicius R wrote: > > > > > Hello. I have a Huion H610 pro and I was trying to make it works on Fedora > > > > > 20, linux kernel 3.18.1 and xfce 4. I didn't find it anywhere but that's a > > > > > very important information: The driver doesn't work well on Xfce+Fedora! In > > > > > Gnome it worked very well, pressure sensivity works in all applications > > > > > tough I'm still trying to put the tablet shortcuts to do their job. > > > > > > > > If it works in Gnome, it should work in XFCE as well. > > > > How exactly it doesn't work? > > > > > > > > Nick > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming! The Go Parallel Website, > > sponsored by Intel and developed in partnership with Slashdot Media, is your > > hub for all things parallel software development, from weekly thought > > leadership blogs to news, videos, case studies, tutorials and more. Take a > > look and join the conversation now. http://goparallel.sourceforge.net > > _______________________________________________ > > DIGImend-users mailing list > > DIG...@li... <mailto:DIG...@li...> > > https://lists.sourceforge.net/lists/listinfo/digimend-users > > > > > |
|
From: Nikolai K. <sp...@gm...> - 2015-01-14 19:24:31
|
On 01/14/2015 12:32 AM, Cocoa wrote: >> You're welcome :) Well, you can always help with something else. Like going >> through HOWTOs, checking they work and updating/fixing them, if necessary. >> Or >> writing new HOWTOs, or helping users on the maillist :) > > Quite true! I could probably use the practice writing docs. You're welcome at any time. If you read a HOWTO and notice any mistakes, even if it's just a typo, don't hesitate to hit that "pencil" icon beside the title. Provided you're a registered GitHub user you should be able to edit the text, do a basic preview and submit a pull request with the change. Otherwise, reporting the issue using the "(!)" icon next to it would also be useful. Thank you. >> Could you please send me a pen pressure sample as described in our >> diagnostics collection HOWTO: >> >> http://localhost:4000/support/howto/trbl/diagnostics/#pressure > > I think that should be > http://digimend.github.io/support/howto/trbl/diagnostics/#pressure ;) > But it's attached. Argh, I did that again :) Thank you. I don't see anything wrong with reporting button clicks and pressure here. Could you try sending "xinput test" output for your tablet pen device (the one that produces output when you move the pen), while trying to reproduce the issue? And could you please also explain in detail what exactly is the issue? Thank you. Nick |
|
From: Cocoa <mom...@gm...> - 2015-01-13 22:32:33
|
> You're welcome :) Well, you can always help with something else. Like going > through HOWTOs, checking they work and updating/fixing them, if necessary. > Or > writing new HOWTOs, or helping users on the maillist :) Quite true! I could probably use the practice writing docs. > > This is normal for the current version of the driver. One interface is the > pen, another is the frame buttons and the third one is the mouse, which your > tablet doesn't have. And "pointer" means a pointer device, in general, as > opposed to "keyboard". It's possible that in the future versions we'll be > able > to lump them into one interface, which can fix some problems. Ah, okay! One of the docs (of course, now I can't find which one) said the tablet should show up listed as a tablet in xinput, so I wasn't sure if I was doing something wrong. Thanks for the explanation! > Could you please send me a pen pressure sample as described in our > diagnostics > collection HOWTO: > > http://localhost:4000/support/howto/trbl/diagnostics/#pressure I think that should be http://digimend.github.io/support/howto/trbl/diagnostics/#pressure ;) But it's attached. |
|
From: Nikolai K. <sp...@gm...> - 2015-01-13 19:48:57
|
Hi Cocoa,
On 01/13/2015 12:02 AM, Cocoa wrote:
> First off, thank you Nikolai for adding support for this tablet! I was
> going to try to help when I had some free time, but I am a total C
> beginner so it may not have worked out so well.
You're welcome :) Well, you can always help with something else. Like going
through HOWTOs, checking they work and updating/fixing them, if necessary. Or
writing new HOWTOs, or helping users on the maillist :)
> I was able to make and install the drivers just fine - Linux Mint 17,
Good!
> Cinnamon desktop (which I believe is a GTK derivative?).
It's GTK3-based. Sort of an alternative to GNOME 3.
> Got full motion right off the bat, but with some weird bugs:
>
> 1) 'xinput list' gives the following:
> ⎡ Virtual core pointer id=2 [master pointer (3)]
> ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
> ⎜ ↳ DualPoint Stick id=13 [slave pointer (2)]
> ⎜ ↳ UC-LOGIC TWHA60 id=15 [slave pointer (2)]
> ⎜ ↳ UC-LOGIC TWHA60 id=16 [slave pointer (2)]
> ⎜ ↳ UC-LOGIC TWHA60 id=17 [slave pointer (2)]
> ⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=12 [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)]
> ↳ Power Button id=8 [slave keyboard (3)]
> ↳ Sleep Button id=9 [slave keyboard (3)]
> ↳ Laptop_Integrated_Webcam_HD id=10 [slave keyboard (3)]
> ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
> ↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
>
> So the tablet appears three times (all three listings vanish if I
> disconnect and run xinput again, and I tried rebooting and repeating
> the process), and it's listed as a pointer instead of a tablet.
> 'xinput test' only gives feed back for the first device id, though.
This is normal for the current version of the driver. One interface is the
pen, another is the frame buttons and the third one is the mouse, which your
tablet doesn't have. And "pointer" means a pointer device, in general, as
opposed to "keyboard". It's possible that in the future versions we'll be able
to lump them into one interface, which can fix some problems.
> 2) I do appear to be getting pressure/Z-axis info, but it's really
> skewed - it's recognizing 'button press' when the stylus is a good
> centimeter or two above the tablet surface, which is making any
> further testing a little tricky.
Hmm, that shouldn't happen.
> I'm happy to provide any other test data that would help!
Could you please send me a pen pressure sample as described in our diagnostics
collection HOWTO:
http://localhost:4000/support/howto/trbl/diagnostics/#pressure
Thank you.
Nick
|
|
From: Nikolai K. <sp...@gm...> - 2015-01-13 19:37:45
|
Hi Thierry, On 01/12/2015 11:24 PM, Thierry FOX wrote: > Event: time 1421097828.099263, type 3 (EV_ABS), code 1 (ABS_Y), value 8643 Thank you, but this is not what I asked. Can you please try building and installing the driver again, but this time please copy-paste and send everything that appeared on the terminal as you did that? Nick |
|
From: Cocoa <mom...@gm...> - 2015-01-12 22:02:27
|
First off, thank you Nikolai for adding support for this tablet! I was
going to try to help when I had some free time, but I am a total C
beginner so it may not have worked out so well.
I was able to make and install the drivers just fine - Linux Mint 17,
Cinnamon desktop (which I believe is a GTK derivative?). Got full
motion right off the bat, but with some weird bugs:
1) 'xinput list' gives the following:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DualPoint Stick id=13 [slave pointer (2)]
⎜ ↳ UC-LOGIC TWHA60 id=15 [slave pointer (2)]
⎜ ↳ UC-LOGIC TWHA60 id=16 [slave pointer (2)]
⎜ ↳ UC-LOGIC TWHA60 id=17 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=12 [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)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Laptop_Integrated_Webcam_HD id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
So the tablet appears three times (all three listings vanish if I
disconnect and run xinput again, and I tried rebooting and repeating
the process), and it's listed as a pointer instead of a tablet.
'xinput test' only gives feed back for the first device id, though.
2) I do appear to be getting pressure/Z-axis info, but it's really
skewed - it's recognizing 'button press' when the stylus is a good
centimeter or two above the tablet surface, which is making any
further testing a little tricky.
I'm happy to provide any other test data that would help!
|
|
From: Thierry F. <thi...@gm...> - 2015-01-12 21:24:34
|
Event: time 1421097828.099263, type 3 (EV_ABS), code 1 (ABS_Y), value 8643 Event: time 1421097828.099263, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1069 Event: time 1421097828.099263, -------------- SYN_REPORT ------------ Event: time 1421097828.103261, type 3 (EV_ABS), code 0 (ABS_X), value 1891 Event: time 1421097828.103261, type 3 (EV_ABS), code 1 (ABS_Y), value 8639 Event: time 1421097828.103261, -------------- SYN_REPORT ------------ Event: time 1421097828.107266, type 3 (EV_ABS), code 0 (ABS_X), value 1874 Event: time 1421097828.107266, type 3 (EV_ABS), code 1 (ABS_Y), value 8636 Event: time 1421097828.107266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1067 Event: time 1421097828.107266, -------------- SYN_REPORT ------------ Event: time 1421097828.111267, type 3 (EV_ABS), code 0 (ABS_X), value 1856 Event: time 1421097828.111267, type 3 (EV_ABS), code 1 (ABS_Y), value 8632 Event: time 1421097828.111267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1074 Event: time 1421097828.111267, -------------- SYN_REPORT ------------ Event: time 1421097828.115265, type 3 (EV_ABS), code 0 (ABS_X), value 1838 Event: time 1421097828.115265, type 3 (EV_ABS), code 1 (ABS_Y), value 8629 Event: time 1421097828.115265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1073 Event: time 1421097828.115265, -------------- SYN_REPORT ------------ Event: time 1421097828.119255, type 3 (EV_ABS), code 0 (ABS_X), value 1819 Event: time 1421097828.119255, type 3 (EV_ABS), code 1 (ABS_Y), value 8625 Event: time 1421097828.119255, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1070 Event: time 1421097828.119255, -------------- SYN_REPORT ------------ Event: time 1421097828.123258, type 3 (EV_ABS), code 0 (ABS_X), value 1781 Event: time 1421097828.123258, type 3 (EV_ABS), code 1 (ABS_Y), value 8618 Event: time 1421097828.123258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1075 Event: time 1421097828.123258, -------------- SYN_REPORT ------------ Event: time 1421097828.127261, type 3 (EV_ABS), code 0 (ABS_X), value 1762 Event: time 1421097828.127261, type 3 (EV_ABS), code 1 (ABS_Y), value 8615 Event: time 1421097828.127261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1078 Event: time 1421097828.127261, -------------- SYN_REPORT ------------ Event: time 1421097828.131262, type 3 (EV_ABS), code 0 (ABS_X), value 1741 Event: time 1421097828.131262, type 3 (EV_ABS), code 1 (ABS_Y), value 8612 Event: time 1421097828.131262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1073 Event: time 1421097828.131262, -------------- SYN_REPORT ------------ Event: time 1421097828.135261, type 3 (EV_ABS), code 0 (ABS_X), value 1720 Event: time 1421097828.135261, type 3 (EV_ABS), code 1 (ABS_Y), value 8609 Event: time 1421097828.135261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1075 Event: time 1421097828.135261, -------------- SYN_REPORT ------------ Event: time 1421097828.139264, type 3 (EV_ABS), code 0 (ABS_X), value 1699 Event: time 1421097828.139264, type 3 (EV_ABS), code 1 (ABS_Y), value 8607 Event: time 1421097828.139264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1077 Event: time 1421097828.139264, -------------- SYN_REPORT ------------ Event: time 1421097828.143266, type 3 (EV_ABS), code 0 (ABS_X), value 1679 Event: time 1421097828.143266, type 3 (EV_ABS), code 1 (ABS_Y), value 8604 Event: time 1421097828.143266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1076 Event: time 1421097828.143266, -------------- SYN_REPORT ------------ Event: time 1421097828.147265, type 3 (EV_ABS), code 0 (ABS_X), value 1660 Event: time 1421097828.147265, type 3 (EV_ABS), code 1 (ABS_Y), value 8601 Event: time 1421097828.147265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1074 Event: time 1421097828.147265, -------------- SYN_REPORT ------------ Event: time 1421097828.151265, type 3 (EV_ABS), code 0 (ABS_X), value 1640 Event: time 1421097828.151265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1077 Event: time 1421097828.151265, -------------- SYN_REPORT ------------ Event: time 1421097828.155257, type 3 (EV_ABS), code 0 (ABS_X), value 1622 Event: time 1421097828.155257, type 3 (EV_ABS), code 1 (ABS_Y), value 8598 Event: time 1421097828.155257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1078 Event: time 1421097828.155257, -------------- SYN_REPORT ------------ Event: time 1421097828.159258, type 3 (EV_ABS), code 0 (ABS_X), value 1605 Event: time 1421097828.159258, -------------- SYN_REPORT ------------ Event: time 1421097828.163260, type 3 (EV_ABS), code 0 (ABS_X), value 1590 Event: time 1421097828.163260, type 3 (EV_ABS), code 1 (ABS_Y), value 8595 Event: time 1421097828.163260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1082 Event: time 1421097828.163260, -------------- SYN_REPORT ------------ Event: time 1421097828.167259, type 3 (EV_ABS), code 0 (ABS_X), value 1574 Event: time 1421097828.167259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1081 Event: time 1421097828.167259, -------------- SYN_REPORT ------------ Event: time 1421097828.171258, type 3 (EV_ABS), code 0 (ABS_X), value 1558 Event: time 1421097828.171258, type 3 (EV_ABS), code 1 (ABS_Y), value 8593 Event: time 1421097828.171258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1079 Event: time 1421097828.171258, -------------- SYN_REPORT ------------ Event: time 1421097828.175266, type 3 (EV_ABS), code 0 (ABS_X), value 1544 Event: time 1421097828.175266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1082 Event: time 1421097828.175266, -------------- SYN_REPORT ------------ Event: time 1421097828.179258, type 3 (EV_ABS), code 0 (ABS_X), value 1531 Event: time 1421097828.179258, type 3 (EV_ABS), code 1 (ABS_Y), value 8590 Event: time 1421097828.179258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1083 Event: time 1421097828.179258, -------------- SYN_REPORT ------------ Event: time 1421097828.183267, type 3 (EV_ABS), code 0 (ABS_X), value 1520 Event: time 1421097828.183267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.183267, -------------- SYN_REPORT ------------ Event: time 1421097828.187262, type 3 (EV_ABS), code 0 (ABS_X), value 1505 Event: time 1421097828.187262, type 3 (EV_ABS), code 1 (ABS_Y), value 8588 Event: time 1421097828.187262, -------------- SYN_REPORT ------------ Event: time 1421097828.191259, type 3 (EV_ABS), code 0 (ABS_X), value 1488 Event: time 1421097828.191259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.191259, -------------- SYN_REPORT ------------ Event: time 1421097828.195258, type 3 (EV_ABS), code 0 (ABS_X), value 1473 Event: time 1421097828.195258, type 3 (EV_ABS), code 1 (ABS_Y), value 8586 Event: time 1421097828.195258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.195258, -------------- SYN_REPORT ------------ Event: time 1421097828.199259, type 3 (EV_ABS), code 0 (ABS_X), value 1459 Event: time 1421097828.199259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.199259, -------------- SYN_REPORT ------------ Event: time 1421097828.203267, type 3 (EV_ABS), code 0 (ABS_X), value 1423 Event: time 1421097828.203267, type 3 (EV_ABS), code 1 (ABS_Y), value 8583 Event: time 1421097828.203267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.203267, -------------- SYN_REPORT ------------ Event: time 1421097828.207268, type 3 (EV_ABS), code 0 (ABS_X), value 1393 Event: time 1421097828.207268, -------------- SYN_REPORT ------------ Event: time 1421097828.211265, type 3 (EV_ABS), code 0 (ABS_X), value 1360 Event: time 1421097828.211265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.211265, -------------- SYN_REPORT ------------ Event: time 1421097828.215255, type 3 (EV_ABS), code 0 (ABS_X), value 1327 Event: time 1421097828.215255, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.215255, -------------- SYN_REPORT ------------ Event: time 1421097828.219259, type 3 (EV_ABS), code 0 (ABS_X), value 1297 Event: time 1421097828.219259, type 3 (EV_ABS), code 1 (ABS_Y), value 8580 Event: time 1421097828.219259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.219259, -------------- SYN_REPORT ------------ Event: time 1421097828.223269, type 3 (EV_ABS), code 0 (ABS_X), value 1265 Event: time 1421097828.223269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.223269, -------------- SYN_REPORT ------------ Event: time 1421097828.227257, type 3 (EV_ABS), code 0 (ABS_X), value 1230 Event: time 1421097828.227257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.227257, -------------- SYN_REPORT ------------ Event: time 1421097828.231259, type 3 (EV_ABS), code 0 (ABS_X), value 1199 Event: time 1421097828.231259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.231259, -------------- SYN_REPORT ------------ Event: time 1421097828.235259, type 3 (EV_ABS), code 0 (ABS_X), value 1172 Event: time 1421097828.235259, type 3 (EV_ABS), code 1 (ABS_Y), value 8578 Event: time 1421097828.235259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1097 Event: time 1421097828.235259, -------------- SYN_REPORT ------------ Event: time 1421097828.239267, type 3 (EV_ABS), code 0 (ABS_X), value 1148 Event: time 1421097828.239267, -------------- SYN_REPORT ------------ Event: time 1421097828.243256, type 3 (EV_ABS), code 0 (ABS_X), value 1124 Event: time 1421097828.243256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1034 Event: time 1421097828.243256, -------------- SYN_REPORT ------------ Event: time 1421097828.247260, type 3 (EV_ABS), code 0 (ABS_X), value 1101 Event: time 1421097828.247260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1069 Event: time 1421097828.247260, -------------- SYN_REPORT ------------ Event: time 1421097828.251257, type 3 (EV_ABS), code 0 (ABS_X), value 1081 Event: time 1421097828.251257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1079 Event: time 1421097828.251257, -------------- SYN_REPORT ------------ Event: time 1421097828.255262, type 3 (EV_ABS), code 0 (ABS_X), value 1061 Event: time 1421097828.255262, type 3 (EV_ABS), code 1 (ABS_Y), value 8576 Event: time 1421097828.255262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1086 Event: time 1421097828.255262, -------------- SYN_REPORT ------------ Event: time 1421097828.259258, type 3 (EV_ABS), code 0 (ABS_X), value 1042 Event: time 1421097828.259258, type 3 (EV_ABS), code 1 (ABS_Y), value 8573 Event: time 1421097828.259258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.259258, -------------- SYN_REPORT ------------ Event: time 1421097828.263260, type 3 (EV_ABS), code 0 (ABS_X), value 1026 Event: time 1421097828.263260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.263260, -------------- SYN_REPORT ------------ Event: time 1421097828.267268, type 3 (EV_ABS), code 0 (ABS_X), value 1011 Event: time 1421097828.267268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.267268, -------------- SYN_REPORT ------------ Event: time 1421097828.271270, type 3 (EV_ABS), code 0 (ABS_X), value 997 Event: time 1421097828.271270, type 3 (EV_ABS), code 1 (ABS_Y), value 8571 Event: time 1421097828.271270, -------------- SYN_REPORT ------------ Event: time 1421097828.275255, type 3 (EV_ABS), code 0 (ABS_X), value 984 Event: time 1421097828.275255, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.275255, -------------- SYN_REPORT ------------ Event: time 1421097828.279258, type 3 (EV_ABS), code 0 (ABS_X), value 972 Event: time 1421097828.279258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.279258, -------------- SYN_REPORT ------------ Event: time 1421097828.283258, type 3 (EV_ABS), code 0 (ABS_X), value 960 Event: time 1421097828.283258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.283258, -------------- SYN_REPORT ------------ Event: time 1421097828.287263, type 3 (EV_ABS), code 0 (ABS_X), value 949 Event: time 1421097828.287263, -------------- SYN_REPORT ------------ Event: time 1421097828.291266, type 3 (EV_ABS), code 0 (ABS_X), value 939 Event: time 1421097828.291266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.291266, -------------- SYN_REPORT ------------ Event: time 1421097828.295281, type 3 (EV_ABS), code 0 (ABS_X), value 926 Event: time 1421097828.295281, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1097 Event: time 1421097828.295281, -------------- SYN_REPORT ------------ Event: time 1421097828.299266, type 3 (EV_ABS), code 0 (ABS_X), value 915 Event: time 1421097828.299266, -------------- SYN_REPORT ------------ Event: time 1421097828.303258, type 3 (EV_ABS), code 0 (ABS_X), value 899 Event: time 1421097828.303258, type 3 (EV_ABS), code 1 (ABS_Y), value 8569 Event: time 1421097828.303258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.303258, -------------- SYN_REPORT ------------ Event: time 1421097828.307256, type 3 (EV_ABS), code 0 (ABS_X), value 881 Event: time 1421097828.307256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.307256, -------------- SYN_REPORT ------------ Event: time 1421097828.311259, type 3 (EV_ABS), code 0 (ABS_X), value 865 Event: time 1421097828.311259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.311259, -------------- SYN_REPORT ------------ Event: time 1421097828.315261, type 3 (EV_ABS), code 0 (ABS_X), value 842 Event: time 1421097828.315261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1089 Event: time 1421097828.315261, -------------- SYN_REPORT ------------ Event: time 1421097828.319258, type 3 (EV_ABS), code 0 (ABS_X), value 817 Event: time 1421097828.319258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.319258, -------------- SYN_REPORT ------------ Event: time 1421097828.323262, type 3 (EV_ABS), code 0 (ABS_X), value 792 Event: time 1421097828.323262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.323262, -------------- SYN_REPORT ------------ Event: time 1421097828.327265, type 3 (EV_ABS), code 0 (ABS_X), value 764 Event: time 1421097828.327265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1087 Event: time 1421097828.327265, -------------- SYN_REPORT ------------ Event: time 1421097828.331260, type 3 (EV_ABS), code 0 (ABS_X), value 737 Event: time 1421097828.331260, type 3 (EV_ABS), code 1 (ABS_Y), value 8571 Event: time 1421097828.331260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.331260, -------------- SYN_REPORT ------------ Event: time 1421097828.335257, type 3 (EV_ABS), code 0 (ABS_X), value 707 Event: time 1421097828.335257, type 3 (EV_ABS), code 1 (ABS_Y), value 8572 Event: time 1421097828.335257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.335257, -------------- SYN_REPORT ------------ Event: time 1421097828.339260, type 3 (EV_ABS), code 0 (ABS_X), value 676 Event: time 1421097828.339260, -------------- SYN_REPORT ------------ Event: time 1421097828.343256, type 3 (EV_ABS), code 0 (ABS_X), value 616 Event: time 1421097828.343256, type 3 (EV_ABS), code 1 (ABS_Y), value 8575 Event: time 1421097828.343256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.343256, -------------- SYN_REPORT ------------ Event: time 1421097828.347269, type 3 (EV_ABS), code 0 (ABS_X), value 586 Event: time 1421097828.347269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1089 Event: time 1421097828.347269, -------------- SYN_REPORT ------------ Event: time 1421097828.351267, type 3 (EV_ABS), code 0 (ABS_X), value 555 Event: time 1421097828.351267, type 3 (EV_ABS), code 1 (ABS_Y), value 8576 Event: time 1421097828.351267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.351267, -------------- SYN_REPORT ------------ Event: time 1421097828.355265, type 3 (EV_ABS), code 0 (ABS_X), value 525 Event: time 1421097828.355265, type 3 (EV_ABS), code 1 (ABS_Y), value 8577 Event: time 1421097828.355265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.355265, -------------- SYN_REPORT ------------ Event: time 1421097828.359260, type 3 (EV_ABS), code 0 (ABS_X), value 497 Event: time 1421097828.359260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.359260, -------------- SYN_REPORT ------------ Event: time 1421097828.363260, type 3 (EV_ABS), code 0 (ABS_X), value 468 Event: time 1421097828.363260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1087 Event: time 1421097828.363260, -------------- SYN_REPORT ------------ Event: time 1421097828.367269, type 3 (EV_ABS), code 0 (ABS_X), value 441 Event: time 1421097828.367269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1089 Event: time 1421097828.367269, -------------- SYN_REPORT ------------ Event: time 1421097828.371259, type 3 (EV_ABS), code 0 (ABS_X), value 417 Event: time 1421097828.371259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.371259, -------------- SYN_REPORT ------------ Event: time 1421097828.375266, type 3 (EV_ABS), code 0 (ABS_X), value 391 Event: time 1421097828.375266, type 3 (EV_ABS), code 1 (ABS_Y), value 8578 Event: time 1421097828.375266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.375266, -------------- SYN_REPORT ------------ Event: time 1421097828.379265, type 3 (EV_ABS), code 0 (ABS_X), value 366 Event: time 1421097828.379265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.379265, -------------- SYN_REPORT ------------ Event: time 1421097828.383265, type 3 (EV_ABS), code 0 (ABS_X), value 341 Event: time 1421097828.383265, type 3 (EV_ABS), code 1 (ABS_Y), value 8579 Event: time 1421097828.383265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.383265, -------------- SYN_REPORT ------------ Event: time 1421097828.387267, type 3 (EV_ABS), code 0 (ABS_X), value 316 Event: time 1421097828.387267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1097 Event: time 1421097828.387267, -------------- SYN_REPORT ------------ Event: time 1421097828.391259, type 3 (EV_ABS), code 0 (ABS_X), value 294 Event: time 1421097828.391259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1100 Event: time 1421097828.391259, -------------- SYN_REPORT ------------ Event: time 1421097828.395258, type 3 (EV_ABS), code 0 (ABS_X), value 274 Event: time 1421097828.395258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1107 Event: time 1421097828.395258, -------------- SYN_REPORT ------------ Event: time 1421097828.399259, type 3 (EV_ABS), code 0 (ABS_X), value 235 Event: time 1421097828.399259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1105 Event: time 1421097828.399259, -------------- SYN_REPORT ------------ Event: time 1421097828.403259, type 3 (EV_ABS), code 0 (ABS_X), value 215 Event: time 1421097828.403259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1108 Event: time 1421097828.403259, -------------- SYN_REPORT ------------ Event: time 1421097828.407269, type 3 (EV_ABS), code 0 (ABS_X), value 193 Event: time 1421097828.407269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1109 Event: time 1421097828.407269, -------------- SYN_REPORT ------------ Event: time 1421097828.411268, type 3 (EV_ABS), code 0 (ABS_X), value 172 Event: time 1421097828.411268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1112 Event: time 1421097828.411268, -------------- SYN_REPORT ------------ Event: time 1421097828.415267, type 3 (EV_ABS), code 0 (ABS_X), value 153 Event: time 1421097828.415267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1111 Event: time 1421097828.415267, -------------- SYN_REPORT ------------ Event: time 1421097828.419268, type 3 (EV_ABS), code 0 (ABS_X), value 135 Event: time 1421097828.419268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1112 Event: time 1421097828.419268, -------------- SYN_REPORT ------------ Event: time 1421097828.423260, type 3 (EV_ABS), code 0 (ABS_X), value 116 Event: time 1421097828.423260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1115 Event: time 1421097828.423260, -------------- SYN_REPORT ------------ Event: time 1421097828.427260, type 3 (EV_ABS), code 0 (ABS_X), value 97 Event: time 1421097828.427260, -------------- SYN_REPORT ------------ Event: time 1421097828.431261, type 3 (EV_ABS), code 0 (ABS_X), value 80 Event: time 1421097828.431261, type 3 (EV_ABS), code 1 (ABS_Y), value 8577 Event: time 1421097828.431261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1118 Event: time 1421097828.431261, -------------- SYN_REPORT ------------ Event: time 1421097828.435258, type 3 (EV_ABS), code 0 (ABS_X), value 66 Event: time 1421097828.435258, -------------- SYN_REPORT ------------ Event: time 1421097828.439267, type 3 (EV_ABS), code 0 (ABS_X), value 49 Event: time 1421097828.439267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1121 Event: time 1421097828.439267, -------------- SYN_REPORT ------------ Event: time 1421097828.443269, type 3 (EV_ABS), code 0 (ABS_X), value 33 Event: time 1421097828.443269, type 3 (EV_ABS), code 1 (ABS_Y), value 8574 Event: time 1421097828.443269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1124 Event: time 1421097828.443269, -------------- SYN_REPORT ------------ Event: time 1421097828.447263, type 3 (EV_ABS), code 0 (ABS_X), value 5 Event: time 1421097828.447263, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1126 Event: time 1421097828.447263, -------------- SYN_REPORT ------------ Event: time 1421097828.451267, type 3 (EV_ABS), code 0 (ABS_X), value 0 Event: time 1421097828.451267, type 3 (EV_ABS), code 1 (ABS_Y), value 8572 Event: time 1421097828.451267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1131 Event: time 1421097828.451267, -------------- SYN_REPORT ------------ Event: time 1421097828.459271, type 3 (EV_ABS), code 1 (ABS_Y), value 8570 Event: time 1421097828.459271, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1128 Event: time 1421097828.459271, -------------- SYN_REPORT ------------ Event: time 1421097828.463261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1133 Event: time 1421097828.463261, -------------- SYN_REPORT ------------ Event: time 1421097828.467258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1134 Event: time 1421097828.467258, -------------- SYN_REPORT ------------ Event: time 1421097828.471268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1142 Event: time 1421097828.471268, -------------- SYN_REPORT ------------ Event: time 1421097828.475266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1145 Event: time 1421097828.475266, -------------- SYN_REPORT ------------ Event: time 1421097828.479265, type 3 (EV_ABS), code 1 (ABS_Y), value 8568 Event: time 1421097828.479265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1151 Event: time 1421097828.479265, -------------- SYN_REPORT ------------ Event: time 1421097828.483267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1154 Event: time 1421097828.483267, -------------- SYN_REPORT ------------ Event: time 1421097828.487259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1156 Event: time 1421097828.487259, -------------- SYN_REPORT ------------ Event: time 1421097828.491258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1157 Event: time 1421097828.491258, -------------- SYN_REPORT ------------ Event: time 1421097828.495259, type 3 (EV_ABS), code 1 (ABS_Y), value 8566 Event: time 1421097828.495259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1160 Event: time 1421097828.495259, -------------- SYN_REPORT ------------ Event: time 1421097828.499257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1169 Event: time 1421097828.499257, -------------- SYN_REPORT ------------ Event: time 1421097828.503258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1181 Event: time 1421097828.503258, -------------- SYN_REPORT ------------ Event: time 1421097828.507264, type 3 (EV_ABS), code 1 (ABS_Y), value 8564 Event: time 1421097828.507264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1192 Event: time 1421097828.507264, -------------- SYN_REPORT ------------ Event: time 1421097828.511268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1198 Event: time 1421097828.511268, -------------- SYN_REPORT ------------ Event: time 1421097828.515264, type 3 (EV_ABS), code 1 (ABS_Y), value 8562 Event: time 1421097828.515264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1201 Event: time 1421097828.515264, -------------- SYN_REPORT ------------ Event: time 1421097828.519264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1209 Event: time 1421097828.519264, -------------- SYN_REPORT ------------ Event: time 1421097828.523258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1211 Event: time 1421097828.523258, -------------- SYN_REPORT ------------ Event: time 1421097828.527260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1212 Event: time 1421097828.527260, -------------- SYN_REPORT ------------ Event: time 1421097828.531266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1211 Event: time 1421097828.531266, -------------- SYN_REPORT ------------ Event: time 1421097828.535260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1214 Event: time 1421097828.535260, -------------- SYN_REPORT ------------ Event: time 1421097828.539267, type 3 (EV_ABS), code 1 (ABS_Y), value 8560 Event: time 1421097828.539267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1215 Event: time 1421097828.539267, -------------- SYN_REPORT ------------ Event: time 1421097828.543268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1216 Event: time 1421097828.543268, -------------- SYN_REPORT ------------ Event: time 1421097828.547267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1214 Event: time 1421097828.547267, -------------- SYN_REPORT ------------ Event: time 1421097828.551259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1215 Event: time 1421097828.551259, -------------- SYN_REPORT ------------ Event: time 1421097828.555263, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1220 Event: time 1421097828.555263, -------------- SYN_REPORT ------------ Event: time 1421097828.559259, type 3 (EV_ABS), code 1 (ABS_Y), value 8562 Event: time 1421097828.559259, -------------- SYN_REPORT ------------ Event: time 1421097828.563271, type 3 (EV_ABS), code 1 (ABS_Y), value 8564 Event: time 1421097828.563271, -------------- SYN_REPORT ------------ Event: time 1421097828.567257, type 3 (EV_ABS), code 1 (ABS_Y), value 8565 Event: time 1421097828.567257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1222 Event: time 1421097828.567257, -------------- SYN_REPORT ------------ Event: time 1421097828.571256, type 3 (EV_ABS), code 1 (ABS_Y), value 8566 Event: time 1421097828.571256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1219 Event: time 1421097828.571256, -------------- SYN_REPORT ------------ Event: time 1421097828.575270, type 3 (EV_ABS), code 1 (ABS_Y), value 8568 Event: time 1421097828.575270, -------------- SYN_REPORT ------------ Event: time 1421097828.579267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1223 Event: time 1421097828.579267, -------------- SYN_REPORT ------------ Event: time 1421097828.583256, type 3 (EV_ABS), code 1 (ABS_Y), value 8570 Event: time 1421097828.583256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1225 Event: time 1421097828.583256, -------------- SYN_REPORT ------------ Event: time 1421097828.587259, type 3 (EV_ABS), code 1 (ABS_Y), value 8573 Event: time 1421097828.587259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1222 Event: time 1421097828.587259, -------------- SYN_REPORT ------------ Event: time 1421097828.591262, type 3 (EV_ABS), code 1 (ABS_Y), value 8575 Event: time 1421097828.591262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1226 Event: time 1421097828.591262, -------------- SYN_REPORT ------------ Event: time 1421097828.595271, type 3 (EV_ABS), code 1 (ABS_Y), value 8577 Event: time 1421097828.595271, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1224 Event: time 1421097828.595271, -------------- SYN_REPORT ------------ Event: time 1421097828.599259, type 3 (EV_ABS), code 1 (ABS_Y), value 8579 Event: time 1421097828.599259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1225 Event: time 1421097828.599259, -------------- SYN_REPORT ------------ Event: time 1421097828.603267, type 3 (EV_ABS), code 1 (ABS_Y), value 8581 Event: time 1421097828.603267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1227 Event: time 1421097828.603267, -------------- SYN_REPORT ------------ Event: time 1421097828.607266, type 3 (EV_ABS), code 1 (ABS_Y), value 8589 Event: time 1421097828.607266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1236 Event: time 1421097828.607266, -------------- SYN_REPORT ------------ Event: time 1421097828.611269, type 3 (EV_ABS), code 1 (ABS_Y), value 8594 Event: time 1421097828.611269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1283 Event: time 1421097828.611269, -------------- SYN_REPORT ------------ Event: time 1421097828.615259, type 3 (EV_ABS), code 1 (ABS_Y), value 8597 Event: time 1421097828.615259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1334 Event: time 1421097828.615259, -------------- SYN_REPORT ------------ Event: time 1421097828.619262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1387 Event: time 1421097828.619262, -------------- SYN_REPORT ------------ Event: time 1421097828.623259, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1421097828.623259, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 Event: time 1421097828.623259, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 0 Event: time 1421097828.623259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0 Event: time 1421097828.623259, -------------- SYN_REPORT ------------ On Mon, Jan 12, 2015 at 9:21 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 11:11 PM, Thierry FOX wrote: > >> there >> > > Thank you. I see that the kernel reports incorrect tablet coordinate > extents. > I have a suspicion that the old tablet driver (the one shipping with the > kernel) is used. > > Can you please try building and installing the driver again, but this time > please copy-paste and send everything that appeared on the terminal as you > did > that. > > Thank you. > > Nick > |
|
From: Nikolai K. <sp...@gm...> - 2015-01-12 21:21:51
|
On 01/12/2015 11:11 PM, Thierry FOX wrote: > there Thank you. I see that the kernel reports incorrect tablet coordinate extents. I have a suspicion that the old tablet driver (the one shipping with the kernel) is used. Can you please try building and installing the driver again, but this time please copy-paste and send everything that appeared on the terminal as you did that. Thank you. Nick |
|
From: Thierry F. <thi...@gm...> - 2015-01-12 21:11:22
|
Input driver version is 1.0.1
Input device ID: bus 0x3 vendor 0x256c product 0x6e version 0x111
Input device name: "HUION Pentablet"
Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
Event code 320 (BTN_TOOL_PEN)
Event code 330 (BTN_TOUCH)
Event code 331 (BTN_STYLUS)
Event code 332 (BTN_STYLUS2)
Event type 3 (EV_ABS)
Event code 0 (ABS_X)
Value 0
Min 0
Max 32000
Resolution 157
Event code 1 (ABS_Y)
Value 8915
Min 0
Max 20000
Resolution 157
Event code 24 (ABS_PRESSURE)
Value 0
Min 0
Max 2047
Event type 4 (EV_MSC)
Event code 4 (MSC_SCAN)
Properties:
Testing ... (interrupt to exit)
Event: time 1421097019.807107, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 1
Event: time 1421097019.807107, type 3 (EV_ABS), code 0 (ABS_X), value 10528
Event: time 1421097019.807107, type 3 (EV_ABS), code 1 (ABS_Y), value 4295
Event: time 1421097019.807107, -------------- SYN_REPORT ------------
Event: time 1421097019.811098, type 3 (EV_ABS), code 0 (ABS_X), value 10525
Event: time 1421097019.811098, -------------- SYN_REPORT ------------
Event: time 1421097019.815106, type 3 (EV_ABS), code 0 (ABS_X), value 10522
Event: time 1421097019.815106, -------------- SYN_REPORT ------------
Event: time 1421097019.819106, type 3 (EV_ABS), code 0 (ABS_X), value 10514
Event: time 1421097019.819106, -------------- SYN_REPORT ------------
Event: time 1421097019.823095, type 3 (EV_ABS), code 0 (ABS_X), value 10501
Event: time 1421097019.823095, -------------- SYN_REPORT ------------
Event: time 1421097019.827100, type 3 (EV_ABS), code 0 (ABS_X), value 10497
Event: time 1421097019.827100, -------------- SYN_REPORT ------------
Event: time 1421097019.831100, type 3 (EV_ABS), code 0 (ABS_X), value 10487
Event: time 1421097019.831100, -------------- SYN_REPORT ------------
Event: time 1421097019.835110, type 3 (EV_ABS), code 0 (ABS_X), value 10465
Event: time 1421097019.835110, type 3 (EV_ABS), code 1 (ABS_Y), value 4292
Event: time 1421097019.835110, -------------- SYN_REPORT ------------
Event: time 1421097019.839096, type 3 (EV_ABS), code 0 (ABS_X), value 10457
Event: time 1421097019.839096, type 3 (EV_ABS), code 1 (ABS_Y), value 4287
Event: time 1421097019.839096, -------------- SYN_REPORT ------------
Event: time 1421097019.843102, type 3 (EV_ABS), code 0 (ABS_X), value 10453
Event: time 1421097019.843102, type 3 (EV_ABS), code 1 (ABS_Y), value 4284
Event: time 1421097019.843102, -------------- SYN_REPORT ------------
Event: time 1421097019.847102, type 3 (EV_ABS), code 1 (ABS_Y), value 4282
Event: time 1421097019.847102, -------------- SYN_REPORT ------------
Event: time 1421097019.851111, type 3 (EV_ABS), code 0 (ABS_X), value 10456
Event: time 1421097019.851111, type 3 (EV_ABS), code 1 (ABS_Y), value 4279
Event: time 1421097019.851111, -------------- SYN_REPORT ------------
Event: time 1421097019.855106, type 3 (EV_ABS), code 0 (ABS_X), value 10457
Event: time 1421097019.855106, -------------- SYN_REPORT ------------
Event: time 1421097019.859107, type 3 (EV_ABS), code 1 (ABS_Y), value 4281
Event: time 1421097019.859107, -------------- SYN_REPORT ------------
Event: time 1421097019.863102, type 3 (EV_ABS), code 1 (ABS_Y), value 4286
Event: time 1421097019.863102, -------------- SYN_REPORT ------------
Event: time 1421097019.867106, type 3 (EV_ABS), code 1 (ABS_Y), value 4289
Event: time 1421097019.867106, -------------- SYN_REPORT ------------
Event: time 1421097019.871107, type 3 (EV_ABS), code 0 (ABS_X), value 10458
Event: time 1421097019.871107, -------------- SYN_REPORT ------------
Event: time 1421097019.875095, type 3 (EV_ABS), code 0 (ABS_X), value 10455
Event: time 1421097019.875095, type 3 (EV_ABS), code 1 (ABS_Y), value 4291
Event: time 1421097019.875095, -------------- SYN_REPORT ------------
Event: time 1421097019.879099, type 3 (EV_ABS), code 0 (ABS_X), value 10453
Event: time 1421097019.879099, type 3 (EV_ABS), code 1 (ABS_Y), value 4292
Event: time 1421097019.879099, -------------- SYN_REPORT ------------
Event: time 1421097019.883101, type 3 (EV_ABS), code 0 (ABS_X), value 10454
Event: time 1421097019.883101, type 3 (EV_ABS), code 1 (ABS_Y), value 4293
Event: time 1421097019.883101, -------------- SYN_REPORT ------------
Event: time 1421097019.887096, type 3 (EV_ABS), code 0 (ABS_X), value 10457
Event: time 1421097019.887096, type 3 (EV_ABS), code 1 (ABS_Y), value 4294
Event: time 1421097019.887096, -------------- SYN_REPORT ------------
Event: time 1421097019.891106, type 3 (EV_ABS), code 0 (ABS_X), value 10460
Event: time 1421097019.891106, type 3 (EV_ABS), code 1 (ABS_Y), value 4299
Event: time 1421097019.891106, -------------- SYN_REPORT ------------
Event: time 1421097019.895102, type 3 (EV_ABS), code 1 (ABS_Y), value 4300
Event: time 1421097019.895102, -------------- SYN_REPORT ------------
Event: time 1421097019.899106, type 3 (EV_ABS), code 0 (ABS_X), value 10462
Event: time 1421097019.899106, type 3 (EV_ABS), code 1 (ABS_Y), value 4302
Event: time 1421097019.899106, -------------- SYN_REPORT ------------
Event: time 1421097019.903103, type 3 (EV_ABS), code 0 (ABS_X), value 10464
Event: time 1421097019.903103, -------------- SYN_REPORT ------------
Event: time 1421097019.907098, type 3 (EV_ABS), code 0 (ABS_X), value 10465
Event: time 1421097019.907098, type 3 (EV_ABS), code 1 (ABS_Y), value 4304
Event: time 1421097019.907098, -------------- SYN_REPORT ------------
Event: time 1421097019.911100, type 3 (EV_ABS), code 0 (ABS_X), value 10466
Event: time 1421097019.911100, type 3 (EV_ABS), code 1 (ABS_Y), value 4306
Event: time 1421097019.911100, -------------- SYN_REPORT ------------
Event: time 1421097019.915101, type 3 (EV_ABS), code 0 (ABS_X), value 10465
Event: time 1421097019.915101, type 3 (EV_ABS), code 1 (ABS_Y), value 4310
Event: time 1421097019.915101, -------------- SYN_REPORT ------------
Event: time 1421097019.919095, type 3 (EV_ABS), code 0 (ABS_X), value 10461
Event: time 1421097019.919095, type 3 (EV_ABS), code 1 (ABS_Y), value 4314
Event: time 1421097019.919095, -------------- SYN_REPORT ------------
Event: time 1421097019.923083, type 3 (EV_ABS), code 1 (ABS_Y), value 4316
Event: time 1421097019.923083, -------------- SYN_REPORT ------------
Event: time 1421097019.927083, type 3 (EV_ABS), code 1 (ABS_Y), value 4318
Event: time 1421097019.927083, -------------- SYN_REPORT ------------
Event: time 1421097019.931082, type 3 (EV_ABS), code 1 (ABS_Y), value 4326
Event: time 1421097019.931082, -------------- SYN_REPORT ------------
Event: time 1421097019.935082, type 3 (EV_ABS), code 1 (ABS_Y), value 4328
Event: time 1421097019.935082, -------------- SYN_REPORT ------------
Event: time 1421097019.939082, type 3 (EV_ABS), code 0 (ABS_X), value 10458
Event: time 1421097019.939082, type 3 (EV_ABS), code 1 (ABS_Y), value 4331
Event: time 1421097019.939082, -------------- SYN_REPORT ------------
Event: time 1421097019.943082, type 3 (EV_ABS), code 1 (ABS_Y), value 4333
Event: time 1421097019.943082, -------------- SYN_REPORT ------------
Event: time 1421097019.947082, type 3 (EV_ABS), code 1 (ABS_Y), value 4334
Event: time 1421097019.947082, -------------- SYN_REPORT ------------
Event: time 1421097019.951082, type 3 (EV_ABS), code 0 (ABS_X), value 10463
Event: time 1421097019.951082, -------------- SYN_REPORT ------------
Event: time 1421097019.955082, type 3 (EV_ABS), code 0 (ABS_X), value 10472
Event: time 1421097019.955082, type 3 (EV_ABS), code 1 (ABS_Y), value 4332
Event: time 1421097019.955082, -------------- SYN_REPORT ------------
Event: time 1421097019.959082, type 3 (EV_ABS), code 0 (ABS_X), value 10480
Event: time 1421097019.959082, type 3 (EV_ABS), code 1 (ABS_Y), value 4329
Event: time 1421097019.959082, -------------- SYN_REPORT ------------
Event: time 1421097019.963082, type 3 (EV_ABS), code 0 (ABS_X), value 10488
Event: time 1421097019.963082, -------------- SYN_REPORT ------------
Event: time 1421097019.967082, type 3 (EV_ABS), code 0 (ABS_X), value 10494
Event: time 1421097019.967082, type 3 (EV_ABS), code 1 (ABS_Y), value 4327
Event: time 1421097019.967082, -------------- SYN_REPORT ------------
Event: time 1421097019.971082, type 3 (EV_ABS), code 0 (ABS_X), value 10503
Event: time 1421097019.971082, type 3 (EV_ABS), code 1 (ABS_Y), value 4329
Event: time 1421097019.971082, -------------- SYN_REPORT ------------
Event: time 1421097019.975081, type 3 (EV_ABS), code 0 (ABS_X), value 10505
Event: time 1421097019.975081, type 3 (EV_ABS), code 1 (ABS_Y), value 4333
Event: time 1421097019.975081, -------------- SYN_REPORT ------------
Event: time 1421097019.979097, type 3 (EV_ABS), code 0 (ABS_X), value 10507
Event: time 1421097019.979097, type 3 (EV_ABS), code 1 (ABS_Y), value 4336
Event: time 1421097019.979097, -------------- SYN_REPORT ------------
Event: time 1421097019.983100, type 3 (EV_ABS), code 0 (ABS_X), value 10504
Event: time 1421097019.983100, type 3 (EV_ABS), code 1 (ABS_Y), value 4339
Event: time 1421097019.983100, -------------- SYN_REPORT ------------
Event: time 1421097019.987099, type 3 (EV_ABS), code 0 (ABS_X), value 10506
Event: time 1421097019.987099, -------------- SYN_REPORT ------------
Event: time 1421097019.991100, type 3 (EV_ABS), code 0 (ABS_X), value 10504
Event: time 1421097019.991100, type 3 (EV_ABS), code 1 (ABS_Y), value 4341
Event: time 1421097019.991100, -------------- SYN_REPORT ------------
Event: time 1421097019.995109, type 3 (EV_ABS), code 0 (ABS_X), value 10510
Event: time 1421097019.995109, -------------- SYN_REPORT ------------
Event: time 1421097019.999105, type 3 (EV_ABS), code 0 (ABS_X), value 10498
Event: time 1421097019.999105, type 3 (EV_ABS), code 1 (ABS_Y), value 4344
Event: time 1421097019.999105, -------------- SYN_REPORT ------------
Event: time 1421097020.003105, type 3 (EV_ABS), code 0 (ABS_X), value 10486
Event: time 1421097020.003105, type 3 (EV_ABS), code 1 (ABS_Y), value 4347
Event: time 1421097020.003105, -------------- SYN_REPORT ------------
Event: time 1421097020.007102, type 3 (EV_ABS), code 0 (ABS_X), value 10476
Event: time 1421097020.007102, type 3 (EV_ABS), code 1 (ABS_Y), value 4350
Event: time 1421097020.007102, -------------- SYN_REPORT ------------
Event: time 1421097020.011104, type 3 (EV_ABS), code 1 (ABS_Y), value 4354
Event: time 1421097020.011104, -------------- SYN_REPORT ------------
Event: time 1421097020.015099, type 3 (EV_ABS), code 0 (ABS_X), value 10477
Event: time 1421097020.015099, type 3 (EV_ABS), code 1 (ABS_Y), value 4358
Event: time 1421097020.015099, -------------- SYN_REPORT ------------
Event: time 1421097020.019100, type 3 (EV_ABS), code 1 (ABS_Y), value 4362
Event: time 1421097020.019100, -------------- SYN_REPORT ------------
Event: time 1421097020.023103, type 3 (EV_ABS), code 0 (ABS_X), value 10470
Event: time 1421097020.023103, type 3 (EV_ABS), code 1 (ABS_Y), value 4366
Event: time 1421097020.023103, -------------- SYN_REPORT ------------
Event: time 1421097020.027106, type 3 (EV_ABS), code 0 (ABS_X), value 10453
Event: time 1421097020.027106, type 3 (EV_ABS), code 1 (ABS_Y), value 4367
Event: time 1421097020.027106, -------------- SYN_REPORT ------------
Event: time 1421097020.031095, type 3 (EV_ABS), code 0 (ABS_X), value 10446
Event: time 1421097020.031095, -------------- SYN_REPORT ------------
Event: time 1421097020.035082, type 3 (EV_ABS), code 0 (ABS_X), value 10435
Event: time 1421097020.035082, type 3 (EV_ABS), code 1 (ABS_Y), value 4370
Event: time 1421097020.035082, -------------- SYN_REPORT ------------
Event: time 1421097020.039082, type 3 (EV_ABS), code 0 (ABS_X), value 10416
Event: time 1421097020.039082, type 3 (EV_ABS), code 1 (ABS_Y), value 4376
Event: time 1421097020.039082, -------------- SYN_REPORT ------------
Event: time 1421097020.043100, type 3 (EV_ABS), code 0 (ABS_X), value 10407
Event: time 1421097020.043100, -------------- SYN_REPORT ------------
Event: time 1421097020.047099, type 3 (EV_ABS), code 0 (ABS_X), value 10400
Event: time 1421097020.047099, type 3 (EV_ABS), code 1 (ABS_Y), value 4378
Event: time 1421097020.047099, -------------- SYN_REPORT ------------
Event: time 1421097020.051101, type 3 (EV_ABS), code 0 (ABS_X), value 10394
Event: time 1421097020.051101, -------------- SYN_REPORT ------------
Event: time 1421097020.055105, type 3 (EV_ABS), code 0 (ABS_X), value 10392
Event: time 1421097020.055105, type 3 (EV_ABS), code 1 (ABS_Y), value 4381
Event: time 1421097020.055105, -------------- SYN_REPORT ------------
Event: time 1421097020.059105, type 3 (EV_ABS), code 0 (ABS_X), value 10397
Event: time 1421097020.059105, type 3 (EV_ABS), code 1 (ABS_Y), value 4383
Event: time 1421097020.059105, -------------- SYN_REPORT ------------
Event: time 1421097020.063107, type 3 (EV_ABS), code 0 (ABS_X), value 10402
Event: time 1421097020.063107, type 3 (EV_ABS), code 1 (ABS_Y), value 4387
Event: time 1421097020.063107, -------------- SYN_REPORT ------------
Event: time 1421097020.067108, type 3 (EV_ABS), code 0 (ABS_X), value 10407
Event: time 1421097020.067108, type 3 (EV_ABS), code 1 (ABS_Y), value 4389
Event: time 1421097020.067108, -------------- SYN_REPORT ------------
Event: time 1421097020.071106, type 3 (EV_ABS), code 0 (ABS_X), value 10404
Event: time 1421097020.071106, type 3 (EV_ABS), code 1 (ABS_Y), value 4393
Event: time 1421097020.071106, -------------- SYN_REPORT ------------
Event: time 1421097020.075095, type 3 (EV_ABS), code 0 (ABS_X), value 10406
Event: time 1421097020.075095, type 3 (EV_ABS), code 1 (ABS_Y), value 4396
Event: time 1421097020.075095, -------------- SYN_REPORT ------------
Event: time 1421097020.079102, type 3 (EV_ABS), code 0 (ABS_X), value 10409
Event: time 1421097020.079102, type 3 (EV_ABS), code 1 (ABS_Y), value 4399
Event: time 1421097020.079102, -------------- SYN_REPORT ------------
Event: time 1421097020.083102, type 3 (EV_ABS), code 1 (ABS_Y), value 4402
Event: time 1421097020.083102, -------------- SYN_REPORT ------------
Event: time 1421097020.087107, type 3 (EV_ABS), code 0 (ABS_X), value 10406
Event: time 1421097020.087107, type 3 (EV_ABS), code 1 (ABS_Y), value 4407
Event: time 1421097020.087107, -------------- SYN_REPORT ------------
Event: time 1421097020.091103, type 3 (EV_ABS), code 1 (ABS_Y), value 4410
Event: time 1421097020.091103, -------------- SYN_REPORT ------------
Event: time 1421097020.095104, type 3 (EV_ABS), code 1 (ABS_Y), value 4413
Event: time 1421097020.095104, -------------- SYN_REPORT ------------
Event: time 1421097020.099108, type 3 (EV_ABS), code 0 (ABS_X), value 10412
Event: time 1421097020.099108, type 3 (EV_ABS), code 1 (ABS_Y), value 4419
Event: time 1421097020.099108, -------------- SYN_REPORT ------------
Event: time 1421097020.103106, type 3 (EV_ABS), code 0 (ABS_X), value 10418
Event: time 1421097020.103106, -------------- SYN_REPORT ------------
Event: time 1421097020.107098, type 3 (EV_ABS), code 0 (ABS_X), value 10424
Event: time 1421097020.107098, -------------- SYN_REPORT ------------
Event: time 1421097020.111096, type 3 (EV_ABS), code 0 (ABS_X), value 10430
Event: time 1421097020.111096, -------------- SYN_REPORT ------------
Event: time 1421097020.115114, type 3 (EV_ABS), code 0 (ABS_X), value 10427
Event: time 1421097020.115114, -------------- SYN_REPORT ------------
Event: time 1421097020.119106, type 3 (EV_ABS), code 0 (ABS_X), value 10425
Event: time 1421097020.119106, -------------- SYN_REPORT ------------
Event: time 1421097020.123106, type 3 (EV_ABS), code 0 (ABS_X), value 10430
Event: time 1421097020.123106, -------------- SYN_REPORT ------------
Event: time 1421097020.127104, type 3 (EV_ABS), code 0 (ABS_X), value 10436
Event: time 1421097020.127104, -------------- SYN_REPORT ------------
Event: time 1421097020.131104, type 3 (EV_ABS), code 0 (ABS_X), value 10448
Event: time 1421097020.131104, -------------- SYN_REPORT ------------
Event: time 1421097020.135109, type 3 (EV_ABS), code 0 (ABS_X), value 10459
Event: time 1421097020.135109, -------------- SYN_REPORT ------------
Event: time 1421097020.139099, type 3 (EV_ABS), code 0 (ABS_X), value 10470
Event: time 1421097020.139099, -------------- SYN_REPORT ------------
Event: time 1421097020.143102, type 3 (EV_ABS), code 0 (ABS_X), value 10477
Event: time 1421097020.143102, type 3 (EV_ABS), code 1 (ABS_Y), value 4421
Event: time 1421097020.143102, -------------- SYN_REPORT ------------
Event: time 1421097020.147112, type 3 (EV_ABS), code 0 (ABS_X), value 10488
Event: time 1421097020.147112, type 3 (EV_ABS), code 1 (ABS_Y), value 4425
Event: time 1421097020.147112, -------------- SYN_REPORT ------------
Event: time 1421097020.151110, type 3 (EV_ABS), code 0 (ABS_X), value 10494
Event: time 1421097020.151110, -------------- SYN_REPORT ------------
Event: time 1421097020.155104, type 3 (EV_ABS), code 0 (ABS_X), value 10497
Event: time 1421097020.155104, type 3 (EV_ABS), code 1 (ABS_Y), value 4429
Event: time 1421097020.155104, -------------- SYN_REPORT ------------
Event: time 1421097020.159105, type 3 (EV_ABS), code 0 (ABS_X), value 10502
Event: time 1421097020.159105, type 3 (EV_ABS), code 1 (ABS_Y), value 4434
Event: time 1421097020.159105, -------------- SYN_REPORT ------------
Event: time 1421097020.163105, type 3 (EV_ABS), code 0 (ABS_X), value 10508
Event: time 1421097020.163105, type 3 (EV_ABS), code 1 (ABS_Y), value 4439
Event: time 1421097020.163105, -------------- SYN_REPORT ------------
Event: time 1421097020.167099, type 3 (EV_ABS), code 0 (ABS_X), value 10520
Event: time 1421097020.167099, type 3 (EV_ABS), code 1 (ABS_Y), value 4448
Event: time 1421097020.167099, -------------- SYN_REPORT ------------
Event: time 1421097020.171098, type 3 (EV_ABS), code 0 (ABS_X), value 10527
Event: time 1421097020.171098, type 3 (EV_ABS), code 1 (ABS_Y), value 4452
Event: time 1421097020.171098, -------------- SYN_REPORT ------------
Event: time 1421097020.175102, type 3 (EV_ABS), code 0 (ABS_X), value 10533
Event: time 1421097020.175102, type 3 (EV_ABS), code 1 (ABS_Y), value 4455
Event: time 1421097020.175102, -------------- SYN_REPORT ------------
Event: time 1421097020.179109, type 3 (EV_ABS), code 0 (ABS_X), value 10539
Event: time 1421097020.179109, type 3 (EV_ABS), code 1 (ABS_Y), value 4459
Event: time 1421097020.179109, -------------- SYN_REPORT ------------
Event: time 1421097020.183104, type 3 (EV_ABS), code 0 (ABS_X), value 10546
Event: time 1421097020.183104, type 3 (EV_ABS), code 1 (ABS_Y), value 4463
Event: time 1421097020.183104, -------------- SYN_REPORT ------------
Event: time 1421097020.187105, type 3 (EV_ABS), code 0 (ABS_X), value 10559
Event: time 1421097020.187105, type 3 (EV_ABS), code 1 (ABS_Y), value 4471
Event: time 1421097020.187105, -------------- SYN_REPORT ------------
Event: time 1421097020.191107, type 3 (EV_ABS), code 0 (ABS_X), value 10568
Event: time 1421097020.191107, type 3 (EV_ABS), code 1 (ABS_Y), value 4476
Event: time 1421097020.191107, -------------- SYN_REPORT ------------
Event: time 1421097020.195103, type 3 (EV_ABS), code 0 (ABS_X), value 10575
Event: time 1421097020.195103, type 3 (EV_ABS), code 1 (ABS_Y), value 4481
Event: time 1421097020.195103, -------------- SYN_REPORT ------------
Event: time 1421097020.199100, type 3 (EV_ABS), code 0 (ABS_X), value 10582
Event: time 1421097020.199100, type 3 (EV_ABS), code 1 (ABS_Y), value 4487
Event: time 1421097020.199100, -------------- SYN_REPORT ------------
Event: time 1421097020.203098, type 3 (EV_ABS), code 0 (ABS_X), value 10589
Event: time 1421097020.203098, type 3 (EV_ABS), code 1 (ABS_Y), value 4493
Event: time 1421097020.203098, -------------- SYN_REPORT ------------
Event: time 1421097020.207108, type 3 (EV_ABS), code 0 (ABS_X), value 10597
Event: time 1421097020.207108, type 3 (EV_ABS), code 1 (ABS_Y), value 4499
Event: time 1421097020.207108, -------------- SYN_REPORT ------------
Event: time 1421097020.211106, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042
Event: time 1421097020.211106, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1421097020.211106, type 3 (EV_ABS), code 0 (ABS_X), value 10603
Event: time 1421097020.211106, type 3 (EV_ABS), code 1 (ABS_Y), value 4506
Event: time 1421097020.211106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1
Event: time 1421097020.211106, -------------- SYN_REPORT ------------
Event: time 1421097020.215113, type 3 (EV_ABS), code 0 (ABS_X), value 10608
Event: time 1421097020.215113, type 3 (EV_ABS), code 1 (ABS_Y), value 4513
Event: time 1421097020.215113, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 3
Event: time 1421097020.215113, -------------- SYN_REPORT ------------
Event: time 1421097020.219104, type 3 (EV_ABS), code 0 (ABS_X), value 10613
Event: time 1421097020.219104, type 3 (EV_ABS), code 1 (ABS_Y), value 4519
Event: time 1421097020.219104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 371
Event: time 1421097020.219104, -------------- SYN_REPORT ------------
Event: time 1421097020.223106, type 3 (EV_ABS), code 1 (ABS_Y), value 4516
Event: time 1421097020.223106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 504
Event: time 1421097020.223106, -------------- SYN_REPORT ------------
Event: time 1421097020.227105, type 3 (EV_ABS), code 0 (ABS_X), value 10609
Event: time 1421097020.227105, type 3 (EV_ABS), code 1 (ABS_Y), value 4511
Event: time 1421097020.227105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 571
Event: time 1421097020.227105, -------------- SYN_REPORT ------------
Event: time 1421097020.231102, type 3 (EV_ABS), code 0 (ABS_X), value 10604
Event: time 1421097020.231102, type 3 (EV_ABS), code 1 (ABS_Y), value 4503
Event: time 1421097020.231102, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 602
Event: time 1421097020.231102, -------------- SYN_REPORT ------------
Event: time 1421097020.235098, type 3 (EV_ABS), code 0 (ABS_X), value 10598
Event: time 1421097020.235098, type 3 (EV_ABS), code 1 (ABS_Y), value 4495
Event: time 1421097020.235098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 615
Event: time 1421097020.235098, -------------- SYN_REPORT ------------
Event: time 1421097020.239105, type 3 (EV_ABS), code 0 (ABS_X), value 10593
Event: time 1421097020.239105, type 3 (EV_ABS), code 1 (ABS_Y), value 4487
Event: time 1421097020.239105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 620
Event: time 1421097020.239105, -------------- SYN_REPORT ------------
Event: time 1421097020.243108, type 3 (EV_ABS), code 0 (ABS_X), value 10590
Event: time 1421097020.243108, type 3 (EV_ABS), code 1 (ABS_Y), value 4481
Event: time 1421097020.243108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 616
Event: time 1421097020.243108, -------------- SYN_REPORT ------------
Event: time 1421097020.247106, type 3 (EV_ABS), code 0 (ABS_X), value 10587
Event: time 1421097020.247106, type 3 (EV_ABS), code 1 (ABS_Y), value 4476
Event: time 1421097020.247106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 606
Event: time 1421097020.247106, -------------- SYN_REPORT ------------
Event: time 1421097020.251109, type 3 (EV_ABS), code 1 (ABS_Y), value 4472
Event: time 1421097020.251109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 595
Event: time 1421097020.251109, -------------- SYN_REPORT ------------
Event: time 1421097020.255103, type 3 (EV_ABS), code 0 (ABS_X), value 10585
Event: time 1421097020.255103, type 3 (EV_ABS), code 1 (ABS_Y), value 4466
Event: time 1421097020.255103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 596
Event: time 1421097020.255103, -------------- SYN_REPORT ------------
Event: time 1421097020.259098, type 3 (EV_ABS), code 1 (ABS_Y), value 4464
Event: time 1421097020.259098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 608
Event: time 1421097020.259098, -------------- SYN_REPORT ------------
Event: time 1421097020.263097, type 3 (EV_ABS), code 1 (ABS_Y), value 4461
Event: time 1421097020.263097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 630
Event: time 1421097020.263097, -------------- SYN_REPORT ------------
Event: time 1421097020.267083, type 3 (EV_ABS), code 0 (ABS_X), value 10583
Event: time 1421097020.267083, type 3 (EV_ABS), code 1 (ABS_Y), value 4458
Event: time 1421097020.267083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 656
Event: time 1421097020.267083, -------------- SYN_REPORT ------------
Event: time 1421097020.271082, type 3 (EV_ABS), code 0 (ABS_X), value 10581
Event: time 1421097020.271082, type 3 (EV_ABS), code 1 (ABS_Y), value 4455
Event: time 1421097020.271082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 692
Event: time 1421097020.271082, -------------- SYN_REPORT ------------
Event: time 1421097020.275081, type 3 (EV_ABS), code 1 (ABS_Y), value 4451
Event: time 1421097020.275081, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 733
Event: time 1421097020.275081, -------------- SYN_REPORT ------------
Event: time 1421097020.279082, type 3 (EV_ABS), code 0 (ABS_X), value 10577
Event: time 1421097020.279082, type 3 (EV_ABS), code 1 (ABS_Y), value 4446
Event: time 1421097020.279082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 771
Event: time 1421097020.279082, -------------- SYN_REPORT ------------
Event: time 1421097020.283082, type 3 (EV_ABS), code 1 (ABS_Y), value 4441
Event: time 1421097020.283082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 809
Event: time 1421097020.283082, -------------- SYN_REPORT ------------
Event: time 1421097020.287082, type 3 (EV_ABS), code 1 (ABS_Y), value 4435
Event: time 1421097020.287082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 834
Event: time 1421097020.287082, -------------- SYN_REPORT ------------
Event: time 1421097020.291082, type 3 (EV_ABS), code 0 (ABS_X), value 10574
Event: time 1421097020.291082, type 3 (EV_ABS), code 1 (ABS_Y), value 4428
Event: time 1421097020.291082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 866
Event: time 1421097020.291082, -------------- SYN_REPORT ------------
Event: time 1421097020.295082, type 3 (EV_ABS), code 0 (ABS_X), value 10568
Event: time 1421097020.295082, type 3 (EV_ABS), code 1 (ABS_Y), value 4413
Event: time 1421097020.295082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 946
Event: time 1421097020.295082, -------------- SYN_REPORT ------------
Event: time 1421097020.299082, type 3 (EV_ABS), code 0 (ABS_X), value 10565
Event: time 1421097020.299082, type 3 (EV_ABS), code 1 (ABS_Y), value 4405
Event: time 1421097020.299082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 989
Event: time 1421097020.299082, -------------- SYN_REPORT ------------
Event: time 1421097020.303081, type 3 (EV_ABS), code 0 (ABS_X), value 10560
Event: time 1421097020.303081, type 3 (EV_ABS), code 1 (ABS_Y), value 4396
Event: time 1421097020.303081, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1031
Event: time 1421097020.303081, -------------- SYN_REPORT ------------
Event: time 1421097020.307082, type 3 (EV_ABS), code 0 (ABS_X), value 10554
Event: time 1421097020.307082, type 3 (EV_ABS), code 1 (ABS_Y), value 4387
Event: time 1421097020.307082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1064
Event: time 1421097020.307082, -------------- SYN_REPORT ------------
Event: time 1421097020.311082, type 3 (EV_ABS), code 0 (ABS_X), value 10548
Event: time 1421097020.311082, type 3 (EV_ABS), code 1 (ABS_Y), value 4378
Event: time 1421097020.311082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1098
Event: time 1421097020.311082, -------------- SYN_REPORT ------------
Event: time 1421097020.315082, type 3 (EV_ABS), code 0 (ABS_X), value 10543
Event: time 1421097020.315082, type 3 (EV_ABS), code 1 (ABS_Y), value 4369
Event: time 1421097020.315082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1131
Event: time 1421097020.315082, -------------- SYN_REPORT ------------
Event: time 1421097020.319083, type 3 (EV_ABS), code 0 (ABS_X), value 10540
Event: time 1421097020.319083, type 3 (EV_ABS), code 1 (ABS_Y), value 4360
Event: time 1421097020.319083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1146
Event: time 1421097020.319083, -------------- SYN_REPORT ------------
Event: time 1421097020.323098, type 3 (EV_ABS), code 0 (ABS_X), value 10534
Event: time 1421097020.323098, type 3 (EV_ABS), code 1 (ABS_Y), value 4350
Event: time 1421097020.323098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1168
Event: time 1421097020.323098, -------------- SYN_REPORT ------------
Event: time 1421097020.327100, type 3 (EV_ABS), code 0 (ABS_X), value 10528
Event: time 1421097020.327100, type 3 (EV_ABS), code 1 (ABS_Y), value 4341
Event: time 1421097020.327100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1190
Event: time 1421097020.327100, -------------- SYN_REPORT ------------
Event: time 1421097020.331104, type 3 (EV_ABS), code 0 (ABS_X), value 10519
Event: time 1421097020.331104, type 3 (EV_ABS), code 1 (ABS_Y), value 4324
Event: time 1421097020.331104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1216
Event: time 1421097020.331104, -------------- SYN_REPORT ------------
Event: time 1421097020.335102, type 3 (EV_ABS), code 0 (ABS_X), value 10516
Event: time 1421097020.335102, type 3 (EV_ABS), code 1 (ABS_Y), value 4314
Event: time 1421097020.335102, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1228
Event: time 1421097020.335102, -------------- SYN_REPORT ------------
Event: time 1421097020.339101, type 3 (EV_ABS), code 0 (ABS_X), value 10513
Event: time 1421097020.339101, type 3 (EV_ABS), code 1 (ABS_Y), value 4305
Event: time 1421097020.339101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1241
Event: time 1421097020.339101, -------------- SYN_REPORT ------------
Event: time 1421097020.343101, type 3 (EV_ABS), code 1 (ABS_Y), value 4295
Event: time 1421097020.343101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1247
Event: time 1421097020.343101, -------------- SYN_REPORT ------------
Event: time 1421097020.347100, type 3 (EV_ABS), code 0 (ABS_X), value 10510
Event: time 1421097020.347100, type 3 (EV_ABS), code 1 (ABS_Y), value 4285
Event: time 1421097020.347100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1250
Event: time 1421097020.347100, -------------- SYN_REPORT ------------
Event: time 1421097020.351082, type 3 (EV_ABS), code 0 (ABS_X), value 10505
Event: time 1421097020.351082, type 3 (EV_ABS), code 1 (ABS_Y), value 4274
Event: time 1421097020.351082, -------------- SYN_REPORT ------------
Event: time 1421097020.355082, type 3 (EV_ABS), code 0 (ABS_X), value 10499
Event: time 1421097020.355082, type 3 (EV_ABS), code 1 (ABS_Y), value 4262
Event: time 1421097020.355082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1257
Event: time 1421097020.355082, -------------- SYN_REPORT ------------
Event: time 1421097020.359101, type 3 (EV_ABS), code 0 (ABS_X), value 10494
Event: time 1421097020.359101, type 3 (EV_ABS), code 1 (ABS_Y), value 4251
Event: time 1421097020.359101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1264
Event: time 1421097020.359101, -------------- SYN_REPORT ------------
Event: time 1421097020.363100, type 3 (EV_ABS), code 0 (ABS_X), value 10490
Event: time 1421097020.363100, type 3 (EV_ABS), code 1 (ABS_Y), value 4239
Event: time 1421097020.363100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1273
Event: time 1421097020.363100, -------------- SYN_REPORT ------------
Event: time 1421097020.367098, type 3 (EV_ABS), code 0 (ABS_X), value 10485
Event: time 1421097020.367098, type 3 (EV_ABS), code 1 (ABS_Y), value 4214
Event: time 1421097020.367098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1301
Event: time 1421097020.367098, -------------- SYN_REPORT ------------
Event: time 1421097020.371105, type 3 (EV_ABS), code 0 (ABS_X), value 10483
Event: time 1421097020.371105, type 3 (EV_ABS), code 1 (ABS_Y), value 4203
Event: time 1421097020.371105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1312
Event: time 1421097020.371105, -------------- SYN_REPORT ------------
Event: time 1421097020.375105, type 3 (EV_ABS), code 0 (ABS_X), value 10478
Event: time 1421097020.375105, type 3 (EV_ABS), code 1 (ABS_Y), value 4190
Event: time 1421097020.375105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1321
Event: time 1421097020.375105, -------------- SYN_REPORT ------------
Event: time 1421097020.379098, type 3 (EV_ABS), code 0 (ABS_X), value 10473
Event: time 1421097020.379098, type 3 (EV_ABS), code 1 (ABS_Y), value 4176
Event: time 1421097020.379098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1338
Event: time 1421097020.379098, -------------- SYN_REPORT ------------
Event: time 1421097020.383096, type 3 (EV_ABS), code 0 (ABS_X), value 10468
Event: time 1421097020.383096, type 3 (EV_ABS), code 1 (ABS_Y), value 4162
Event: time 1421097020.383096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1350
Event: time 1421097020.383096, -------------- SYN_REPORT ------------
Event: time 1421097020.387082, type 3 (EV_ABS), code 0 (ABS_X), value 10464
Event: time 1421097020.387082, type 3 (EV_ABS), code 1 (ABS_Y), value 4147
Event: time 1421097020.387082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1359
Event: time 1421097020.387082, -------------- SYN_REPORT ------------
Event: time 1421097020.391083, type 3 (EV_ABS), code 0 (ABS_X), value 10459
Event: time 1421097020.391083, type 3 (EV_ABS), code 1 (ABS_Y), value 4131
Event: time 1421097020.391083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1362
Event: time 1421097020.391083, -------------- SYN_REPORT ------------
Event: time 1421097020.395106, type 3 (EV_ABS), code 0 (ABS_X), value 10454
Event: time 1421097020.395106, type 3 (EV_ABS), code 1 (ABS_Y), value 4113
Event: time 1421097020.395106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1367
Event: time 1421097020.395106, -------------- SYN_REPORT ------------
Event: time 1421097020.399106, type 3 (EV_ABS), code 0 (ABS_X), value 10450
Event: time 1421097020.399106, type 3 (EV_ABS), code 1 (ABS_Y), value 4095
Event: time 1421097020.399106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1378
Event: time 1421097020.399106, -------------- SYN_REPORT ------------
Event: time 1421097020.403096, type 3 (EV_ABS), code 0 (ABS_X), value 10443
Event: time 1421097020.403096, type 3 (EV_ABS), code 1 (ABS_Y), value 4062
Event: time 1421097020.403096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1391
Event: time 1421097020.403096, -------------- SYN_REPORT ------------
Event: time 1421097020.407100, type 3 (EV_ABS), code 0 (ABS_X), value 10440
Event: time 1421097020.407100, type 3 (EV_ABS), code 1 (ABS_Y), value 4045
Event: time 1421097020.407100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1402
Event: time 1421097020.407100, -------------- SYN_REPORT ------------
Event: time 1421097020.411097, type 3 (EV_ABS), code 0 (ABS_X), value 10438
Event: time 1421097020.411097, type 3 (EV_ABS), code 1 (ABS_Y), value 4027
Event: time 1421097020.411097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1416
Event: time 1421097020.411097, -------------- SYN_REPORT ------------
Event: time 1421097020.415110, type 3 (EV_ABS), code 0 (ABS_X), value 10432
Event: time 1421097020.415110, type 3 (EV_ABS), code 1 (ABS_Y), value 4009
Event: time 1421097020.415110, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1436
Event: time 1421097020.415110, -------------- SYN_REPORT ------------
Event: time 1421097020.419109, type 3 (EV_ABS), code 0 (ABS_X), value 10425
Event: time 1421097020.419109, type 3 (EV_ABS), code 1 (ABS_Y), value 3992
Event: time 1421097020.419109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1458
Event: time 1421097020.419109, -------------- SYN_REPORT ------------
Event: time 1421097020.423106, type 3 (EV_ABS), code 0 (ABS_X), value 10419
Event: time 1421097020.423106, type 3 (EV_ABS), code 1 (ABS_Y), value 3975
Event: time 1421097020.423106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1464
Event: time 1421097020.423106, -------------- SYN_REPORT ------------
Event: time 1421097020.427107, type 3 (EV_ABS), code 0 (ABS_X), value 10415
Event: time 1421097020.427107, type 3 (EV_ABS), code 1 (ABS_Y), value 3957
Event: time 1421097020.427107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1472
Event: time 1421097020.427107, -------------- SYN_REPORT ------------
Event: time 1421097020.431106, type 3 (EV_ABS), code 0 (ABS_X), value 10412
Event: time 1421097020.431106, type 3 (EV_ABS), code 1 (ABS_Y), value 3940
Event: time 1421097020.431106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1487
Event: time 1421097020.431106, -------------- SYN_REPORT ------------
Event: time 1421097020.435099, type 3 (EV_ABS), code 0 (ABS_X), value 10399
Event: time 1421097020.435099, type 3 (EV_ABS), code 1 (ABS_Y), value 3906
Event: time 1421097020.435099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1502
Event: time 1421097020.435099, -------------- SYN_REPORT ------------
Event: time 1421097020.439100, type 3 (EV_ABS), code 0 (ABS_X), value 10394
Event: time 1421097020.439100, type 3 (EV_ABS), code 1 (ABS_Y), value 3888
Event: time 1421097020.439100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1506
Event: time 1421097020.439100, -------------- SYN_REPORT ------------
Event: time 1421097020.443109, type 3 (EV_ABS), code 1 (ABS_Y), value 3870
Event: time 1421097020.443109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1511
Event: time 1421097020.443109, -------------- SYN_REPORT ------------
Event: time 1421097020.447109, type 3 (EV_ABS), code 1 (ABS_Y), value 3852
Event: time 1421097020.447109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1515
Event: time 1421097020.447109, -------------- SYN_REPORT ------------
Event: time 1421097020.451105, type 3 (EV_ABS), code 0 (ABS_X), value 10390
Event: time 1421097020.451105, type 3 (EV_ABS), code 1 (ABS_Y), value 3834
Event: time 1421097020.451105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1523
Event: time 1421097020.451105, -------------- SYN_REPORT ------------
Event: time 1421097020.455106, type 3 (EV_ABS), code 1 (ABS_Y), value 3815
Event: time 1421097020.455106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1524
Event: time 1421097020.455106, -------------- SYN_REPORT ------------
Event: time 1421097020.459107, type 3 (EV_ABS), code 1 (ABS_Y), value 3797
Event: time 1421097020.459107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1531
Event: time 1421097020.459107, -------------- SYN_REPORT ------------
Event: time 1421097020.463106, type 3 (EV_ABS), code 1 (ABS_Y), value 3778
Event: time 1421097020.463106, -------------- SYN_REPORT ------------
Event: time 1421097020.467095, type 3 (EV_ABS), code 1 (ABS_Y), value 3758
Event: time 1421097020.467095, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1534
Event: time 1421097020.467095, -------------- SYN_REPORT ------------
Event: time 1421097020.471101, type 3 (EV_ABS), code 1 (ABS_Y), value 3738
Event: time 1421097020.471101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1535
Event: time 1421097020.471101, -------------- SYN_REPORT ------------
Event: time 1421097020.475103, type 3 (EV_ABS), code 1 (ABS_Y), value 3695
Event: time 1421097020.475103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1538
Event: time 1421097020.475103, -------------- SYN_REPORT ------------
Event: time 1421097020.479109, type 3 (EV_ABS), code 1 (ABS_Y), value 3672
Event: time 1421097020.479109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1550
Event: time 1421097020.479109, -------------- SYN_REPORT ------------
Event: time 1421097020.483108, type 3 (EV_ABS), code 1 (ABS_Y), value 3648
Event: time 1421097020.483108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1558
Event: time 1421097020.483108, -------------- SYN_REPORT ------------
Event: time 1421097020.487104, type 3 (EV_ABS), code 1 (ABS_Y), value 3623
Event: time 1421097020.487104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1562
Event: time 1421097020.487104, -------------- SYN_REPORT ------------
Event: time 1421097020.491106, type 3 (EV_ABS), code 1 (ABS_Y), value 3598
Event: time 1421097020.491106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1567
Event: time 1421097020.491106, -------------- SYN_REPORT ------------
Event: time 1421097020.495106, type 3 (EV_ABS), code 0 (ABS_X), value 10392
Event: time 1421097020.495106, type 3 (EV_ABS), code 1 (ABS_Y), value 3572
Event: time 1421097020.495106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1580
Event: time 1421097020.495106, -------------- SYN_REPORT ------------
Event: time 1421097020.499099, type 3 (EV_ABS), code 1 (ABS_Y), value 3546
Event: time 1421097020.499099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1590
Event: time 1421097020.499099, -------------- SYN_REPORT ------------
Event: time 1421097020.503098, type 3 (EV_ABS), code 0 (ABS_X), value 10389
Event: time 1421097020.503098, type 3 (EV_ABS), code 1 (ABS_Y), value 3521
Event: time 1421097020.503098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1601
Event: time 1421097020.503098, -------------- SYN_REPORT ------------
Event: time 1421097020.507099, type 3 (EV_ABS), code 0 (ABS_X), value 10387
Event: time 1421097020.507099, type 3 (EV_ABS), code 1 (ABS_Y), value 3497
Event: time 1421097020.507099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1609
Event: time 1421097020.507099, -------------- SYN_REPORT ------------
Event: time 1421097020.511107, type 3 (EV_ABS), code 1 (ABS_Y), value 3472
Event: time 1421097020.511107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1613
Event: time 1421097020.511107, -------------- SYN_REPORT ------------
Event: time 1421097020.515104, type 3 (EV_ABS), code 0 (ABS_X), value 10384
Event: time 1421097020.515104, type 3 (EV_ABS), code 1 (ABS_Y), value 3426
Event: time 1421097020.515104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1634
Event: time 1421097020.515104, -------------- SYN_REPORT ------------
Event: time 1421097020.519108, type 3 (EV_ABS), code 1 (ABS_Y), value 3404
Event: time 1421097020.519108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1637
Event: time 1421097020.519108, -------------- SYN_REPORT ------------
Event: time 1421097020.523096, type 3 (EV_ABS), code 1 (ABS_Y), value 3381
Event: time 1421097020.523096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1647
Event: time 1421097020.523096, -------------- SYN_REPORT ------------
Event: time 1421097020.527109, type 3 (EV_ABS), code 1 (ABS_Y), value 3359
Event: time 1421097020.527109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1656
Event: time 1421097020.527109, -------------- SYN_REPORT ------------
Event: time 1421097020.531099, type 3 (EV_ABS), code 0 (ABS_X), value 10382
Event: time 1421097020.531099, type 3 (EV_ABS), code 1 (ABS_Y), value 3337
Event: time 1421097020.531099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1661
Event: time 1421097020.531099, -------------- SYN_REPORT ------------
Event: time 1421097020.535103, type 3 (EV_ABS), code 1 (ABS_Y), value 3316
Event: time 1421097020.535103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1663
Event: time 1421097020.535103, -------------- SYN_REPORT ------------
Event: time 1421097020.539097, type 3 (EV_ABS), code 0 (ABS_X), value 10379
Event: time 1421097020.539097, type 3 (EV_ABS), code 1 (ABS_Y), value 3296
Event: time 1421097020.539097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1678
Event: time 1421097020.539097, -------------- SYN_REPORT ------------
Event: time 1421097020.543096, type 3 (EV_ABS), code 1 (ABS_Y), value 3275
Event: time 1421097020.543096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1690
Event: time 1421097020.543096, -------------- SYN_REPORT ------------
Event: time 1421097020.547107, type 3 (EV_ABS), code 0 (ABS_X), value 10382
Event: time 1421097020.547107, type 3 (EV_ABS), code 1 (ABS_Y), value 3254
Event: time 1421097020.547107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1704
Event: time 1421097020.547107, -------------- SYN_REPORT ------------
Event: time 1421097020.551107, type 3 (EV_ABS), code 0 (ABS_X), value 10385
Event: time 1421097020.551107, type 3 (EV_ABS), code 1 (ABS_Y), value 3233
Event: time 1421097020.551107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1721
Event: time 1421097020.551107, -------------- SYN_REPORT ------------
Event: time 1421097020.555106, type 3 (EV_ABS), code 0 (ABS_X), value 10390
Event: time 1421097020.555106, type 3 (EV_ABS), code 1 (ABS_Y), value 3187
Event: time 1421097020.555106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1756
Event: time 1421097020.555106, -------------- SYN_REPORT ------------
Event: time 1421097020.559108, type 3 (EV_ABS), code 1 (ABS_Y), value 3165
Event: time 1421097020.559108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1770
Event: time 1421097020.559108, -------------- SYN_REPORT ------------
Event: time 1421097020.563097, type 3 (EV_ABS), code 1 (ABS_Y), value 3145
Event: time 1421097020.563097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1790
Event: time 1421097020.563097, -------------- SYN_REPORT ------------
Event: time 1421097020.567097, type 3 (EV_ABS), code 1 (ABS_Y), value 3124
Event: time 1421097020.567097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1812
Event: time 1421097020.567097, -------------- SYN_REPORT ------------
Event: time 1421097020.571109, type 3 (EV_ABS), code 0 (ABS_X), value 10387
Event: time 1421097020.571109, type 3 (EV_ABS), code 1 (ABS_Y), value 3104
Event: time 1421097020.571109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1819
Event: time 1421097020.571109, -------------- SYN_REPORT ------------
Event: time 1421097020.575107, type 3 (EV_ABS), code 0 (ABS_X), value 10385
Event: time 1421097020.575107, type 3 (EV_ABS), code 1 (ABS_Y), value 3083
Event: time 1421097020.575107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1837
Event: time 1421097020.575107, -------------- SYN_REPORT ------------
Event: time 1421097020.579109, type 3 (EV_ABS), code 1 (ABS_Y), value 3063
Event: time 1421097020.579109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1853
Event: time 1421097020.579109, -------------- SYN_REPORT ------------
Event: time 1421097020.583094, type 3 (EV_ABS), code 0 (ABS_X), value 10382
Event: time 1421097020.583094, type 3 (EV_ABS), code 1 (ABS_Y), value 3044
Event: time 1421097020.583094, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1864
Event: time 1421097020.583094, -------------- SYN_REPORT ------------
Event: time 1421097020.587103, type 3 (EV_ABS), code 1 (ABS_Y), value 3025
Event: time 1421097020.587103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1874
Event: time 1421097020.587103, -------------- SYN_REPORT ------------
Event: time 1421097020.591095, type 3 (EV_ABS), code 0 (ABS_X), value 10380
Event: time 1421097020.591095, type 3 (EV_ABS), code 1 (ABS_Y), value 2987
Event: time 1421097020.591095, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1897
Event: time 1421097020.591095, -------------- SYN_REPORT ------------
Event: time 1421097020.595100, type 3 (EV_ABS), code 0 (ABS_X), value 10376
Event: time 1421097020.595100, type 3 (EV_ABS), code 1 (ABS_Y), value 2968
Event: time 1421097020.595100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1907
Event: time 1421097020.595100, -------------- SYN_REPORT ------------
Event: time 1421097020.599103, type 3 (EV_ABS), code 0 (ABS_X), value 10374
Event: time 1421097020.599103, type 3 (EV_ABS), code 1 (ABS_Y), value 2950
Event: time 1421097020.599103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1911
Event: time 1421097020.599103, -------------- SYN_REPORT ------------
Event: time 1421097020.603096, type 3 (EV_ABS), code 1 (ABS_Y), value 2932
Event: time 1421097020.603096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1922
Event: time 1421097020.603096, -------------- SYN_REPORT ------------
Event: time 1421097020.607104, type 3 (EV_ABS), code 0 (ABS_X), value 10372
Event: time 1421097020.607104, type 3 (EV_ABS), code 1 (ABS_Y), value 2914
Event: time 1421097020.607104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1938
Event: time 1421097020.607104, -------------- SYN_REPORT ------------
Event: time 1421097020.611109, type 3 (EV_ABS), code 0 (ABS_X), value 10369
Event: time 1421097020.611109, type 3 (EV_ABS), code 1 (ABS_Y), value 2898
Event: time 1421097020.611109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1946
Event: time 1421097020.611109, -------------- SYN_REPORT ------------
Event: time 1421097020.615093, type 3 (EV_ABS), code 1 (ABS_Y), value 2883
Event: time 1421097020.615093, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1957
Event: time 1421097020.615093, -------------- SYN_REPORT ------------
Event: time 1421097020.619083, type 3 (EV_ABS), code 1 (ABS_Y), value 2868
Event: time 1421097020.619083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1966
Event: time 1421097020.619083, -------------- SYN_REPORT ------------
Event: time 1421097020.623082, type 3 (EV_ABS), code 0 (ABS_X), value 10367
Event: time 1421097020.623082, type 3 (EV_ABS), code 1 (ABS_Y), value 2854
Event: time 1421097020.623082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1979
Event: time 1421097020.623082, -------------- SYN_REPORT ------------
Event: time 1421097020.627082, type 3 (EV_ABS), code 0 (ABS_X), value 10360
Event: time 1421097020.627082, type 3 (EV_ABS), code 1 (ABS_Y), value 2829
Event: time 1421097020.627082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1998
Event: time 1421097020.627082, -------------- SYN_REPORT ------------
Event: time 1421097020.631081, type 3 (EV_ABS), code 0 (ABS_X), value 10357
Event: time 1421097020.631081, type 3 (EV_ABS), code 1 (ABS_Y), value 2818
Event: time 1421097020.631081, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2010
Event: time 1421097020.631081, -------------- SYN_REPORT ------------
Event: time 1421097020.635082, type 3 (EV_ABS), code 0 (ABS_X), value 10354
Event: time 1421097020.635082, type 3 (EV_ABS), code 1 (ABS_Y), value 2808
Event: time 1421097020.635082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2017
Event: time 1421097020.635082, -------------- SYN_REPORT ------------
Event: time 1421097020.639082, type 3 (EV_ABS), code 0 (ABS_X), value 10351
Event: time 1421097020.639082, type 3 (EV_ABS), code 1 (ABS_Y), value 2799
Event: time 1421097020.639082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2031
Event: time 1421097020.639082, -------------- SYN_REPORT ------------
Event: time 1421097020.643082, type 3 (EV_ABS), code 1 (ABS_Y), value 2789
Event: time 1421097020.643082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2042
Event: time 1421097020.643082, -------------- SYN_REPORT ------------
Event: time 1421097020.647082, type 3 (EV_ABS), code 0 (ABS_X), value 10348
Event: time 1421097020.647082, type 3 (EV_ABS), code 1 (ABS_Y), value 2779
Event: time 1421097020.647082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2047
Event: time 1421097020.647082, -------------- SYN_REPORT ------------
Event: time 1421097020.651082, type 3 (EV_ABS), code 0 (ABS_X), value 10346
Event: time 1421097020.651082, type 3 (EV_ABS), code 1 (ABS_Y), value 2770
Event: time 1421097020.651082, -------------- SYN_REPORT ------------
Event: time 1421097020.655082, type 3 (EV_ABS), code 1 (ABS_Y), value 2760
Event: time 1421097020.655082, -------------- SYN_REPORT ------------
Event: time 1421097020.659082, type 3 (EV_ABS), code 0 (ABS_X), value 10343
Event: time 1421097020.659082, type 3 (EV_ABS), code 1 (ABS_Y), value 2751
Event: time 1421097020.659082, -------------- SYN_REPORT ------------
Event: time 1421097020.663082, type 3 (EV_ABS), code 0 (ABS_X), value 10341
Event: time 1421097020.663082, type 3 (EV_ABS), code 1 (ABS_Y), value 2741
Event: time 1421097020.663082, -------------- SYN_REPORT ------------
Event: time 1421097020.667082, type 3 (EV_ABS), code 0 (ABS_X), value 10335
Event: time 1421097020.667082, type 3 (EV_ABS), code 1 (ABS_Y), value 2720
Event: time 1421097020.667082, -------------- SYN_REPORT ------------
Event: time 1421097020.671082, type 3 (EV_ABS), code 0 (ABS_X), value 10332
Event: time 1421097020.671082, type 3 (EV_ABS), code 1 (ABS_Y), value 2708
Event: time 1421097020.671082, -------------- SYN_REPORT ------------
Event: time 1421097020.675099, type 3 (EV_ABS), code 0 (ABS_X), value 10329
Event: time 1421097020.675099, type 3 (EV_ABS), code 1 (ABS_Y), value 2695
Event: time 1421097020.675099, -------------- SYN_REPORT ------------
Event: time 1421097020.679098, type 3 (EV_ABS), code 0 (ABS_X), value 10327
Event: time 1421097020.679098, type 3 (EV_ABS), code 1 (ABS_Y), value 2683
Event: time 1421097020.679098, -------------- SYN_REPORT ------------
Event: time 1421097020.683100, type 3 (EV_ABS), code 0 (ABS_X), value 10325
Event: time 1421097020.683100, type 3 (EV_ABS), code 1 (ABS_Y), value 2670
Event: time 1421097020.683100, -------------- SYN_REPORT ------------
Event: time 1421097020.687097, type 3 (EV_ABS), code 0 (ABS_X), value 10323
Event: time 1421097020.687097, type 3 (EV_ABS), code 1 (ABS_Y), value 2657
Event: time 1421097020.687097, -------------- SYN_REPORT ------------
Event: time 1421097020.691109, type 3 (EV_ABS), code 1 (ABS_Y), value 2645
Event: time 1421097020.691109, -------------- SYN_REPORT ------------
Event: time 1421097020.695106, type 3 (EV_ABS), code 0 (ABS_X), value 10320
Event: time 1421097020.695106, type 3 (EV_ABS), code 1 (ABS_Y), value 2633
Event: time 1421097020.695106, -------------- SYN_REPORT ------------
Event: time 1421097020.699105, type 3 (EV_ABS), code 0 (ABS_X), value 10317
Event: time 1421097020.699105, type 3 (EV_ABS), code 1 (ABS_Y), value 2620
Event: time 1421097020.699105, -------------- SYN_REPORT ------------
Event: time 1421097020.703103, type 3 (EV_ABS), code 1 (ABS_Y), value 2607
Event: time 1421097020.703103, -------------- SYN_REPORT ------------
Event: time 1421097020.707104, type 3 (EV_ABS), code 1 (ABS_Y), value 2595
Event: time 1421097020.707104, -------------- SYN_REPORT ------------
Event: time 1421097020.711100, type 3 (EV_ABS), code 1 (ABS_Y), value 2572
Event: time 1421097020.711100, -------------- SYN_REPORT ------------
Event: time 1421097020.715100, type 3 (EV_ABS), code 0 (ABS_X), value 10314
Event: time 1421097020.715100, type 3 (EV_ABS), code 1 (ABS_Y), value 2561
Event: time 1421097020.715100, -------------- SYN_REPORT ------------
Event: time 1421097020.719101, type 3 (EV_ABS), code 1 (ABS_Y), value 2550
Event: time 1421097020.719101, -------------- SYN_REPORT ------------
Event: time 1421097020.723109, type 3 (EV_ABS), code 1 (ABS_Y), value 2539
Event: time 1421097020.723109, -------------- SYN_REPORT ------------
Event: time 1421097020.727095, type 3 (EV_ABS), code 1 (ABS_Y), value 2529
Event: time 1421097020.727095, -------------- SYN_REPORT ------------
Event: time 1421097020.731083, type 3 (EV_ABS), code 1 (ABS_Y), value 2519
Event: time 1421097020.731083, -------------- SYN_REPORT ------------
Event: time 1421097020.735083, type 3 (EV_ABS), code 0 (ABS_X), value 10311
Event: time 1421097020.735083, type 3 (EV_ABS), code 1 (ABS_Y), value 2509
Event: time 1421097020.735083, -------------- SYN_REPORT ------------
Event: time 1421097020.739108, type 3 (EV_ABS), code 1 (ABS_Y), value 2500
Event: time 1421097020.739108, -------------- SYN_REPORT ------------
Event: time 1421097020.743099, type 3 (EV_ABS), code 1 (ABS_Y), value 2489
Event: time 1421097020.743099, -------------- SYN_REPORT ------------
Event: time 1421097020.747097, type 3 (EV_ABS), code 1 (ABS_Y), value 2479
Event: time 1421097020.747097, -------------- SYN_REPORT ------------
Event: time 1421097020.751103, type 3 (EV_ABS), code 1 (ABS_Y), value 2469
Event: time 1421097020.751103, -------------- SYN_REPORT ------------
Event: time 1421097020.755110, type 3 (EV_ABS), code 0 (ABS_X), value 10308
Event: time 1421097020.755110, type 3 (EV_ABS), code 1 (ABS_Y), value 2448
Event: time 1421097020.755110, -------------- SYN_REPORT ------------
Event: time 1421097020.759107, type 3 (EV_ABS), code 1 (ABS_Y), value 2437
Event: time 1421097020.759107, -------------- SYN_REPORT ------------
Event: time 1421097020.763107, type 3 (EV_ABS), code 1 (ABS_Y), value 2426
Event: time 1421097020.763107, -------------- SYN_REPORT ------------
Event: time 1421097020.767107, type 3 (EV_ABS), code 0 (ABS_X), value 10305
Event: time 1421097020.767107, type 3 (EV_ABS), code 1 (ABS_Y), value 2415
Event: time 1421097020.767107, -------------- SYN_REPORT ------------
Event: time 1421097020.771094, type 3 (EV_ABS), code 0 (ABS_X), value 10303
Event: time 1421097020.771094, type 3 (EV_ABS), code 1 (ABS_Y), value 2403
Event: time 1421097020.771094, -------------- SYN_REPORT ------------
Event: time 1421097020.775101, type 3 (EV_ABS), code 0 (ABS_X), value 10301
Event: time 1421097020.775101, type 3 (EV_ABS), code 1 (ABS_Y), value 2392
Event: time 1421097020.775101, -------------- SYN_REPORT ------------
Event: time 1421097020.779098, type 3 (EV_ABS), code 1 (ABS_Y), value 2380
Event: time 1421097020.779098, -------------- SYN_REPORT ------------
Event: time 1421097020.783110, type 3 (EV_ABS), code 0 (ABS_X), value 10299
Event: time 1421097020.783110, type 3 (EV_ABS), code 1 (ABS_Y), value 2366
Event: time 1421097020.783110, -------------- SYN_REPORT ------------
Event: time 1421097020.787108, type 3 (EV_ABS), code 0 (ABS_X), value 10297
Event: time 1421097020.787108, type 3 (EV_ABS), code 1 (ABS_Y), value 2354
Event: time 1421097020.787108, -------------- SYN_REPORT ------------
Event: time 1421097020.791107, type 3 (EV_ABS), code 1 (ABS_Y), value 2341
Event: time 1421097020.791107, -------------- SYN_REPORT ------------
Event: time 1421097020.795109, type 3 (EV_ABS), code 1 (ABS_Y), value 2328
Event: time 1421097020.795109, -------------- SYN_REPORT ------------
Event: time 1421097020.799106, type 3 (EV_ABS), code 0 (ABS_X), value 10296
Event: time 1421097020.799106, type 3 (EV_ABS), code 1 (ABS_Y), value 2304
Event: time 1421097020.799106, -------------- SYN_REPORT ------------
Event: time 1421097020.803101, type 3 (EV_ABS), code 1 (ABS_Y), value 2292
Event: time 1421097020.803101, -------------- SYN_REPORT ------------
Event: time 1421097020.807098, type 3 (EV_ABS), code 0 (ABS_X), value 10297
Event: time 1421097020.807098, type 3 (EV_ABS), code 1 (ABS_Y), value 2281
Event: time 1421097020.807098, -------------- SYN_REPORT ------------
Event: time 1421097020.811102, type 3 (EV_ABS), code 0 (ABS_X), value 10298
Event: time 1421097020.811102, type 3 (EV_ABS), code 1 (ABS_Y), value 2270
Event: time 1421097020.811102, -------------- SYN_REPORT ------------
Event: time 1421097020.815106, type 3 (EV_ABS), code 1 (ABS_Y), value 2259
Event: time 1421097020.815106, -------------- SYN_REPORT ------------
Event: time 1421097020.819106, type 3 (EV_ABS), code 1 (ABS_Y), value 2247
Event: time 1421097020.819106, -------------- SYN_REPORT ------------
Event: time 1421097020.823096, type 3 (EV_ABS), code 0 (ABS_X), value 10295
Event: time 1421097020.823096, type 3 (EV_ABS), code 1 (ABS_Y), value 2236
Event: time 1421097020.823096, -------------- SYN_REPORT ------------
Event: time 1421097020.827106, type 3 (EV_ABS), code 0 (ABS_X), value 10293
Event: time 1421097020.827106, type 3 (EV_ABS), code 1 (ABS_Y), value 2225
Event: time 1421097020.827106, -------------- SYN_REPORT ------------
Event: time 1421097020.831104, type 3 (EV_ABS), code 0 (ABS_X), value 10291
Event: time 1421097020.831104, type 3 (EV_ABS), code 1 (ABS_Y), value 2214
Event: time 1421097020.831104, -------------- SYN_REPORT ------------
Event: time 1421097020.835101, type 3 (EV_ABS), code 1 (ABS_Y), value 2203
Event: time 1421097020.835101, -------------- SYN_REPORT ------------
Event: time 1421097020.839099, type 3 (EV_ABS), code 0 (ABS_X), value 10292
Event: time 1421097020.839099, type 3 (EV_ABS), code 1 (ABS_Y), value 2193
Event: time 1421097020.839099, -------------- SYN_REPORT ------------
Event: time 1421097020.843097, type 3 (EV_ABS), code 1 (ABS_Y), value 2172
Event: time 1421097020.843097, -------------- SYN_REPORT ------------
Event: time 1421097020.847108, type 3 (EV_ABS), code 1 (ABS_Y), value 2160
Event: time 1421097020.847108, -------------- SYN_REPORT ------------
Event: time 1421097020.851105, type 3 (EV_ABS), code 1 (ABS_Y), value 2148
Event: time 1421097020.851105, -------------- SYN_REPORT ------------
Event: time 1421097020.855103, type 3 (EV_ABS), code 1 (ABS_Y), value 2137
Event: time 1421097020.855103, -------------- SYN_REPORT ------------
Event: time 1421097020.859105, type 3 (EV_ABS), code 1 (ABS_Y), value 2127
Event: time 1421097020.859105, -------------- SYN_REPORT ------------
Event: time 1421097020.863095, type 3 (EV_ABS), code 1 (ABS_Y), value 2117
Event: time 1421097020.863095, -------------- SYN_REPORT ------------
Event: time 1421097020.867099, type 3 (EV_ABS), code 1 (ABS_Y), value 2107
Event: time 1421097020.867099, -------------- SYN_REPORT ------------
Event: time 1421097020.871103, type 3 (EV_ABS), code 0 (ABS_X), value 10289
Event: time 1421097020.871103, type 3 (EV_ABS), code 1 (ABS_Y), value 2098
Event: time 1421097020.871103, -----...
[truncated message content] |
|
From: Nikolai K. <sp...@gm...> - 2015-01-12 21:01:57
|
On 01/12/2015 10:56 PM, Thierry FOX wrote:
> is this good? Event: time 1421096136.818936, -------------- SYN_REPORT ------------
> Event: time 1421096136.822932, type 3 (EV_ABS), code 0 (ABS_X), value 14088
> Event: time 1421096136.822932, type 3 (EV_ABS), code 1 (ABS_Y), value 9247
> Event: time 1421096136.822932, -------------- SYN_REPORT ------------
> Event: time 1421096136.826932, type 3 (EV_ABS), code 0 (ABS_X), value 14103
> Event: time 1421096136.826932, type 3 (EV_ABS), code 1 (ABS_Y), value 9256
> Event: time 1421096136.826932, -------------- SYN_REPORT ------------
> Event: time 1421096136.830935, type 3 (EV_ABS), code 0 (ABS_X), value 14120
> Event: time 1421096136.830935, type 3 (EV_ABS), code 1 (ABS_Y), value 9266
> Event: time 1421096136.830935, -------------- SYN_REPORT ------------
> Event: time 1421096136.834925, type 3 (EV_ABS), code 0 (ABS_X), value 14138
> Event: time 1421096136.834925, type 3 (EV_ABS), code 1 (ABS_Y), value 9276
> Event: time 1421096136.834925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 97
> Event: time 1421096136.834925, -------------- SYN_REPORT ------------
> Event: time 1421096136.838925, type 3 (EV_ABS), code 0 (ABS_X), value 14157
> Event: time 1421096136.838925, type 3 (EV_ABS), code 1 (ABS_Y), value 9288
> Event: time 1421096136.838925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 91
Yes, this is good for a start. We can see some coordinates and pressure
reported. Now, please run this command:
sudo evtest | tee evtest.txt
Select your tablet again, and do four strokes with the pen, as shown in this
video:
https://www.youtube.com/watch?v=ysYk8KLY98U
And then send the "evtest.txt" file, which will be created in your home
directory.
Thank you.
|
|
From: Thierry F. <thi...@gm...> - 2015-01-12 20:56:30
|
is this good? Event: time 1421096136.818936, -------------- SYN_REPORT ------------ Event: time 1421096136.822932, type 3 (EV_ABS), code 0 (ABS_X), value 14088 Event: time 1421096136.822932, type 3 (EV_ABS), code 1 (ABS_Y), value 9247 Event: time 1421096136.822932, -------------- SYN_REPORT ------------ Event: time 1421096136.826932, type 3 (EV_ABS), code 0 (ABS_X), value 14103 Event: time 1421096136.826932, type 3 (EV_ABS), code 1 (ABS_Y), value 9256 Event: time 1421096136.826932, -------------- SYN_REPORT ------------ Event: time 1421096136.830935, type 3 (EV_ABS), code 0 (ABS_X), value 14120 Event: time 1421096136.830935, type 3 (EV_ABS), code 1 (ABS_Y), value 9266 Event: time 1421096136.830935, -------------- SYN_REPORT ------------ Event: time 1421096136.834925, type 3 (EV_ABS), code 0 (ABS_X), value 14138 Event: time 1421096136.834925, type 3 (EV_ABS), code 1 (ABS_Y), value 9276 Event: time 1421096136.834925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 97 Event: time 1421096136.834925, -------------- SYN_REPORT ------------ Event: time 1421096136.838925, type 3 (EV_ABS), code 0 (ABS_X), value 14157 Event: time 1421096136.838925, type 3 (EV_ABS), code 1 (ABS_Y), value 9288 Event: time 1421096136.838925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 91 On Mon, Jan 12, 2015 at 8:39 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 10:25 PM, Thierry FOX wrote: > >> >> >> > Alright, I see that the huion driver is loaded. > > Now, could you please install "evtest" package, for example with a "sudo > apt-get install evtest" command in your terminal (assuming you use Ubuntu). > > And then run it as "sudo evtest", enter the number for your tablet from the > list of devices it will output and do a stroke with the pen on your tablet. > Then please send the output. > > Thank you. > > Nick > |
|
From: Thierry F. <thi...@gm...> - 2015-01-12 20:25:19
|
On Mon, Jan 12, 2015 at 8:14 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 09:12 PM, Thierry FOX wrote: > >> ok, the /sbin output is this: filename: /lib/modules/3.13.0-32- >> generic/extra/hid-huion.ko >> version: 5 >> license: GPL >> description: Huion HID driver >> author: Nikolai Kondrashov >> author: Martin Rusko >> srcversion: AA341FE887649B154C7BB63 >> alias: hid:b0003g*v00005543p0000004D >> alias: hid:b0003g*v00005543p0000006E >> alias: hid:b0003g*v0000256Cp0000006E >> depends: hid >> vermagic: 3.13.0-32-generic SMP mod_unload modversions >> > > Thank you. > > but I cant do the other one, I get this or this >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log >> bash: /var/log: Is a directory >> >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log/syslog >> bash: /var/log/syslog: Permission denied >> > > /var/log/syslog is just a file. You can use the regular file browser (it's > called "File Explorer" in Windows, or "Finder" on Mac) to navigate first to > the top directory and from there down to "var" and then to "log" and find > "syslog" file there and attach it to the message. > > You could have displayed it in the terminal with a "cat /var/log/syslog" > command, but it would be hard to copy-paste it into a message from there. > So, just attach it. > > Nick > |
|
From: Thierry F. <thi...@gm...> - 2015-01-12 19:12:19
|
ok, the /sbin output is this: filename: /lib/modules/3.13.0-32-generic/extra/hid-huion.ko version: 5 license: GPL description: Huion HID driver author: Nikolai Kondrashov author: Martin Rusko srcversion: AA341FE887649B154C7BB63 alias: hid:b0003g*v00005543p0000004D alias: hid:b0003g*v00005543p0000006E alias: hid:b0003g*v0000256Cp0000006E depends: hid vermagic: 3.13.0-32-generic SMP mod_unload modversions but I cant do the other one, I get this or this thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log bash: /var/log: Is a directory thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log/syslog bash: /var/log/syslog: Permission denied On Mon, Jan 12, 2015 at 6:56 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 08:43 PM, Thierry FOX wrote: > >> how do I do that? I'm not much of a linux geek. >> > > I'll try to explain, but I won't be able to go into much detail. > > To get "/sbin/modinfo hid-huion" output, open the terminal program, paste > that > command at the prompt and press enter. Copy and paste the output into the > message. > > To get "/var/log/syslog", simply attach the "syslog" file from "/var/log" > directory to the message. > > Nick > > On 01/12/2015 08:43 PM, Thierry FOX wrote: > >> how do I do that? I'm not much of a linux geek. >> >> On Mon, Jan 12, 2015 at 4:23 PM, Nikolai Kondrashov <sp...@gm... >> <mailto:sp...@gm...>> wrote: >> >> On 01/12/2015 06:07 PM, Thierry FOX wrote: >> >> no, it didnt, I may have not installed them properly, is there >> anyway to >> verify its installation? >> >> >> Yes. For a start, please send the contents of "/var/log/syslog" after >> you plug >> in the tablet. And also the output of "/sbin/modinfo hid-huion". >> >> Thank you. >> >> Nick >> >> >> > |