From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 3 22:30:38 2013 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 ESMTP id EDC7517F for ; Sun, 3 Nov 2013 22:30:38 +0000 (UTC) (envelope-from chris.gruell@gmail.com) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B14902738 for ; Sun, 3 Nov 2013 22:30:38 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id ie18so4131037vcb.23 for ; Sun, 03 Nov 2013 14:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aSiJutUBit9ofbmjaxq8GVlI2xvzNUA4nlIfWKJpg40=; b=Lh9LR8NEKgmNki8FxZBQFor9ynugvvRSyBsZ9qSUPlZZ9trQ1sxWHmsZ9T208jMLdM g7mWcljPbvOk0KLpZJmeGudyEk2U6psWZ8vuBPDOMbApNmo/LzIsXBVAguV3+WbP45FP 3VfNEvQ0777L50y598E46/uRtUbKoN865PIS+4qHOH/YPeG2RqSTJVWPfSNlRzB/Vssy KnC4Xe5b+Z98DSha4UcMuyCbRx1qDF2C3EbajDw9U/aDIWy1ghtj8xYDhW0/9xxVeJfb /GG/jRZx0I3Dz32PD3aT+9H8uZQDKMu2g11pjMSkAXk5E9CsQVTthd+GiD2UOT6pFipT nBmg== MIME-Version: 1.0 X-Received: by 10.221.18.70 with SMTP id qf6mr41962vcb.37.1383517837697; Sun, 03 Nov 2013 14:30:37 -0800 (PST) Received: by 10.52.36.4 with HTTP; Sun, 3 Nov 2013 14:30:37 -0800 (PST) Date: Sun, 3 Nov 2013 23:30:37 +0100 Message-ID: Subject: No X on PowerMac G5 From: =?ISO-8859-1?Q?Christoph_Gr=FCll?= To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 22:30:39 -0000 Hello there :) Recently installed FreeBSD on my PowerMac G5 7,3 2.0DP and just wow, it works great! But not X ... I read several guides, tried to use vesa instead of ati (ATI 9600), tried to turn off AllowEmptyInput and UseFBDev, etc, nothing really work. Build and rebuild X with and without HAL support. I always get the same error. Here's the thread showing my work: http://forums.freebsd.org/showthread.php?p=238735 Here's what happens when I startx: root@asturias:/home/666 # startx xauth: file /root/.serverauth.3943 does not exist xauth: (argv):1: bad display name "asturias:0" in "list" command xauth: (stdin):1: bad display name "asturias:0" in "add" command X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 9.2-RELEASE powerpc Current Operating System: FreeBSD asturias 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 02:57:14 UTC 2013 root@snap.freebsd.org:/usr/obj/powerpc.powerpc64/usr/src/sys/GENERIC64 powerpc Build Date: 02 November 2013 06:57:57PM Current version of pixman: 0.30.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 3 22:28:04 2013 (==) Using config file: "/usr/local/etc/X11/xorg.conf" (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error xauth: (argv):1: bad display name "asturias:0" in "remove" command Thanks for help. Cheers, Chris