From owner-freebsd-ppc@FreeBSD.ORG Mon Oct 27 19:13:12 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E67D16A4CE for ; Mon, 27 Oct 2003 19:13:12 -0800 (PST) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428B443F75 for ; Mon, 27 Oct 2003 19:13:11 -0800 (PST) (envelope-from peterg@ptree32.com.au) Received: from dommail.onthenet.com.au (localhost.onthenet.com.au [127.0.0.1]) by dommail.onthenet.com.au (Mirapoint Messaging Server MOS 3.2.4-GA) with ESMTP id ABX08553; Tue, 28 Oct 2003 13:13:06 +1000 (EST) From: Message-Id: <200310280313.ABX08553@dommail.onthenet.com.au> Received: from 220.240.128.31 by dommail.onthenet.com.au (Mirapoint Messaging Server MOS 3.2.4-GA) with HTTP/1.1; Tue, 28 Oct 2003 13:13:06 +1000 Date: Tue, 28 Oct 2003 13:13:06 +1000 To: Graham Bakay X-Mailer: Webmail Mirapoint Direct 3.2.4-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: New tarball available X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 03:13:12 -0000 >> Actually, that's by (poor?) design - I limit the width >> to 800x600 max. Looks good on a 1024x768 display (eMac), >> but might be a bit small on 1280x1024. > >i think 800x600 is a good place to start, since it is the minimum >resolution that g3+ machines have (early ibooks). maybe a syscons >flag/kernel option? I'll support the minimum that the screen specifies: my B&W G3 boots up at 640x480 on a 14" monitor. It's just the max that is capped currently. >i agree. it looks far better to have small text on a large screen >(especially lcds) than to have the text stretched (interpolated on >lcds). One option would be to use a 16-bit wide EGA font instead of the 8x16 one currently used - that might help the large screens. >i think 800x600 works. is it possible to have it centered in the >screen? (excuse me if it in fact already is Yep, should be centered. later, Peter.