On 1/30/07, Massimiliano Calamelli <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 30 Jan 2007 01:17:40 +0100
> "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> wrote:
>
> > do you have the fb attached to a tty? (ecore_fb is hardcoded to use
> > the current terminal)
>
> Sorry, but i don't understand this question?

ok, when you try to launch your app, do you do it over a terminal in
which the fb exists? i.e on a frame buffer console? over a serial
console?

>
> > is your kernel compiled for console fb support?
> >
>
> Yes, i can run my evas/fb screensaver.
>
> >
> > no, edje depends on ecore, you can use evas without ecore.
> >
>
> Ok.
>
> >
> > 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'm looking on /dev on my laptop (devel system based on Slack11/kernel
> 2.6.17.13), but i can't see /dev/eventX, there's /dev/input, with the
> files event[0..2], mice and mouse0.

ok, those /dev/input/eventX are the event devices that ecore_evas_fb
needs and ecore_fb can use. when you use ecore_fb you can select what
device to use (/dev/event0, /dev/input/eventX, etc). btw what are you
using ecore_evas_fb? ecore_fb + evas_fb + edje by yourself?

> The target system is built by a Cirrus toolchain for the base system
> and libraries (there's tslib), and for crosscc i use scratchbox.
> The eval board comes with Opie.
>
> Last question: for this message is better e-devel or e-users? I'm new
> on E development...

better e-devel, as this thread might end with some code to do on ecore_fb.

>
> Massimiliano
> - --
> Massimiliano Calamelli
> http://mcalamelli.netsons.org
> [EMAIL PROTECTED]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.4 (MingW32)
>
> iD8DBQFFvwJoleGEL56NNP4RAqrBAJ9tJqUIEskikFs2zzY5kcKNIRq3ewCg3l1i
> EKzONpoBdzAkHnxYMic7uUk=
> =oCwt
> -----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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to