Question: I am getting this X Windows error when
trying to run the Oracle installer on UNIX:
> Checking monitor: must be
configured to display at least 256 colors
> Failed <<<<
>>> Could not execute auto check for display colors using command
/usr/openwin/bin/xdpyinfo.
Answer:
Difficulty starting X Windows is a very common error, starting X on
a UNIX/Linux server. . .
***********************************************
>> Could not execute auto check for display
colors using
This is an X Windows display issue.
Per the
instructions, you may want to connect as "root", just for testing
then switch to the "oracle" OS user:
root
>su -
oracle oracle
> DISPLAY=192.1.1:0.0; oracle
> export DISPLAY
oracle
> echo $DISPLAY 192.1.1.1 oracle
> xclock
For complete details on using Oracle X Windows with Oracle on
UNIX/Linux, see the book
"Oracle Shell Scripting".