From owner-freebsd-questions Mon Apr 3 4: 8: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id C20E537BE3F for ; Mon, 3 Apr 2000 04:07:51 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12c4hr-000Ia6-00; Mon, 03 Apr 2000 13:07:43 +0200 From: Sheldon Hearn To: Futurama Cc: freebsd-questions@FreeBSD.ORG Subject: Re: trying startx In-reply-to: Your message of "Mon, 03 Apr 2000 03:24:20 MST." <20000403102420.26338.qmail@web1402.mail.yahoo.com> Date: Mon, 03 Apr 2000 13:07:43 +0200 Message-ID: <71429.954760063@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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