• [^] # Une leçon

    Posté par . En réponse à la dépêche Sortie de Window Maker 0.90. Évalué à 3.

    Le Maître lui-même, qui te commande, t'indique que l'ON PEUT avoir des fontes lissées dans un *term, un xterm en l'occurence.
    Cela est juste et bon.

    Alors toi aussi, n'hésite pas, ouvre les mêmes xterm que Linus !!!

    From torvalds@penguin.transmeta.com Sun Apr 28 02:09:28 2002
    From: torvalds@penguin.transmeta.com (Linus Torvalds)
    Newsgroups: comp.os.linux.x
    Subject: Re: X font recommendation
    Organization: Transmeta Corporation
    Lines: 24
    Message-ID: <aa4ijq259ドル1ドル@penguin.transmeta.com>
    Cache-Post-Path: palladium.transmeta.com!unknown@penguin.transmeta.com
    Date: 2002年4月23日 21:10:18 +0000 (UTC)
    X-Trace: news.sjc.globix.net 1019596253 63.209.4.196 (2002年4月23日 14:10:53 PDT)
    NNTP-Posting-Date: 2002年4月23日 14:10:53 PDT

    In article <aa492r7ドルhc5u2ドル@ID-99293.news.dfncis.de>,
    William Park <opengeometry@NOSPAM.yahoo.ca> wrote:
    >Peter Karlsson <root@localhost.localdomain> wrote:
    >> What's wrong with "fixed"? :-)
    >>
    >> xterm -sb -sl 10000 -fg yellow -bg black -geometry 120x40 -fn fixed -bc
    >
    >This will load the default 6x13 fonts, aka.
    > -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
    >A bit too small, though it has correct proportions. If there is bigger
    >size (8x16, 10x20, 12x24) of that fonts, then that would be ideal.

    If you like anti-aliased fonts, the command line I prefer happens to be

    xterm -geometry 100x40 -fa andale:size=11:charwidth=6

    I think that font is from the MS free fontpack.

    In order for it to work for you, you need to have the anti-aliasing
    truetype fonts working well, and probably a good monitor (and some
    people _hate_ that rounded look from anti-aliasing, and find it fuzzy
    even then).

    Linus