From owner-freebsd-ppc@FreeBSD.ORG Sat Mar 29 15:12:46 2014 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 ESMTPS id 05460E0A; Sat, 29 Mar 2014 15:12:46 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2832BF2; Sat, 29 Mar 2014 15:12:45 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id va2so7370345obc.0 for ; Sat, 29 Mar 2014 08:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mT2Syvuf7bpvUTasVeLCraqqrRFIR7Ayds1ljlRoMNk=; b=yTiuV1HHeeJw2GyMwkPdho4WuWC7qDaRAXSg+fVI4DMXPHbwRqax67HorxtQ+Up8+U phnpHF0RoI/Fy74H5R7LJsAA5P1Hbxc6UcA/ID+BjkJuKuGg01hJjVbKjlezQ0orpSWN dpe8C+H4zZO31TG2ZGwpRnIxexWta7cga4QhWu5HgajYioO0v0V5fWgEMj+kiS7UiFJV am4imtSO6b6TbKhBo6LRT0KmBAYfXf/ev8Z4N0uAUc/SJnsxuYsRo2JrQC3WPQGblGIt dD2vyFjtxiq80AHtlggjRQopzyyaL1ML/bZi57JqHEEbwC8MpUtHBhXtiOYJWdl6tvjh ZbzA== MIME-Version: 1.0 X-Received: by 10.182.72.101 with SMTP id c5mr6982843obv.15.1396105964993; Sat, 29 Mar 2014 08:12:44 -0700 (PDT) Received: by 10.182.130.71 with HTTP; Sat, 29 Mar 2014 08:12:44 -0700 (PDT) In-Reply-To: <20140329150902.GA76582@FreeBSD.org> References: <20081108120019.440D2106570D@hub.freebsd.org> <762295.44650.qm@web33105.mail.mud.yahoo.com> <20140329105152.GA73812@FreeBSD.org> <20140329124227.GA22005@FreeBSD.org> <20140329131329.GA32462@FreeBSD.org> <20140329150902.GA76582@FreeBSD.org> Date: Sat, 29 Mar 2014 11:12:44 -0400 Message-ID: Subject: Re: PowerMac G4 graphics issue From: Joe Nosay To: Alexey Dokuchaev , FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 15:12:46 -0000 On Sat, Mar 29, 2014 at 11:09 AM, Alexey Dokuchaev wrote: > On Sat, Mar 29, 2014 at 11:05:42AM -0400, Joe Nosay wrote: > > On Sat, Mar 29, 2014 at 9:13 AM, Alexey Dokuchaev > wrote: > > > 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. > > > > Hey, danfe, is the kernel option for that "options VT"? I'd like to > try > > that out myself on my amd64 laptop. > > It's a bit different; you'll find all the details here: > > https://wiki.freebsd.org/Newcons > > ./danfe > Thanks