From owner-freebsd-questions@FreeBSD.ORG Sun Jun 10 05:33:18 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 38BAF16A421 for ; Sun, 10 Jun 2007 05:33:18 +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 B9CC413C447 for ; Sun, 10 Jun 2007 05:33:17 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-150083.home.otenet.gr [85.75.129.225]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l5A5XE4u000923 for ; Sun, 10 Jun 2007 08:33:15 +0300 Message-ID: <466B8D1A.3080206@otenet.gr> Date: Sun, 10 Jun 2007 08:33:14 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" References: <466B11FA.4060202@otenet.gr> <200706100132.l5A1WMwS023396@mi1.bluebottle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Xorg failed to start after upgrading to 7.2 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, 10 Jun 2007 05:33:18 -0000 illoai@gmail.com wrote: > On 09/06/07, Xihong Yin top-posted: >> Thank you for answering my question. >> >> On Sat, 9 Jun 2007, Manolis Kiagias wrote: >> >> > Xihong Yin wrote: >> > > After upgrading Xorg from 6.8 to 7.2, I got the following error >> when I start X. >> > > >> > > (EE) Failed to load module "xtt" (module does not exist, 0 ) >> > > (EE) Failed to load module "vesa" (module does not exist, 0 ) >> > > (EE) Failed to load module "module" (module does not exist, 0 ) >> > > (EE) Failed to load module "kbd" (module does not exist, 0 ) >> > > >> > > Before upgrading Xorg, I just upgraded FreeBSD from 6.0 to 6.2. >> > > > >> > Quick guess: you are still using the same xorg.conf from your 6.8 >> > install. You need to change the >> > ModulePath to /usr/local/lib/xorg/modules > >> I did change my ModulePath to /usr/local/lib/xorg/modules in my >> xorg.conf file. >> Under my /usr/local/lib/xorg/modules, there are no such libs as xtt, >> vesa, >> mouse, and kbd. > > There should be an entry "xorg-7.2" > in /var/db/pkg (I am going on a hunch > here), if not you need to install ports/x11/xorg > > It would probably not be a bad idea to rerun > X -configure and ten-finger-merge the results > with your old config file. > You may also do a pkg_info | grep xorg and see what xorg packages where actually installed. My guess is you are missing the xorg-drivers metaport for some reason (since you are missing such basic things as kbd and vesa) but doing a complete install of ports/x11/xorg as suggested wouldn't harm. If you want to go with the drivers only thing, the metaport would be ports/x11-drivers/xorg-drivers