I tried compiling dillo 0.7 (natively), got it to compile OK, but
it gives a segmentation fault immediately upon execution. If I get
a chance I'll try 0.66 since zooloo was able to get that working.
(although he did mention some hacks to disable threading, I wish I
knew what those were?). We may need to investigate further why the
threading doesn't work?
As for streaming MP3's, I dont know if the ARM can handle decoding
it on the fly. Since your serving (NFS) your FS (like me), we may be
able to convert the MP3 on the server to a .WAV, then play that on
the webpal (with a slight pitch variation due to the clock).
As for the 16BPP problem, well, I've gone to the source (Russell M King,
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel)
and have gotten some help, but nothing concrete. We use the acorn frame
buffer driver and we get away with 640x480x8, but anything higher is
not OK. Seems it is OK on other platforms that use the same acorn driver
so it may be a CL-PS7500FE problem (/difference :^)
Keep me informed on your progress, I'll do the same...
-Rick