On 1/29/07, Massimiliano Calamelli <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all, i'm playing with efl (edje,evas) and framebuffer backend, and
> i've to set up an touchscreen based user interface for a embedded
> device. Currently i'm working at test app using my laptop framebuffer.
> I've wrote a simple app thats act as a screensaver, it shows three
> images in a loop, and i've used only evas on fb. Therefore i wrote
> another test app using edje (with evas and ecore), and it works on x11
> backend. Now i'm trying to rewrite it for fb, but i've a problem with
> ecore_fb: it wants to open /dev/tty0, and if i run it as root it freezes
> any console.

do you have the fb attached to a tty? (ecore_fb is hardcoded to use
the current terminal)
is your kernel compiled for console fb support?

> Questions:
> 0) Can i use edje and evas without ecore?

no, edje depends on ecore, you can use evas without ecore.

> 1) It's ecore ready to run on fb?

yes it is, also etk works on it, several embedded systems do work with it =)

> 2) How to handle mouse events on fb?

this is the itchy point, i coded the "linux input" system for
ecore_fb, currently it supports only the event devices (/dev/eventX)
so you have to have the kernel support. event devices are some kind of
agnostic so the touchscreen/mouse/whatever arent emulated as a mouse
in kernel (/dev/mouse) , but as a mouse on user level, ecore_fb
supports only relative axis, keyboard and some kind of absolute axis
(i.e touchscreen) but it isnt full tested yet.

>
> I've tryied eem (from raster's site), and the examples under test dir
> on cvs tree, but the only working under fb is evas_fb_test...
>
> Thanks
> Massi
>
> PS: sorry for my english!
> - --
> Massimiliano Calamelli
> http://mcalamelli.netsons.org
> [EMAIL PROTECTED]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.4 (MingW32)
>
> iD8DBQFFvf5yleGEL56NNP4RAoyxAJ4qWiCq2rh5pEwDYxZbZmnVn5f/FACfZi+1
> UWQUmfktEHxcBSbCCnomX2U=
> =1v9o
> -----END PGP SIGNATURE-----
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to