From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 21:05: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 182FC16A4CE for ; Tue, 16 Nov 2004 21:05:35 +0000 (GMT) Received: from av6-1-sn2.hy.skanova.net (av6-1-sn2.hy.skanova.net [81.228.8.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59C343D58 for ; Tue, 16 Nov 2004 21:05:34 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av6-1-sn2.hy.skanova.net (Postfix, from userid 502) id 9644137E53; Tue, 16 Nov 2004 22:05:33 +0100 (CET) Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av6-1-sn2.hy.skanova.net (Postfix) with ESMTP id 810F137E43 for ; Tue, 16 Nov 2004 22:05:33 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-1-sn2.hy.skanova.net (Postfix) with SMTP id 321E837E46 for ; Tue, 16 Nov 2004 22:05:33 +0100 (CET) Received: (qmail 96883 invoked by uid 1001); 16 Nov 2004 21:05:32 -0000 Date: Tue, 16 Nov 2004 22:05:32 +0100 From: Erik Trulsson To: Joe Altman , freebsd-questions@freebsd.org Message-ID: <20041116210532.GA96852@falcon.midgard.homeip.net> Mail-Followup-To: Joe Altman , freebsd-questions@freebsd.org References: <20041116213934.62bcaf39.dick@nagual.st> <20041116204601.GA96700@falcon.midgard.homeip.net> <20041116205424.GA28011@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041116205424.GA28011@panix.com> User-Agent: Mutt/1.5.6i Subject: Re: xorg/xfree86 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 21:05:35 -0000 On Tue, Nov 16, 2004 at 03:54:24PM -0500, Joe Altman wrote: > On Tue, Nov 16, 2004 at 09:46:01PM +0100, Erik Trulsson wrote: > > > > For FreeBSD 4.10 XFree86 is still the default. (Xorg is the default on > > FreeBSD 5.x) > > Are you sure about this? I was under the impression that XFree86 was > deprecated, and Xorg preferred; further, that this translates into > Xorg being the default. Yes, I am sure. >From /usr/ports/Mk/bsd.port.mk (this is the code that actually sets the default): .if ${OSVERSION} >= 502123 X_WINDOW_SYSTEM ?= xorg .elif (${OSVERSION} >= 450005 && !defined(XFREE86_VERSION)) || \ (defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4) X_WINDOW_SYSTEM ?= xfree86-4 .else X_WINDOW_SYSTEM ?= xfree86-3 .endif The default is XFree86-4 for 4.x (except for early 4.x releases where XFree86-3 is still the default.) For 5.x the default is X.org. > > See UPDATING in /usr/ports: > > 20040723: > AFFECTS: users of FreeBSD-current, users of xorg > AUTHOR: anholt@FreeBSD.org > > The XFREE86_VERSION variable is deprecated and has been replaced by > the X_WINDOW_SYSTEM variable. X_WINDOW_SYSTEM may be set to xorg, > xfree86-4, or xfree86-3. X_WINDOW_SYSTEM defaults to xorg on > FreeBSD-current. I have read this before. It does not in any way contradict what I said. -- Erik Trulsson ertr1013@student.uu.se