From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 10:35:48 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 045DF16A41C for ; Thu, 16 Jun 2005 10:35:48 +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 B50DA43D48 for ; Thu, 16 Jun 2005 10:35:47 +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 87E6E17B84D; Thu, 16 Jun 2005 12:35:46 +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 54257-01-6; Thu, 16 Jun 2005 12:35:44 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id E357F17B823; Thu, 16 Jun 2005 12:35:43 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id A5E475C0A; Thu, 16 Jun 2005 12:35:43 +0200 (CEST) From: Dejan Lesjak To: Steve Friedrich Date: Thu, 16 Jun 2005 12:35:42 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506161235.43010.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 10:35:48 -0000 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