From owner-freebsd-questions Tue Feb 24 15:09:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29976 for freebsd-questions-outgoing; Tue, 24 Feb 1998 15:09:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29943 for ; Tue, 24 Feb 1998 15:09:00 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA10230; Wed, 25 Feb 1998 09:38:39 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA18943; Wed, 25 Feb 1998 09:38:39 +1030 (CST) (envelope-from grog) Message-ID: <19980225093837.17688@freebie.lemis.com> Date: Wed, 25 Feb 1998 09:38:37 +1030 From: Greg Lehey To: drmyers@gte.net, freebsd-questions@FreeBSD.ORG Subject: Re: X11R6 References: <34F3427F.688F@boeing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <34F3427F.688F@boeing.com>; from David R. Myers on Tue, Feb 24, 1998 at 01:58:23PM -0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 24 February 1998 at 13:58:23 -0800, David R. Myers wrote: > I know this must be the millionth time this question has been asked but > how does one start X windows. I have BSD version 2.1.6 and have gone > through the whole installation process for X11R6 but when I type startx > as root I get the following: xinit: not found. I have tried all kinds of > variations tring to include the path /usr/X11R6/bin/startx etc. with no > success. Can someone give me the exact command to get X rolling? You said it. Use a Bourne-style shell (sh, bash, ksh or zsh), and enter: PATH=$PATH:/usr/X11R6/bin export PATH startx I'd guess, though, that you've tried that. Your problem is probably elsewhere. Without a description of what goes wrong, I can't help you much, but you'll find a detailled description in "The Complete FreeBSD", second edition (http://www.cdrom.com/titles/os/bsdbook2.htm). Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message