Re: [E-devel] Multitouch Not working

2011-10-14 Thread HariHara Sudhan
OK thank you :) I think we have it all figured out. Thanks again for the help! Regards HariHaraSudhan On Fri, Oct 14, 2011 at 6:38 AM, Park Sung-Jin input.hac...@gmail.com wrote: Hi :) You can find an multitouch version of evdev implementation on the following:

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Hi, I'm using Hanvon Driver and use evdev for receiving events. evdev receives the events and processing touch events. I think xorg.conf is not configured properly for evdev. That might be the case. It'll be helpful if you can send a copy of xorg.conf for reference. On Wed, Oct 12, 2011 at 4:54

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Let me rephrase this. I mean i use evdev driver for Hanvon device, evdev receives the events, but for some reason the efl is not getting the touch events. Now that you've confirmed that efl multitouch does work. I am worried it could be something with xorg. It would be great to get a xorg.conf

Re: [E-devel] Multitouch Not working

2011-10-13 Thread Park Sung-Jin
Hi, Could you share your X input device configuration? Just the result of xinput list will be okay and it'll be helpful. : ) BR, Sung-Jin Park 2011/10/13 HariHara Sudhan h...@emo2.com: Let me rephrase this. I mean i use evdev driver for Hanvon device, evdev receives the events, but for some

Re: [E-devel] Multitouch Not working

2011-10-13 Thread The Rasterman
On Thu, 13 Oct 2011 13:54:23 +0530 HariHara Sudhan h...@emo2.com said: Let me rephrase this. I mean i use evdev driver for Hanvon device, evdev receives the events, but for some reason the efl is not getting the touch events. Now that you've confirmed that efl multitouch does work. I am

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Thanks.Here is the list. ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ touchscreen id=6[slave pointer (2)] ⎜ ↳ SIGMACHIP USB Keyboard

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Hi I've attached the evtest output in the file.evtest gives a slotted output from mpx events i suppose. On Thu, Oct 13, 2011 at 3:51 PM, HariHara Sudhan h...@emo2.com wrote: Thanks.Here is the list. ⎡ Virtual core pointer                          id=2    [master pointer  (3)] ⎜   ↳ Virtual

Re: [E-devel] Multitouch Not working

2011-10-13 Thread Park Sung-Jin
Event stream between kernel and X server doesn't matter. As I see your X input device configuration, you have only one porinter device. You can get touch events only for a finger which was issued from touchscreen If you want to make your multitouch working on EFL application, you need to rewrite

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Ok thanks Carsten and Park Sung-Jin , i got the mpx working by adding slave pointers. Thank you very much! On Thu, Oct 13, 2011 at 4:21 PM, Park Sung-Jin input.hac...@gmail.com wrote: Event stream between kernel and X server doesn't matter. As I see your X input device configuration, you have

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Also Sung-Jin, I read in the list, that you had written a patch to get mtdev working with ecore. I could not find a link to that patch, Can you point me to one, please. Regards HariHaraSudhan On Thu, Oct 13, 2011 at 4:21 PM, Park Sung-Jin input.hac...@gmail.com wrote: Event stream between

Re: [E-devel] Multitouch Not working

2011-10-13 Thread Park Sung-Jin
Hi :) You can find an multitouch version of evdev implementation on the following: http://cgit.freedesktop.org/~tissoire/xf86-input-evdev/ BR, Sung-Jin Park 2011/10/14 HariHara Sudhan h...@emo2.com: Also Sung-Jin, I read in the list, that you had written a patch to get mtdev working with

[E-devel] Multitouch Not working

2011-10-12 Thread HariHara Sudhan
Hi all, EVAS_CALLBACK_MULTI_DOWN is not calling the appropriate function, I've xinput 2.1 which works perfectly on xinput --test and getting the events. I've tried both the release version and latest from the svn, but still i'm having the same problem. The multi-touch from elementary-tests

Re: [E-devel] Multitouch Not working

2011-10-12 Thread The Rasterman
On Wed, 12 Oct 2011 14:00:55 +0530 HariHara Sudhan h...@emo2.com said: Hi all, EVAS_CALLBACK_MULTI_DOWN is not calling the appropriate function, I've xinput 2.1 which works perfectly on xinput --test and getting the events. I've tried both the release version and latest from the svn, but