Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 17:31:15 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > Hi, > > On Tuesday 05 September 2006 17:11, Carsten Haitzler wrote: > > > Of course I did not expect anyone to fix it for me, I just wanted to know > > > from the Evas overguru if said steps would be needed to address this

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
Hi, On Tuesday 05 September 2006 17:11, Carsten Haitzler wrote: > > Of course I did not expect anyone to fix it for me, I just wanted to know > > from the Evas overguru if said steps would be needed to address this. > > > > I noticed this because I'm right now working on the third user-space > > b

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 15:20:05 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > Hi, > > On Tuesday 05 September 2006 15:02, Carsten Haitzler wrote: > > > Any chance this can be fixed, e.g. FBIOGETCMAP the palette and setup > > > the 8bit converter for it? As far as I can see the 8bit converter is > >

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Michael 'Mickey' Lauer
Am Dienstag, den 05.09.2006, 15:20 +0200 schrieb Rene Rebe: > Hi, > > On Tuesday 05 September 2006 15:02, Carsten Haitzler wrote: > > > Any chance this can be fixed, e.g. FBIOGETCMAP the palette and setup > > > the 8bit converter for it? As far as I can see the 8bit converter is > > > already the

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
Hi, On Tuesday 05 September 2006 15:02, Carsten Haitzler wrote: > > Any chance this can be fixed, e.g. FBIOGETCMAP the palette and setup > > the 8bit converter for it? As far as I can see the 8bit converter is > > already there for the 8bps xlib case. > > unlikely as it's 1. not a priority, 2. no

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 11:32:00 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Rene writes: > > > 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

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 13:27:14 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > On Tuesday 05 September 2006 12:55, Carsten Haitzler babbled: > > On Tue, 5 Sep 2006 11:32:28 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > > > Hi, > > > > > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 11:32:28 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > 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

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread [EMAIL PROTECTED]
Rene writes: > 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

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
On Tuesday 05 September 2006 12:55, Carsten Haitzler babbled: > On Tue, 5 Sep 2006 11:32:28 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > > Hi, > > > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps and all > > non-x86 machines such as PPC ones run this per default. However Evas >

[E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
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