From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 10:09:25 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 F2FC716A4CE for ; Thu, 8 Jul 2004 10:09:24 +0000 (GMT) Received: from outmx013.isp.belgacom.be (outmx013.isp.belgacom.be [195.238.3.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D35143D2F for ; Thu, 8 Jul 2004 10:09:24 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx013.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i68A9LJB017623 for ; Thu, 8 Jul 2004 12:09:22 +0200 (envelope-from ) Received: from lori.mine.nu (131-21.244.81.adsl.skynet.be [81.244.21.131]) with ESMTP id i68A9LtS017612; Thu, 8 Jul 2004 12:09:21 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 03FC7422; Thu, 8 Jul 2004 12:09:20 +0200 (CEST) Date: Thu, 8 Jul 2004 12:09:20 +0200 From: Geert Hendrickx To: Jammet Message-ID: <20040708100920.GA350@lori.mine.nu> References: <1089277280.236.12.camel@Desolation> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1089277280.236.12.camel@Desolation> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: X servers 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: Thu, 08 Jul 2004 10:09:25 -0000 On Thu, Jul 08, 2004 at 02:01:21AM -0700, Jammet wrote: > What is the differnce really between x.org and xfree86 and all the > others? I know there are 3 or 4 differnt servers atleast, what are the > advantages and disavantages to each and so on? X.org forked from XFree86 (recently), because XFree86 changed their license in 4.4. The differences (now) are very small, but of course they may diverge more in the future. FreeBSD, as well as most Linux distributions, have adopted X.org instead of XFree86 4.4. I upgraded from XFree86 4.3 to X.org 6.7.0, and I haven't noticed any difference (yet), except that XF86Config is now xorg.conf :-). They did include some new video-drivers though. I don't know about any other (free) X-servers. GH