From owner-freebsd-ppc@FreeBSD.ORG Thu Apr 22 19:40:38 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A3B11065672 for ; Thu, 22 Apr 2010 19:40:38 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id E55AF8FC0A for ; Thu, 22 Apr 2010 19:40:37 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 11368582A6; Thu, 22 Apr 2010 14:40:37 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id lQJ+E14n-dbK; Thu, 22 Apr 2010 14:40:36 -0500 (CDT) Received: from wanderer.tachypleus.net (i3-dhcp-172-16-55-200.icecube.wisc.edu [172.16.55.200]) by mail.icecube.wisc.edu (Postfix) with ESMTP id E29A5582A5; Thu, 22 Apr 2010 14:40:36 -0500 (CDT) Message-ID: <4BD0A634.3070807@freebsd.org> Date: Thu, 22 Apr 2010 14:40:36 -0500 From: Nathan Whitehorn User-Agent: Thunderbird 2.0.0.23 (X11/20100215) MIME-Version: 1.0 To: Super Biscuit References: <151799.25098.qm@web110112.mail.gq1.yahoo.com> In-Reply-To: <151799.25098.qm@web110112.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Update:Xorg build and performance. X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 19:40:38 -0000 Super Biscuit wrote: > Fbdev must be installed from ports. meta port did not install. > Pciutils must be installed from ports. > Module fbdevhw not found. Maybe it will need to be imported? > Xorg -configure will not generate an xorg.conf. > Fatal no screens found. > There are two things you need to do: sysctl hw.ofwfb.relax_mmap=1 And then set the UseFBDev option in xorg.conf to Off. It's a Linux-ism that has snuck into the Rage 128 driver. -Nathan