Ron Halstead wrote:
> The GUI login never starts. I can login to the CLI login prompt. I tried to 
> manually start X but no joy.
> 
> # X
> There is no XDisplay information for display 0. Check the OWconfig file(s) 
> and try again.
> 
> The only mention of XDISPLAY in /usr/openwin/server/etc/OWconfig is commented 
> out:
> #class="XDISPLAY" name="0"

You must have an old path, since that indicates you're trying to start Xsun, aka
/usr/openwin/bin/X, instead of /usr/X11/bin/X, which is a script that checks SMF
to see which X server to start (default is Xorg on x86).

But just running X is a bad way to start X anyway - you'll end up with a gray
screen and a cursor and nothing else.   You need to start X with something that
starts clients for you to run - normally gdm starts the X server and the login
screen, then your gnome session.   To manually start an X session without gdm,
I'd suggest:
        PATH=/usr/bin:/usr/X11/bin:/usr/openwin/bin:<whatever else you like>
        export PATH
        startx

At least that way you'll get a window manager and terminal so you can start
other programs.

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to