From owner-freebsd-ppc@FreeBSD.ORG Fri Jan 15 19:32: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 B93BD106566B for ; Fri, 15 Jan 2010 19:32:38 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 564768FC08 for ; Fri, 15 Jan 2010 19:32:37 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id o0FJWZCQ037064; Fri, 15 Jan 2010 20:32:35 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <4B50C2D3.7050503@fgznet.ch> Date: Fri, 15 Jan 2010 20:32:35 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1 Thunderbird/3.0 MIME-Version: 1.0 To: Harley Laue References: <1263580080.20530.57.camel@little-jack.ics-llc.net> In-Reply-To: <1263580080.20530.57.camel@little-jack.ics-llc.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-ppc@freebsd.org Subject: Re: Xorg on a MacMini 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, 15 Jan 2010 19:32:38 -0000 On 15.01.10 19:28, Harley Laue wrote: > Anyone get Xorg working on a MacMini? I'm hitting a few issues and > Google isn't turning up anything that actually works. I think this might > be related to the issue from the xorg log: > (WW) xf86EnableIO 6 > (II) xf86EnableIO: ffffffff > (WW) Can't map IO space! > (--) PCI: (0@0:16:0) ATI Technologies Inc RV280 [Radeon 9200] rev 1, Mem > @ 0x98000000/134217728, 0x90000000/65536, I/O @ 0x00000400/256, BIOS @ > 0x????????/65536 > (rest of the log(s) below) You probably need this in your /etc/sysctl.conf hw.ofwfb.relax_mmap=1 Btw, see also here: http://wiki.freebsd.org/powerpc > Basically, does xf86-video-ati/radeonhd work (the only two I currently > have installed)? I'd assume fbdev doesn't work (I was thinking it was a > Linux thing.) How about vesa? Those seem like the only video drivers > that would even have a chance at working (with fbdev most likely being a > no.) Andreas