If you have compiled the software x11 engine in with 
HAVE_EVAS_ENGINE_SOFTWARE_X11_H it will try to use that by default. If that 
fails, and you have HAVE_EVAS_ENGINE_FB_H defined when you compile it will try 
to use the framebuffer. If that fails...well your boned.

Your other option is to do something like:
ewl_test --ewl-fb
ewl_test --ewl-software-x11

to set the specific engine.

dan



> According to ewl/src/lib/ewl_misc.c ewl_init() should detect what engine
> should work and set it accordingly, but I've never had it work yet.
> 
> I don't know how setting Ecore's render method will effect it, but I think
> it may work after a call to ewl_init() if that call didn't set it
> properly.
> 
> Nathan is probably the man to explain this, but you might want to take a
> look at the code.
> 
> > I'm trying to run EWL on the framebuffer.  Apparently in order to
> > achieve this I have to set /ewl/evas/render_method to "fb".  How should
> > I do this?  I've tried:
> >
> >          ecore_init();
> >          ecore_app_args_set(argc, (const char **)argv);
> >          ecore_config_string_default("/ewl/evas/render_method", "fb");
> >          ecore_config_init("myapp");
> >          ecore_config_load();
> >
> > But EWL still attempts to use software_x11:
> > "Unable to use software_x11 engine for rendering, falling back to
> > software_x11"
> >
> > Also, what is the file format for ecore_config databases? The EFL
> > cookbook says it is EDB, but ecore_config looks for EETs.  In fact, by
> > my reading of the code, the following should work to create a config.eet
> > file:
> >
> > # echo -en "str\0fb\0" >ewl/evas/render_method
> > # eet -c config.eet ewl
> >
> > --
> > Simon Poole
> > www.appliancestudio.com
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by Oracle Space Sweepstakes
> > Want to be the first software developer in space?
> > Enter now for the Oracle Space Sweepstakes!
> > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> > _______________________________________________
> > enlightenment-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 






-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to