On 1/30/07, Massimiliano Calamelli <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 30 Jan 2007 12:48:23 +0100
> "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> wrote:
>
> > 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?
>
> I run my laptop in console mode on runlevel 3 (the Slack default,
> multiuser but no X), and if I try to run my evas/fb screensaver it
> works, therefore my terminal have fb capabilities, it's right?
>
>
> > 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?
>
> I think that few lines of code looks better than a lot of words...
> http://pastebin.com/871167

indeed =)
ok, i compiled the code and in fact it doesnt work, the error is
because you are calling ecore_fb_init and not ecore_fb_shutdown at the
end, just notice that ecore_evas_fb_new already initializes the
ecore_fb by itself so you dont need to call ecore_fb_init in your
code.

for easier development when you run an ecore_fb based app as root the
gfx (fb) app is running in a newly allocated terminal (the first free,
tty7 normally) so you can change terminal (Alt-Fx) and see the output
on the tty where you launched the app, but if you run it like a normal
user you wont see any output because a normal user can't allocate a
new tty and the terminal is deactivated.

>
> Massimiliano
> - --
> Massimiliano Calamelli
> http://mcalamelli.netsons.org
> [EMAIL PROTECTED]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.4 (MingW32)
>
> iD8DBQFFvz0zleGEL56NNP4RAvKeAJ4v3S+MxueFH+J/JDYKOy2En5oehgCfbsxJ
> CKdohPRqwQ5LJ5/NmSG0ZD0=
> =sgzy
> -----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