how do you run the Xserver in 8 bit Psuedocolor mode?

yoyoma

Registered
I build computer chips using legecy EDA graphics tools which require the Xserver to run in 8 bit Pseudocolor mode.

How does one invoke the Mac OS X X11 server in 8 bit Pseudocolor mode?
 
Originally posted by yoyoma
I build computer chips using legecy EDA graphics tools which require the Xserver to run in 8 bit Pseudocolor mode.

Funny I thought you were a cellist ;)

First you cannot run Apple's X11 in 8 bit mode you will need to get a copy of XDarwin and then start it from the terminal with
Code:
startx -- -fullscreen -depth 8

This will start it up in full screen pseudocolor mode.

-Eric
 
Just for reference the new X11 beta is supposed to support 8-bit pseudocolor out of the box. Maybe give that one a try...

-Eric
 
Back
Top