From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 20:01:31 2008 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 2FD7716A418 for ; Sun, 20 Jan 2008 20:01:31 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id A3E8D13C474 for ; Sun, 20 Jan 2008 20:01:30 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-284011.home.otenet.gr [85.73.157.9]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m0KK1RqT009985; Sun, 20 Jan 2008 22:01:28 +0200 Message-ID: <4793A896.3080604@otenet.gr> Date: Sun, 20 Jan 2008 22:01:26 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071231) MIME-Version: 1.0 To: "Jim Guojun [VFFS]" References: <4792C632.5010502@lbl.gov> In-Reply-To: <4792C632.5010502@lbl.gov> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: X -configure fails on 6.3-Release 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: Sun, 20 Jan 2008 20:01:31 -0000 Jim Guojun [VFFS] wrote: > After installed FreeBSD 6.3 on two machines, and X server cannot be > started somehow on either one. > > Both "X -configure" and "X -probeonly" failed and errors are in > attached file -- Xerr. > Also, Xorg.o.log is attached. > > Both machines run FreeBSD 6.2 and X works fine. > I search wiki.x.org and freebsd list, but did not see any information > related to this problem. > > Can someone tell me what is going wrong on my installation or X > configuration? > > Thanks, > -Jin > I rarely install X from packages during install myself (I most always compile the entire Xorg from ports afterwards). But wanting to test my CDs, I did, and got the exact same result. It seems that when installing the Standard distribution with X, several parts are not selected (like xorg-drivers, which is causing this exact symptom. You will also find out there is no "startx" command). Maybe the installation does not take into account that Xorg is now modular? However, when you reach the question about installing packages, you can actually select the entire xorg-7.3 package and install it. This will take care of the problem.