From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dpq0J-0007oK-KF for mharc-grub-devel@gnu.org; Tue, 05 Jul 2005 12:10:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dpq0F-0007ln-HL for grub-devel@gnu.org; Tue, 05 Jul 2005 12:10:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dpq03-0007hp-Rl for grub-devel@gnu.org; Tue, 05 Jul 2005 12:10:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dpq01-0007XK-Sv for grub-devel@gnu.org; Tue, 05 Jul 2005 12:10:18 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dppt8-0007MR-CS for grub-devel@gnu.org; Tue, 05 Jul 2005 12:03:10 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 39E3FFE89B81 for ; Tue, 5 Jul 2005 17:56:54 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 5 Jul 05 15:56:54 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 5 Jul 2005 17:56:43 +0200 User-Agent: KMail/1.7.2 References: <42C85357.20500@yahoo.fr> <200507050105.54961.okuji@enbug.org> <87y88ltv78.fsf@student.han.nl> In-Reply-To: <87y88ltv78.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507051756.44065.okuji@enbug.org> Subject: Re: FIXME: These should be dynamically obtained from a terminal. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 16:10:34 -0000 On Tuesday 05 July 2005 12:15, Marco Gerards wrote: > The menu should support all kinds of screen sizes anyway. For example on > the PPC the text screen is really big. I think there are 2 different issues in a high resolution: - How to adapt the menu without making it too ugly - How to use bigger fonts When I use yaboot on my iBook, I always feel that the font is too small. It is almost unreadable. So there must be a way to increase the font size. Okuji