From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 21:16:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6724C16A4CE for ; Fri, 3 Dec 2004 21:16:35 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C96543D39 for ; Fri, 3 Dec 2004 21:16:35 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so15417wra for ; Fri, 03 Dec 2004 13:16:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=lkdnrplEgM0ascBgSiRv42DsQtVlA6X5Kjq0KycwOtw+ivC0Z/gHWumpv3QFBFxV/XPQrxEwXcZWcSrOFoOz0sWJLpN3+2UumEJVYxDV+ZB1z8yuJljdXowMW+iuOQAhOB4B+fheSY60QbgIQYbAhRr9cTfZX/6XxkZ9nRrLWIk= Received: by 10.54.24.23 with SMTP id 23mr898104wrx; Fri, 03 Dec 2004 13:16:33 -0800 (PST) Received: by 10.54.50.27 with HTTP; Fri, 3 Dec 2004 13:16:33 -0800 (PST) Message-ID: <8292450b04120313164fef2c4c@mail.gmail.com> Date: Fri, 3 Dec 2004 15:16:33 -0600 From: CHris Rich To: Joshua Lokken In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <002701c4d977$4c331bd0$9900000a@ZGISH> cc: freebsd-questions@freebsd.org Subject: Re: Sysinstall XFree86 is missing for some reason... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:16:35 -0000 On Fri, 3 Dec 2004 15:11:08 -0600, Joshua Lokken wrote: > On Fri, 03 Dec 2004 21:33:07 +0100, Kiffin Gish wrote: > > After doing a clean install of FreeBSD and running sysinstall, for some > > reason XFree86 is missing. I thought I did an install of everything, but > > just in case I do it all over again. Still no XFree86 on the list - what am > > I doing wrong? If it is 5.3 most likely it's because XFree86 isn't used anymore...xorg is the server X windows now. From what I understand there isn't much difference. The config file is /etc/X11/xorg.conf however. To run a configuration (if it's installed) try xorgconfig it takes you through a wizard. Also check the handbook I think details about the switch are in there.