From owner-freebsd-ppc@FreeBSD.ORG Sat Apr 5 03:43:31 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A255BF0C for ; Sat, 5 Apr 2014 03:43:31 +0000 (UTC) Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63BF7803 for ; Sat, 5 Apr 2014 03:43:30 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id w8so3860141qac.26 for ; Fri, 04 Apr 2014 20:43:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=ka5CMcquahC7Rkd13dHPIopC8V6bLu/eenJrC/TYKFc=; b=f/q8VhtKgQRPlyh63poKDrA9TYMc7EDTF6uAyeR2DJz3x/yEcXzWKJ8XI4l5meCboJ OaLbT9ObInJ9ox90FxQ/KXwPANzB1gUJHtYK1XCFTObxJIUrnX5A2t8a/zIcX8w6o57r FtECRjO5DrmIOGV+tVl9U0yI2CiDH8fB9V7M9+keEZJTFyVE/MoyqdvGoVDNtprREAqy TPDeTPkzFoNOZ7sEa1KLBkorOl00zwe+CnqrykbsHaYFwhDv2bVoLc0KV7pD62DcHZ/e 4ra64EZgrj02XaQMg761zDJLUtPCOHlwY4A+x+jCooMHuqzUuTrdGrRTq0Mzh1HLxpVd 0q5g== X-Gm-Message-State: ALoCoQmFV0sLP6f6urr2XGdTBaWkzn5G/gnd9/rGW0bB/jEfVW+VI59isYKekUow3IxL6TUEi48g X-Received: by 10.140.94.116 with SMTP id f107mr56219qge.64.1396669404174; Fri, 04 Apr 2014 20:43:24 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.102 with HTTP; Fri, 4 Apr 2014 20:43:03 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: <20140404032100.GA31171@mastodon.meroh.net> References: <20140404032100.GA31171@mastodon.meroh.net> From: Julio Merino Date: Fri, 4 Apr 2014 23:43:03 -0400 X-Google-Sender-Auth: 3vdjkdfR9nYeT_V2m4dTaj79Sa8 Message-ID: Subject: Re: Cannot get X to work (G5, NV34) To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 03:43:31 -0000 On Thu, Apr 3, 2014 at 11:21 PM, Julio Merino wrote: > Hello all, > > I am trying to get X.Org to work on my PowerMac G5 and haven't been > successful at it. (Actually, this was working fine a few months ago > when I originally got the machine... but it won't now... so either > it's because I'm not configuring something right or because something > somewhere has changed.) > > Whenever I type startx, the screen blinks for a moment and then the > server gives up. > > I'm pasing below some logging information along comments. Keep an > eye on the "NOTE" comment at the beginning of every section. Dug some more details by rebuilding the server, driver and related libraries with WITH_DEBUG=yes. There seem to be a problem in the libpciaccess library, which is apparently broken for non-x86 machines. Filed PR ports/188278 with the relevant details.