From owner-freebsd-ppc@FreeBSD.ORG Sat Mar 29 10:51:52 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5200839F; Sat, 29 Mar 2014 10:51:52 +0000 (UTC) Date: Sat, 29 Mar 2014 10:51:52 +0000 From: Alexey Dokuchaev To: "Chris \"Bigguy\"" Subject: Re: PowerMac G4 graphics issue Message-ID: <20140329105152.GA73812@FreeBSD.org> References: <20081108120019.440D2106570D@hub.freebsd.org> <762295.44650.qm@web33105.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <762295.44650.qm@web33105.mail.mud.yahoo.com> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-ppc@freebsd.org 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, 29 Mar 2014 10:51:52 -0000 On Sat, Nov 08, 2008 at 02:06:21PM -0800, Chris "Bigguy" wrote: > Just today I've FINALLY gotten Debian linux to work properly on my Power > Mac Digital Audio with Nvidia graphics card. Getting the graphics right > took many weeks to figure out, but I can now report the fix is easy. > > Edit the file /etc/X11/xorg.conf and change the value of "UseFBDev" from > "true" to "false". This one change takes the system from not-working-at- > all to OMG this is great! > > By the way, I have reason to believe that this fix is not required if an > ATI graphics card is installed. Looks like it is required for ATI (AMD) cards as well; at least on my Mac mini G4 with Radeon 9200 (RV200) it allowed the correct driver to be used (ati, not fbdev). However, I'm still not quite there yet, seeing these infamous lines in the /var/log/Xorg.0.log: [347050.379] (WW) xf86EnableIO 7 [347050.379] (II) xf86EnableIO: ffffffff [347050.379] (WW) Can't map IO space! [347050.379] (EE) No devices detected. Advice about setting sysctl hw.ofwfb.relax_mmap=1 is not helpful since I do not have this sysctl node. Any clues? ./danfe