Graham Gower schrieb:
> Peter Wehrfritz wrote:
>> I committed it without the @EVAS_LIBS@, because Vincent told me that 
>> it is not needed. Can you check please if it works now? Since I don't 
>> have ecore_fb installed, I cannot test it myself.
>
> Yes, this works fine.

Nice :)
>
> One other issue which may require attention is
> ewl/src/engines/evas_fb/ewl_engine_evas_fb.c: ee_canvas_setup(), line 190
>
> ewl_object_geometry_request(EWL_OBJECT(win), 0, 0, 240, 320);
>
> This hardcoded size 240x320 is a problem on our 480x272 framebuffer. It
> causes evas to try to access mmap()ed framebuffer memory outside the
> size that is actually mmap()ed. Hardcoding the geometry request to 
> 480x272
> made the problem go away.
>
> Perhaps this value can be obtained from the size of the framebuffer
> instead? I didn't see a 'struct fb_var_screeninfo' lying around, or I'd
> have used that and sent a patch.

Indeed, hardcoding the value is very bad. As I said before I've never 
used the evas_fb engine, so I have no experience with it. Maybe it is 
possible to query the size with ecore_fb_size_get().

Another known issues with the fb engine is that it only supports one 
window, so menu, popups and other windows most probably don't work. 
There is already a bug report for that 
http://bugs.enlightenment.org/show_bug.cgi?id=79. I must admit that I 
haven't cared much about it yet, but it is on our TODO list :). Help is, 
of course, appreciated :).

Sorry for the delay

Peter

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to