Yes, there are two ways to launch X11, the native X11 Window System, under A/UX
2.0. One is choosing from the "A/UX Console Emulator" session type. The other
is choosing from the "X11" session type from the login dialog Option menu.
The problem you are experiencing is because the default X11 server startup
script (/usr/bin/X11/X) starts up the window in black and white mode. To start
up the X11 server in color mode from the "X11" session, modify the "xinit"
command line in the /usr/bin/X11/X script file as below (this example is for
8-bit color):
Change:
xinit xterm ... -- XmacII -logo -v $* >> $DEBUGLOG 2>&1
To:
xinit xterm ... -- XmacII -logo -v -screen 0 -depth 8 >> $DEBUGLOG 2>&1