On Tue, 24 May 2005 12:52:15 +0100 Simon Poole <[EMAIL PROTECTED]>
(Bbabbled:
(B
(B> I'm trying to run EWL on the framebuffer.  Apparently in order to 
(B> achieve this I have to set /ewl/evas/render_method to "fb".  How should 
(B> I do this?  I've tried:
(B> 
(B>          ecore_init();
(B>          ecore_app_args_set(argc, (const char **)argv);
(B>          ecore_config_string_default("/ewl/evas/render_method", "fb");
(B>          ecore_config_init("myapp");
(B>          ecore_config_load();
(B> 
(B> But EWL still attempts to use software_x11:
(B> "Unable to use software_x11 engine for rendering, falling back to 
(B> software_x11"
(B
(Bhmm - i'm not sure about ewl - that's nathan and atmos's big baby - i personally
(Bthink it'd be good for ewl to provide an explicit api... you could also use the
(Bewl_embed that means you create the evas yourself with ecore_evas and then just
(Btell ewl to use it. then you will have full control.
(B
(B> Also, what is the file format for ecore_config databases? The EFL 
(B> cookbook says it is EDB, but ecore_config looks for EETs.  In fact, by 
(B> my reading of the code, the following should work to create a config.eet 
(B> file:
(B
(Byeah. it's wrong. i moved it to eet to make it more efficient for config file
(Bsize etc.
(B
(B> # echo -en "str\0fb\0" >ewl/evas/render_method
(B> # eet -c config.eet ewl
(B
(Bno no :) eet is just a test/debug tool. not intended for creating/editing eet's.
(Beet's are really only editable via the api in c. u'd make a tool to do it. you
(Bcould only create eet's via ecore_config's api. the api will define what
(Bdefaults are and so ecore_config will end up writing that out. it'd be possible
(Bto make a quick tool to generate/modify these files though using the api's :)
(B
(B> --
(B> Simon Poole
(B> www.appliancestudio.com
(B> 
(B> 
(B> 
(B> -------------------------------------------------------
(B> This SF.Net email is sponsored by Oracle Space Sweepstakes
(B> Want to be the first software developer in space?
(B> Enter now for the Oracle Space Sweepstakes!
(B> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
(B> _______________________________________________
(B> enlightenment-devel mailing list
(B> [email protected]
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B> 
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.Net email is sponsored by Yahoo.
(BIntroducing Yahoo! Search Developer Network - Create apps using Yahoo!
(BSearch APIs Find out how you can build Yahoo! directly into your own
(BApplications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to