From owner-freebsd-questions@FreeBSD.ORG Wed Oct 10 09:45:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A4016A419 for ; Wed, 10 Oct 2007 09:45:36 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id A0F9813C469 for ; Wed, 10 Oct 2007 09:45:35 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from turion.freeode.co.uk (turion.freeode.co.uk [10.10.10.7]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id l9A9jXnv018849; Wed, 10 Oct 2007 10:45:33 +0100 (BST) (envelope-from freebsd001@freeode.co.uk) Date: Wed, 10 Oct 2007 10:45:33 +0100 From: John Murphy To: freebsd-questions@freebsd.org Message-ID: <20071010104533.54552f3a@turion.freeode.co.uk> In-Reply-To: <470C7DEE.7020402@yahoo.com> References: <470C7DEE.7020402@yahoo.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: unable to install XFree86 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 09:45:36 -0000 On Wed, 10 Oct 2007 15:23:26 +0800 williamkow wrote: > # cd /usr/ports/x11/XFree86 > # make install. > ==> XFree86-3.3.6_11 is marked as broken: Does not build on FreeBSD >=6.x. > *** Error code 1 > > Is that means, the XFree86 should not install and run on my newly > installed FreeBSD 6.2-Release ? Yes. You need to install xorg instead. You can use pkg_add -r xorg which would be quicker than building the port. It's explained very well in the handbook, which also tells how to configure it when the install has finished: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html There's also a section (5.7.3.1) on enabling The KDE Display Manager: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html -- Thanks, John.