From owner-freebsd-ppc@FreeBSD.ORG Sat Mar 29 13:13:29 2014 Return-Path: Delivered-To: ppc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5DF35446; Sat, 29 Mar 2014 13:13:29 +0000 (UTC) Date: Sat, 29 Mar 2014 13:13:29 +0000 From: Alexey Dokuchaev To: Joe Nosay Subject: Re: PowerMac G4 graphics issue Message-ID: <20140329131329.GA32462@FreeBSD.org> References: <20081108120019.440D2106570D@hub.freebsd.org> <762295.44650.qm@web33105.mail.mud.yahoo.com> <20140329105152.GA73812@FreeBSD.org> <20140329124227.GA22005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: 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 13:13:29 -0000 On Sat, Mar 29, 2014 at 09:07:08AM -0400, Joe Nosay wrote: > On Sat, Mar 29, 2014 at 8:42 AM, Alexey Dokuchaev wrote: > > Looks like `relax_mmap' is defined in powerpc/ofw/ofw_syscons.c, but I've > > removed "device sc" from kernel config in favor of "device vt". Does it > > mean that X11 + ATI card + Newcons is not supported yet? Can it be easily > > fixed, or I have to go back to syscons(4) for now? Thanks, > > Unless you are going to do a dual boot -- it can be done with two instances > of FreeBSD on powerpc if you load the kernel from the openfirmware/boot > loader prompt -- you may need to go back to using syscons. Dualbooting (more accurately, booting into alternative kernel) is not a problem per se, but I'd like to play with UTF-8 on the console, which is possible now with vt(4). Of course it's not as important as having X11 working, but in the long run we'd better have it fixed, esp. considering that vt(4) is going to replace syscons(4) in not very distant future. ./danfe