From owner-freebsd-questions Thu Aug 14 17:06:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA22922 for questions-outgoing; Thu, 14 Aug 1997 17:06:19 -0700 (PDT) Received: from localhost.kiev.ua (c196.dialup.ISF.Kiev.UA [194.44.162.196]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA22905 for ; Thu, 14 Aug 1997 17:05:59 -0700 (PDT) Received: from localhost (volodya@localhost) by localhost.kiev.ua (8.8.5/8.8.5) with SMTP id DAA01797; Fri, 15 Aug 1997 03:06:24 +0300 (EEST) Date: Fri, 15 Aug 1997 03:06:24 +0300 (EEST) From: Vladimir Kushnir X-Sender: volodya@kushnir.kiev.ua Reply-To: Vladimir Kushnir To: Jason Cromer cc: questions@FreeBSD.ORG Subject: Re: Installing X 3.3.1 on FreeBSD 2.2.2 In-Reply-To: <3.0.2.32.19970814191431.007acd90@mail.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 14 Aug 1997, Jason Cromer wrote: > Can someone tell me what's going on here? I'm a new (about a month) > FreeBSD user and I've been trying since then to install X. My machine is a > P-133, > 32mb ram, 1gb allocated for FreeBSD, and a 2mb SVGA card. I'm trying > # cd /usr Here's where your problem is: you should _first_ create /usr/X11R6 directory, then # cd /usr/X11R6 and then everything else: > #for i in /msdos/freebsd/xfree86/x*.tgz; do tar -x -z --unlink -f > $i; done > > See above: these files doesn't create /usr/X11R6 > # ldconfig /usr/lib /usr/local/lib /usr/X11R6/lib > > I really appreciate any advice or help with this in pointing me in > the right direction to get X up and running. Thank you :) You're welcome > Jason > Hope this helps, Vladimir