The replies from Nigel and Dan are correct that it tries to
auto-detect the appropriate engine. It will try X first and fall back
to FB if it can't connect to the X server. If the fallbacks aren't
working correctly, let me know as I don't currently have a system to
test it on. Normally, you can set the default engine on a per-user
config basis, but there are some ecore_config changes in the works
that are preventing this from working right now.

I noticed both of the code snippet's you've sent are calling ecore
functions and not EWL functions, are you calling ewl_init() prior to
these snippets, or are they just simple test cases? You can call the
ecore functions without adversely affecting EWL, but you have to call
ewl_init() for certain variables to be setup correctly.

On 5/24/05, Simon Poole <[EMAIL PROTECTED]> wrote:
> 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 Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to