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.

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.

-Graham

------------------------------------------------------------------------------
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