Date: Mon, 03 Apr 2000 13:07:43 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Futurama <student_new@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: trying startx Message-ID: <71429.954760063@axl.ops.uunet.co.za> In-Reply-To: Your message of "Mon, 03 Apr 2000 03:24:20 MST." <20000403102420.26338.qmail@web1402.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 03 Apr 2000 03:24:20 MST, Futurama wrote: > I use FreeBSD 3.2. And these are the errors : > execve failed for /usr/X11R6/bin/X (errno 2) Do ``ls -l /usr/X11R6/bin/X''. If there's no such file, it should be a symbolic link that points to the X server you want. Make the symlink as follows: cd /usr/X11R6/bin ln -s XSERVER_OF_CHOICE X Obviously, you'd specify the name of the X server you want (e.g. XF86_SVGA) instead of XSERVER_OF_CHOICE . :-) Ciao, Sheldon. 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?71429.954760063>