Re: My new fancy font for framebuffer

From: Baybal Ni
Date: Sun Mar 22 2009 - 05:22:25 EST


On Sun, Mar 22, 2009 at 1:17 PM, H. Peter Anvin <hpa@xxxxxxxxx> wrote:
> Arjan van de Ven wrote:
>> On Sat, 21 Mar 2009 16:45:19 +0000
>> Baybal Ni <nikulinpi@xxxxxxxxx> wrote:
>>
>>> I thought the default font to be boring and there is my linux port of
>>> terminus font.
>>
>> can you give some clarity of the copyrights around the terminus font?
>> It'd nice to have pretty fonts.. but we need to make sure we're clear
>> around the copyrights....
>>
>
> Either way, the terminus font by Dimitar Zhekov is GPL 2. ÂThis probably
> means that distributing it without distributing the source format or
> "the preferred form for editing" is illegal in jurisdictions where
> bitmap fonts are copyrightable. ÂThe preferred format for editing the
> terminus font appears to be BDF.

BDF is a compilled format itself. Technicaly it is still 100% the same
bitmap (Just a one giant bitmap + markup about character sizes).
So these way we just effectively ... decompiled it to the same it's
source which could be distributed under GPL. Which is totally ok with
GPL.

> That, combined with the sheer number of character subsets one can get
> out of the extremely rich terminus font would again mean that the kbd
> project is a better place for it.

Cut everything below 255

Yes, but we want it to be bundled in kernel, for me it is the only
option for systems with qvga screens or so on. Old fonts were nice
only on CRT displays, but on TFTs they are giving too much load on
eyes and brain. More clean contoured fonts are effectively cutting it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/