From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MUzFy-000611-Rx for mharc-grub-devel@gnu.org; Sun, 26 Jul 2009 04:38:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MUzFw-00060s-41 for grub-devel@gnu.org; Sun, 26 Jul 2009 04:38:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUzFt-00060g-Rf for grub-devel@gnu.org; Sun, 26 Jul 2009 04:38:54 -0400 Received: from [199.232.76.173] (port=58689 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUzFt-00060d-Mn for grub-devel@gnu.org; Sun, 26 Jul 2009 04:38:53 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:25618) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUzFt-00050S-C9 for grub-devel@gnu.org; Sun, 26 Jul 2009 04:38:53 -0400 Received: by fg-out-1718.google.com with SMTP id l27so299576fgb.7 for ; Sun, 26 Jul 2009 01:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=7OxEy7PqMqO906YvWY3kpu6u0yVtfVd1KBjp8aOPfdM=; b=dM3M7J20Q8dbqGLm+2/MBtc5j0KnwyMtFTUXGhFEW/TuLbVWIa9eSxIj40S1jAwkNc KQjwker6742O4RRrX9bRFB+AB8ukFkjvpkI9skeZk4mJi0kvktQVZtrN8ByFxPPSjzrj b+VlhoqPA84bo0ZKrAOj+/LYyQS0Ftt0brPQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=gNc44S6MgIGVpLpQKOwfL3bo05wX3BKP05Ip5zld3zaVJmNXSmlKDgkS0A1Mp0opGn mWCAC1K4zj6wYkXQ3TrQ2UeT0NB/kx6u8xO+7LHWV47dsiUMvuuMYQWPA+d+ZL9rJP8b ziqmrPGkRyrUMIWuHLU4jIksmuSm0IPFm4iQo= MIME-Version: 1.0 Sender: hramrach@gmail.com Received: by 10.86.31.14 with SMTP id e14mr1263399fge.79.1248597532601; Sun, 26 Jul 2009 01:38:52 -0700 (PDT) In-Reply-To: <1248538958.3667.1.camel@fz.local> References: <20090208134953.00aef328@gibibit.com> <20090209141116.GD4394@thorin> <20090209082425.3d5ff676@gibibit.com> <1244716115.3552.0.camel@fz.local> <1248470279.3510.80.camel@fz.local> <20090725160419.GA12326@thorin> <1248538958.3667.1.camel@fz.local> Date: Sun, 26 Jul 2009 10:38:52 +0200 X-Google-Sender-Auth: 7d484d18946b7953 Message-ID: From: Michal Suchanek To: The development of GRUB 2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] Faster text rendering by optimizing font glyph lookup 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: Sun, 26 Jul 2009 08:38:56 -0000 On 25/07/2009, Felix Zielcke wrote: > Am Samstag, den 25.07.2009, 18:04 +0200 schrieb Robert Millan: > > > On Fri, Jul 24, 2009 at 11:17:59PM +0200, Felix Zielcke wrote: > > > > > > So if there still won't come up objections against this, then I'll do > > > the change, then at least an Ubuntu bug report can be closed. > > > > I think it's fine, but is this an upstream change or a debian change? IIRC > > the default font selection is in grub-mkconfig. > > > > > Upstream. There you changed the default from unicode.pff to ascii.pff. > The default font for generating a rescue floppy image should be ascii because the unicode font won't fit. However, I could not find any font at all on the floppy, and it is probably not required in any environment that supports floppy booting so I am not sure if there is any reason for including it except for easy testing of graphics. Thanks Michal