Date: Wed, 14 Oct 1998 13:37:37 -0500 From: Stormy Henderson <stormy@futuresouth.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: help! anyone! Message-ID: <19981014133737.E10598@futuresouth.com> In-Reply-To: <00c101bdf797$f1299b00$6e8067cf@clavikal.voicenet.com>; from Mr. Shannon Kurtas on Wed, Oct 14, 1998 at 01:27:37PM -0400 References: <00c101bdf797$f1299b00$6e8067cf@clavikal.voicenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
A happy camper (Mr. Shannon Kurtas, clavikal@voicenet.com) once wrote... > using the "X User" setting. I configured X Windows like it told me > to. So after all that I finally get to UNIX. I type in "startx" and > I get this mumbo jumbo... > > # startx > execve failed for /usr/X11R6/bin/X (errno 2) It can't find your X11 server, either because you didn't install one (like XF86_S3 or XF86_SVGA), or you didn't have the install program create the X link for you. /usr/X11R6/bin/X should be a soft link to your X server, mine says: lrwxrwxrwx 1 root wheel 7 Sep 24 19:11 X@ -> XF86_S3 If you installed an X11 server, you can create the link yourself: ln -s /usr/X11R6/bin/XF86_putyourserverhere /usr/X11R6/bin/X Be happy... -- http://www.futuresouth.com/~stormy/signature.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981014133737.E10598>