From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1U3Tmf-0002IZ-MI for mharc-grub-devel@gnu.org; Thu, 07 Feb 2013 10:53:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Djj-0005sr-8z for grub-devel@gnu.org; Wed, 06 Feb 2013 17:45:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3Djd-0002gZ-7g for grub-devel@gnu.org; Wed, 06 Feb 2013 17:45:03 -0500 Received: from honeysuckle.london.02.net ([87.194.255.144]:34251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Djc-0002gS-Vc for grub-devel@gnu.org; Wed, 06 Feb 2013 17:44:57 -0500 Received: from coldfusion.catcity.dyndns.org (87.194.150.96) by honeysuckle.london.02.net (8.5.140) id 50D1042B0145A03A for grub-devel@gnu.org; Wed, 6 Feb 2013 22:44:54 +0000 Received: from [192.168.0.4] (nebula.catcity.dyndns.org [192.168.0.4]) by coldfusion.catcity.dyndns.org (Postfix) with ESMTPSA id DDF8A7A458D for ; Wed, 6 Feb 2013 22:44:20 +0000 (GMT) Message-ID: <5112DCBA.2070003@catcity.dyndns.org> Date: Wed, 06 Feb 2013 22:44:10 +0000 From: Pete Appleton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Console Resolution with GRUB2 References: <7BA83AD3-3A95-48E9-A48D-32A2EA555D7C@colorremedies.com> <5110B696.6040705@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 87.194.255.144 X-Mailman-Approved-At: Thu, 07 Feb 2013 10:53:06 -0500 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 22:45:06 -0000 Hi, Please excuse the personal reply, which is purely an attempt to help, and off-list because I think the questions you're asking aren't appropriate for the development mailing list but are really user questions. I'd like to apply the following disclaimers and then supply the knowledge I posess: 1. I am not affiliated with, or a developer for, GRUB2 in any sense - just somebody who happens to subscribe to the grub-devel mailing list 2. I don't use Ubuntu regularly, but do have a couple of machines running v12.04 that I've used as a testbed 3. I'm quite drunk at the moment That said, this email is really offered in "good faith" because I've read the Vinux site and respect what you're doing, and would like to help if possible!! The potentially useful information follows: 1. /usr/share/fonts/X11/misc/unifont.pcf.gz is owned by the package "xfonts-unifont". 2. Installing this package did not allow the command 'grub-mkfont -s24 -o unicode.pf2 /usr/share/fonts/X11/misc/unifont.pcf.gz' to succeed; this still failed with the error you reported. I believe that this is because the PCF font in xfonts-unicode is a bitmap font (i.e. fixed size), whereas you need a vector flavour to be able to generate the GRUB version You may wish to try the following (I emphasize that I have not done so, and am purely guessing as to whether it might help): 1. sudo apt-get install ttf-unifont 2. sudo grub-mkfont -s24 -o /usr/share/grub/unicode.pf2 /usr/share/fonts/truetype/unifont/unifont.ttf ;#Works On My Machine Theoretically, this will install the TTF version of GNU unifont and generate a "size 24" GRUB fontfile in the correct location - exactly what the GRUB size means is not documented, I'm afraid. If this is of any help, it would be appreciated if you'd let me know that it was useful; if not, then I apologise for wasting your time. Regards, Pete Appleton [who is a professional programmer, FWIW] On 06/02/13 15:27, D.J.J. Ring, Jr. wrote: > grub-mkfont -s 24 -o unicode.pf2 /usr/share/fonts/X11/misc/