From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 11:38:49 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 A53F716A41C for ; Thu, 16 Jun 2005 11:38:49 +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 5E34D43D1D for ; Thu, 16 Jun 2005 11:38:48 +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 3864C17B826; Thu, 16 Jun 2005 13:38:48 +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 59297-01-6; Thu, 16 Jun 2005 13:38:45 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id A336617B81A; Thu, 16 Jun 2005 13:38:45 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id 0462D5C0A; Thu, 16 Jun 2005 13:38:45 +0200 (CEST) From: Dejan Lesjak To: "Steve Friedrich" Date: Thu, 16 Jun 2005 13:38:44 +0200 User-Agent: KMail/1.8 References: <20050616113043.DB83217B88E@patsy.ijs.si> In-Reply-To: <20050616113043.DB83217B88E@patsy.ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506161338.44571.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:38:49 -0000 On Thursday 16 of June 2005 13:30, Steve Friedrich wrote: > On Thu, 16 Jun 2005 12:35:42 +0200, 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 > > not exactly. The instructions that I had previously had me using a couple > files from Matrox, but to my knowledge, there wasn't a port for a server. > Should I be using x11-servers/mga_hal ? x11-servers/mga_hal is most probably just a convenient way to install those files from Matrox, have a look at it. If those files were not binary and needed compilation, you'll have to recompile them after XFree upgrade. You could still need above patches and recompile of XFree-Server though. Dejan