From owner-freebsd-questions@FreeBSD.ORG Sun May 27 17:23:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BA1B16A488; Sun, 27 May 2007 17:23:32 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id DBEB913C46C; Sun, 27 May 2007 17:23:31 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l4RHLvtr079683; Sun, 27 May 2007 10:21:57 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4RHLv5L079682; Sun, 27 May 2007 10:21:57 -0700 (PDT) (envelope-from sgk) Date: Sun, 27 May 2007 10:21:57 -0700 From: Steve Kargl To: Arthur Barlow Message-ID: <20070527172157.GA79661@troutmask.apl.washington.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Xorg 7.2 update 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, 27 May 2007 17:23:32 -0000 On Sun, May 27, 2007 at 10:03:40AM -0700, Arthur Barlow wrote: > All, > > I just updated my 6.2 box to the new Xorg 7.2 distro. I followed all > the directions in the UPDATING file. It appears all the directories > have been properly built. I also successfully ran the "mergebase.sh" > script from the Tools/scripts directory. However, when I try to run > X, I get the following error: > > (EE) Failed to load module "pcidata" (module does not exist), 0) > Fatal server error: > Unable to load required base modules, Exiting.... > > I've looked around and cannot find any references to a "pcidata" > module. Any insights? mobile:kargl[201] locate pcidata /usr/local/lib/xorg/modules/libpcidata.la /usr/local/lib/xorg/modules/libpcidata.so I assume that you updated /etc/X11/xorg.conf to include the correct module path? -- Steve