Hey, On Mon, 24 Sep 2001, Jared Burns wrote: > The errors I get when I try "startx" are: > /usr/X11R6/bin/startx: xauth: command not found ... > On the suggestion of someone on a bulletin board, I added > "PATH=/usr/X11R6/bin" to the top of my startx script and that got me further Yeah... you DO need to add /usr/X11R6/bin to your path - but you're replacing your path with it. This isn't good. I'd just go ahead and add /usr/X11R6/bin to your path permanently, since you'll probably want to run programs out of there anyway. Look in your shell-init fles (.profile, .bashrc, .tcshrc, etc) and find which one sets the path. Then add /usr/X11R6/bin to it. -Yaron --