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

Reply via email to