From owner-freebsd-x11@FreeBSD.ORG Sat Feb 1 00:25:36 2014 Return-Path: Delivered-To: freebsd-x11@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 8680D1CD for ; Sat, 1 Feb 2014 00:25:36 +0000 (UTC) Received: from anacreon.physics.wisc.edu (unknown [IPv6:2607:f388:101c:0:216:cbff:fe39:3fae]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50B82189D for ; Sat, 1 Feb 2014 00:25:36 +0000 (UTC) Received: from anacreon.physics.wisc.edu (localhost [IPv6:::1]) by anacreon.physics.wisc.edu (8.14.8/8.14.8) with ESMTP id s110PNSf004777; Fri, 31 Jan 2014 18:25:25 -0600 (CST) (envelope-from nwhitehorn@freebsd.org) Message-ID: <52EC3EF3.9080707@freebsd.org> Date: Fri, 31 Jan 2014 18:25:23 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD powerpc; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Niclas Zeising Subject: Re: Fixes for X on PowerPC References: <52DC0770.7060000@freebsd.org> <52DFECD2.4040509@daemonic.se> In-Reply-To: <52DFECD2.4040509@daemonic.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 00:25:36 -0000 On 01/22/14 10:07, Niclas Zeising wrote: > On 01/19/14 18:12, Nathan Whitehorn wrote: >> I was just bootstrapping a new (to me) laptop and ran into some minor >> difficulties getting X running. They can be fixed with the patch at >> http://people.freebsd.org/~nwhitehorn/new_xorg_ppc.diff >> >> It has the following parts: >> 1. plist fix for graphics/libdrm (the Intel driver is only built on x86 >> platforms) > This is being worked on, together with at least making ia64 work as > well, possibly other architectures as well. Neither kwm nor me (the two > of us who does the heavy lifting) has access to anything other than x86 > and x86_64, so it's slightly slow going. > >> 2. only apply MMX/SSE2 flags in configure on platforms that have MMX and >> SSE2 for x11/pixman to avoid errors from configure > Why is this needed? Shouldn't ${MACHINE_CPU:Mmmx} and > ${MACHINE_CPU:Msse2} be undefined for CPUs (including ppc) that don't > have mmx or sse2? This should prevent mmx and sse2 from being used at > all. Or am I misunderstanding the issue here? > Regards! Any news on these? It would be nice to get X working on PPC again. I'm perfectly happy to commit any or all of these myself if a ports committer will give approval. -Nathan