Hi,

most framebuffer drivers (nvidia, radeon, ...) default to 8bps and all non-x86
machines such as PPC ones run this per default. However Evas (evas_fb_test)
crashes on 8bps because no convert function is matched and crashes in

evas_fb_outbuf_fb_get_height (buf=0x0) at evas_outbuf.c:365

because the buffer is nil - which is returned by:

evas_fb_outbuf_fb_setup_fb(w, h, rot, OUTBUF_DEPTH_INHERIT, vt, dev, refresh);

which in turn calls:

evas_common_convert_func_get (dest=0x0, w=1024, h=768, depth=8, rmask=255, 
gmask=255, bmask=255,
    pal_mode=PAL_MODE_NONE, rotation=0) at evas_convert_main.c:15

Maybe someone with more evas internals in mind can help fixing this
up properly?

Yours,

-- 
  René Rebe - ExactCODE - Berlin (Europe / Germany)
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name
  +49 (0)30 / 255 897 45

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to