From owner-freebsd-ppc@FreeBSD.ORG Fri Apr 23 20:00:40 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 D30B5106566C; Fri, 23 Apr 2010 20:00:40 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7976B8FC0C; Fri, 23 Apr 2010 20:00:40 +0000 (UTC) Received: by qyk11 with SMTP id 11so11910709qyk.13 for ; Fri, 23 Apr 2010 13:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=QkVqNrtKqjoCYuiyAM3aDAM3Rky8KMaplFekSCnR8Ms=; b=qo3lFoTiGw5iIY+fPKRRStbdCcmPZvk1/NHL6lWXuL6x9nH76ZidVXt/0suOybkSV+ FDUCXLmqFPHd/Rc7aAbVIKV2AfTQHaeF9kTDBhVpkhZ7YPT5/9jOnPindh9zATCz2FVc W5szGC8zBe2mCIHrBfsG02o2sO/9q9hsrPt+A= 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=KcqGgNLoNCN7fblN6GrX3oJHP/S74/dy3nQEH9zrzEkK7v7UwBCgTfFGh8zQF3MimB IpmMwOjHTIe3IJ4SxwBUpkzseZVjAXZUFiZLmyXwfDXwCaaTb/YGf1QpCo9F7LT1hIHD wDLMez+BOesmXM3fIPjA8fR3Jwjm0TcLhV+Rk= MIME-Version: 1.0 Received: by 10.229.217.148 with SMTP id hm20mr656381qcb.38.1272052839418; Fri, 23 Apr 2010 13:00:39 -0700 (PDT) Received: by 10.229.233.11 with HTTP; Fri, 23 Apr 2010 13:00:39 -0700 (PDT) In-Reply-To: <513267.70885.qm@web110101.mail.gq1.yahoo.com> References: <4BD0A634.3070807@freebsd.org> <513267.70885.qm@web110101.mail.gq1.yahoo.com> Date: Fri, 23 Apr 2010 13:00:39 -0700 Message-ID: From: Garrett Cooper To: Super Biscuit Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 23 Apr 2010 20:00:40 -0000 On Fri, Apr 23, 2010 at 12:55 PM, Super Biscuit wrote: > Xorg still does not start. > No screens found > I added then removed the fbdev. > Will I need to compile Xorg without fbdev? > The file xorg.conf is non existent on my system > If you need more information, tell me. > > --- On Thu, 4/22/10, Nathan Whitehorn wrote: > > From: Nathan Whitehorn > Subject: Re: Update:Xorg build and performance. > To: "Super Biscuit" > Cc: freebsd-ppc@freebsd.org > Date: Thursday, April 22, 2010, 7:40 PM > > 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. Hi, Please try reading the configuring X11 section in the handbook. It might help: http://www.freebsd.org/doc/handbook/x-config.html . Thanks, -Garrett PS Please don't top-post.