From owner-freebsd-questions Sun Oct 6 01:54:49 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA26235 for questions-outgoing; Sun, 6 Oct 1996 01:54:49 -0700 (PDT) Received: from lib.amu.edu.pl (bogusz@lib.amu.edu.pl [150.254.100.254]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA26219 for ; Sun, 6 Oct 1996 01:54:43 -0700 (PDT) Received: (from bogusz@localhost) by lib.amu.edu.pl (8.6.12/8.6.9) id IAA19948; Sun, 6 Oct 1996 08:56:46 +0100 Date: Sun, 6 Oct 1996 08:56:45 +0100 (MET) From: Bogusz Jelinski To: Jack Wenger cc: questions@freebsd.com Subject: Re: X won't Fire In-Reply-To: <199610031752.MAA28853@mendota.terracom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 3 Oct 1996, Jack Wenger wrote: > Hi All > I just installed (yep, a newbie question) FreeBSD 2.1.5 (walnut grove > cd-rom) and got it to run fine. Now, when I try to run Xwindows, I get the > reply "command not found". I've rebooted numerous times, and tried all of > the commands to start X I could find (startx, xinit, xdm ...) NOTHING! This > is logged in as root, as me (user name = jack), nothing seems to work. The Add /usr/X11R6/bin and /usr/X11R6/lib to your PATH. Bogusz