[PATCH] Converter for the new font engine

2009-01-06 Thread Bean
Hi, This patch converts existing font to pf2. It uses the freetype2 library, so it can support most common file format, like bdf, pcf.gz, ttf, etc. Usage: grub-mkfont [OPTIONS] FONT_FILES Options: -o, --output=FILE_NAMEset output file name -i, --index=N set font index -n,

Re: [PATCH] Converter for the new font engine

2009-01-06 Thread Vesa Jääskeläinen
Bean wrote: Hi, This patch converts existing font to pf2. It uses the freetype2 library, so it can support most common file format, like bdf, pcf.gz, ttf, etc. Usage: grub-mkfont [OPTIONS] FONT_FILES Options: -o, --output=FILE_NAMEset output file name -i, --index=N

Re: [PATCH] Converter for the new font engine

2009-01-06 Thread Bean
On Tue, Jan 6, 2009 at 10:18 PM, Vesa Jääskeläinen ch...@nic.fi wrote: Perhaps --range=0x1234-0x2345 ? (and allowing multiple of those) Yeah, looks good. Btw. what does --no-bitmap do here? Some outline font contain bitmap strike as well, this option tell freetype to ignore bitmap font when

Re: [PATCH] Converter for the new font engine

2009-01-06 Thread Bean
On Wed, Jan 7, 2009 at 1:04 AM, Colin D Bennett co...@gibibit.com wrote: On Tue, 06 Jan 2009 16:18:15 +0200 Vesa Jääskeläinen ch...@nic.fi wrote: Bean wrote: Hi, This patch converts existing font to pf2. It uses the freetype2 library, so it can support most common file format, like

Re: [PATCH] Corrections to affs and sfs

2009-01-06 Thread Krzysztof Smiechowicz
Robert Millan pisze: Index: fs/sfs.c === --- fs/sfs.c(revision 1919) +++ fs/sfs.c(working copy) @@ -172,7 +172,8 @@ return grub_errno; } - for (i = 0; i grub_be_to_cpu16 (tree-nodes); i++) +

Re: EFI Boot on MacPro

2009-01-06 Thread peter cros
Hi, The kernel vesion may be the bug there, I have found grub.efi needs 2.6.26 or later, configured with EFI enabled, else the result is similar to yours. I have had a grub.efi test package built from vesion 1913, running in ubuntuforums.com (apple intel) for a while, a number of people tried

Re: EFI Boot on MacPro

2009-01-06 Thread Bean
On Wed, Jan 7, 2009 at 12:54 PM, peter cros pxwp...@gmail.com wrote: Hi, The kernel vesion may be the bug there, I have found grub.efi needs 2.6.26 or later, configured with EFI enabled, else the result is similar to yours. I have had a grub.efi test package built from vesion 1913, running

Re: EFI Boot on MacPro

2009-01-06 Thread Ziling Zhao
On Tuesday 06 January 2009 21:14:48 Bean wrote: On Wed, Jan 7, 2009 at 12:54 PM, peter cros pxwp...@gmail.com wrote: Hi, The kernel vesion may be the bug there, I have found grub.efi needs 2.6.26 or later, configured with EFI enabled, else the result is similar to yours. I have had

Re: EFI Boot on MacPro

2009-01-06 Thread peter cros
On Wed, Jan 7, 2009 at 4:14 PM, Bean bean12...@gmail.com wrote: On Wed, Jan 7, 2009 at 12:54 PM, peter cros pxwp...@gmail.com wrote: Hi, The kernel vesion may be the bug there, I have found grub.efi needs 2.6.26 or later, configured with EFI enabled, else the result is similar to

Re: EFI Boot on MacPro

2009-01-06 Thread Bean
On Wed, Jan 7, 2009 at 2:43 PM, Ziling Zhao zilingz...@gmail.com wrote: On Tuesday 06 January 2009 21:14:48 Bean wrote: On Wed, Jan 7, 2009 at 12:54 PM, peter cros pxwp...@gmail.com wrote: Hi, The kernel vesion may be the bug there, I have found grub.efi needs 2.6.26 or later, configured