From owner-freebsd-x11@FreeBSD.ORG Tue May 22 04:05:16 2007 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1598316A400 for ; Tue, 22 May 2007 04:05:16 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 06C2E13C4C3 for ; Tue, 22 May 2007 04:05:16 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C549D1A4D82 for ; Mon, 21 May 2007 21:06:14 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 19B0351453; Tue, 22 May 2007 00:05:15 -0400 (EDT) Date: Tue, 22 May 2007 00:05:14 -0400 From: Kris Kennaway To: freebsd-x11@FreeBSD.org Message-ID: <20070522040514.GA87821@xor.obsecurity.org> References: <200705211823.29943.ABabiy@shaw.ca> <20070522030436.GA87195@xor.obsecurity.org> <20070522035434.GA32575@mail.scottro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070522035434.GA32575@mail.scottro.net> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: xorg 7.2 start problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 04:05:16 -0000 On Mon, May 21, 2007 at 11:54:34PM -0400, Scott Robbins wrote: > On Mon, May 21, 2007 at 11:04:36PM -0400, Kris Kennaway wrote: > > On Mon, May 21, 2007 at 06:23:29PM -0700, Andriy Babiy wrote: > > > Hi everybody, > > > > > > To upgrade xorg, I followed the procedure described in > > > the /usr/ports/UPDATING file. The build went smooth, without any build > > > errors. At the merge step, the script complained about mime.info files, so > > > I made backup copy of those and deleted the duplicates. > > > But after reboot I cannot start X. On that machine, I use xfce4. When I > > > issue startxfce4, I receive messages that modules kbd, mouse, and mga > > > haven't been found. > > > During the build I didn't see any errors; presumably, it's a configuration > > > error. Could you advise me on where I should look for an error? > > > It's i386 machine, with 6.2 stable. The Xorg.0.log file is enclosed. Errors > > > are at the end pf the file. > > > Thank you very much in advance! > > > As Kris said, (though I snipped it) it sounds like you didn't install > the full xorg, which would have included all drivers. However, you > could try, from /usr/ports/x11-drivers installing > > xf86-input-keyboard > xf86-input-mouse > xf86-video-mga > > and see if that solves that particular problem. I'd recommend just installing the full xorg unless you know what you're doing, otherwise you'll probably run into other randomly missing pieces too. Kris