David Craig writes:
> I have got GGI/fbdev working on PPC (G-400) by replacing those memsets as
> suggested. However I have run into much the same sort of problems when
> trying to run XGGI :
[SNIP]
> mmap_size=0x1d5000
> LibGGI: display-fbdev: FB_PTR=0x30027000
> Terminating on signal 7
> LibGGI: display-fbdev: GGIdlcleanup start.
> Terminating on signal 7
>
> Does this mean that XGGI uses the fb directly without using GGI methods? Or
> is it a separate problem?
Yes, XGGI requires a DirectBuffer, and accesses the fb directly. I
guess it too uses memset for drawing (though it could be a separate
problem).
A workaround to try (until this gets fixed) is to use XGGI on the
display-tile target, as this will make XGGI draw in memory and the
tile target will blit to the screen (make sure no memsets in the tile
target though :->).
Cheers,
__
\/ Andrew Apted <[EMAIL PROTECTED]>