Subject: Re: Trouble getting X-Win up! (Part II)
To: BGW <f94bw@efd.lth.se>
From: SamMaEl <rimsky@teleport.com>
List: port-mac68k
Date: 11/08/1997 04:07:15
On Sat, 25 Oct 1997, BGW wrote:

> Seems to be ok when I boot the computer. The problem seems to be the
> xinit-file. When typing 
> 
>     ./startx

	Hmmm... well, try adding /usr/X11R6/bin to your binary path.
Depending on which shell you use, look in your .profile or your .cshrc
file, or wherever you find something that looks like:

setenv PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin

	Just add :/usr/X11R6/bin (or wherever your X binaries are... but
that is probably it) to that... make it look something like:

setenv PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin

	The syntax will change depending on which shell you use, but it's
the same idea... just mimic the format that your shell's .rc file uses.

	Good luck!

	Ryan