Around 7 o'clock on Apr 3, Andrew C Aitchison wrote:
> I think I've seen a config option which disables the Render extension
> at run time in 4.3, but now the extension isn't quite as greedy, so there
> is less need for it.
The RenderColormapMode option controls how Render allocates colors from
writable colormaps and has several values:
all allocate every entry in the colormap
color Allocate a 4x4x4 cube and 13 gray levels for
a total of 71 colors (black and white come from
BlackPixel and WhitePixels and 4 of the gray levels
come from the cube)
gray Allocate 13 gray levels; as Black and White are
already allocated, this uses an additional 11 entries
mono Use only black and white. This makes Render
applications pretty ugly, but they do work
correctly.
default color on pseudo color with at least 256 colormap
entries, else gray when there are at least 64
entries, else mono.
You can also pass the '-render' option on the command line which takes
one of the above listed values as an additional parameter.
-keith
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel