On Wed, Jul 28, 1999 at 05:01:24PM -0400, Steve Dunham wrote:
> Also, you can't do dual headed 8-bit and 24-bit systems anymore. (i.e
> non-homogeneous dual-headed systems)
Well, I do (XFree86-Sun24-3.3.3.1-52). I use a hack though:
LD_PRELOAD=./m.so ./Xsun24 ... -dev /dev/fb0:/dev/fb1
where m.so is:
#include <stdlib.h>
void *malloc(size_t size)
{
return calloc(size,1);
}
So I think there is some uninitialized data in the X server.
Alexander.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]