From owner-freebsd-ports@FreeBSD.ORG Thu Feb 18 21:52:31 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA6C1065697; Thu, 18 Feb 2010 21:52:31 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.184]) by mx1.freebsd.org (Postfix) with ESMTP id 45EA48FC1E; Thu, 18 Feb 2010 21:52:29 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id y18so300556gvf.39 for ; Thu, 18 Feb 2010 13:52:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=3CtpzJeTs50CTSTu4WnMIxb8PwYzjzpVj1Co7NWk9xI=; b=lsBIclQ+JGeUGbQ26uBvedYpQtFzgjn7b8yA0gMlC6GNSbHdYk+DGJWI5eJeAxkOVv L+Y15W1RP1dzknuKuIwbM9oqRrNwW71VmUeJVs83QwQnSZXFOSoTxlTJUq6qwf8fcrAD RhXnF5p1jsIuqmzMonOPviVxqOFPDkMbC61KA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NswSIILF40goQAAKuIPSW7FDZfLNtYeSFIn5carVGnUcE9U1Hf3TXSkkHV+ZoAnGvK qNLo1jVDUD+C+FqRRBqsOARGTQd60EGelJVHR4xqjhP+kaDhVM+XT1XAVzu0J/JupgQg fqyKUrVocRWZnIzGr8B4TB43CYRrornGU//Fo= MIME-Version: 1.0 Received: by 10.239.185.81 with SMTP id b17mr1086183hbh.191.1266529948369; Thu, 18 Feb 2010 13:52:28 -0800 (PST) In-Reply-To: <20100215183135.GY5537@bsdcrew.de> References: <20100215183135.GY5537@bsdcrew.de> Date: Thu, 18 Feb 2010 22:52:28 +0100 Message-ID: From: Rene Ladan To: Martin Wilke Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: Call for Help Xorg Team need Fresh Blood! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 21:52:31 -0000 2010/2/15 Martin Wilke : > > Howdy All, > > How you all know is Robert Noland our X guru but he lose most of his time > for his new job and x11 is to many for one people. Robert is dealing > most time with x stuff on the src site and we need now some people to > help him on the ports side. Beat@ and I have been started to help him, > we've setup a SVN [1] and small wiki page [2] with all needed infomations. > If you have intrested to help us a bit please mail me back or join > us via irc EFnet/#freebsd-xorg. > > [1] > http://trillian.chruetertee.ch/ports/browser/branches/xorg-dev > > [2]: > http://wiki.freebsd.org/ModularXorg/7.5 > It seems I cannot load radeon_drv nor radeonhd_drv with revision 120 of xorg-dev : (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so dlopen: /usr/local/lib/xorg/modules/drivers/radeon_drv.so: Undefined symbol "resVgaShared" (EE) Failed to load /usr/local/lib/xorg/modules/drivers/radeon_drv.so (II) UnloadModule: "radeon" (EE) Failed to load module "radeon" (loader failed, 7) Same for radeonhd_drv. I have these two drivers referred in /etc/X11/xorg.conf and linked to the Screen and ServerLayout sections, but nothing else. The default xorg.conf wants to load ati_drv which is unsuitable (ATI X1450). There might be some old patch files in the files/ directories laying around in my ports tree, since I just cp'ed the new files to /usr/ports. I didn't get any build errors however. Any clue? Regards, Rene