From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 11:55:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBBE16A41C for ; Thu, 16 Jun 2005 11:55:58 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA52543D1D for ; Thu, 16 Jun 2005 11:55:57 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id E3B0B17B89F; Thu, 16 Jun 2005 13:55:56 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 60384-02-4; Thu, 16 Jun 2005 13:55:54 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id 1D22217B8A2; Thu, 16 Jun 2005 13:55:53 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id D9AA05C0A; Thu, 16 Jun 2005 13:55:53 +0200 (CEST) From: Dejan Lesjak To: Steven Friedrich Date: Thu, 16 Jun 2005 13:55:52 +0200 User-Agent: KMail/1.8 References: <200506161235.43010.dejan.lesjak@ijs.si> <200506160740.38862.FreeBSD@InsightBB.com> In-Reply-To: <200506160740.38862.FreeBSD@InsightBB.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506161355.53481.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-questions@freebsd.org Subject: Re: XFree86 port broke for Matrox G550 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: Thu, 16 Jun 2005 11:55:58 -0000 On Thursday 16 of June 2005 13:40, Steven Friedrich wrote: > On Thursday 16 June 2005 06:35 am, Dejan Lesjak wrote: > > Steve Friedrich wrote: > > > I just cvsupped and used portupgrade for XFree86. I portupgraded imake > > > first, then went thru each XFree86 component. > > > > > > I've been using a XFConfig file, but when I got this error, I tried > > > startx -autoconfig > > > > > > When I startx, I get: > > > > > > (EE) Failed to load module "fbdev" (module does not exist, 0) > > > Required symbol MGASetDisplayStart from module > > > /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved! > > > Required symbol MGASetDisplayStart from module > > > /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved! > > > Fatal server error: > > > Some required symbols were unresolved > > > > Try this: grab these two files: > > > > http://www.ijs.si/~lesi/xfree/mga/patch-HALlib_bindings.c > > http://www.ijs.si/~lesi/xfree/mga/patch-mga_driver.c > > > > Put them both in files directory of XFree86-4-Server port > > (/usr/ports/x11-servers/XFree86-4-Server/files) and recompile and > > reinstall XFree86-4-Server port. Your XF86Config file from before should > > work fine. Are you perhaps using x11-servers/mga_hal? > > > > > > Dejan > > Those two files did the trick. Thanks. Great. I'll add them to port after a bit then. Out of curiosity, did you try -autoconfig again and if so, did it work for you? Thanks for report and testing the patches! Dejan