On Tue, Jan 21, 2003 at 04:55:26PM +0800, James Su wrote: > Hi, > On my StrongARM SA1100 embedded system, DirectFB always report error: > (!!!) *** CAUTION [unable to adjust heap offset] *** surfacemanager.c (210) > But the program running is not affected. Is it message a error, or just > a warning that I can ignore?
This means that you've allocated too much offscreen stuff and the code can't fit your primary surface to the memory. The surfacemanager should throw out some offscreen stuff but currently it's not implemented. The result being that offscreen surfaces will occupy the same memory as your primary surface. I suppose you get this when changing resolutions? -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
