source: postlfs/config/console-fonts.xml@ b5b1af68

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since b5b1af68 was 50836740, checked in by Xi Ruoyao <xry111@…>, 3 years ago

merge conditional XML from LFS

There was some consistency issues in URLs to LFS. For example, in
systemd revision the URL to LFS "General Network Configuration" points
to the sysv book, this can be really troubling to new readers.

Instead of fixing them one by one, merge conditional XML developed by
Pierre from LFS.

  • Property mode set to 100644
File size: 9.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="postlfs-console-fonts" xreflabel="About Console Fonts">
9 <?dbhtml filename="console-fonts.html"?>
10
11 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>About Console Fonts</title>
16
17 <indexterm zone="postlfs-console-fonts">
18 <primary sortas="a-console-fonts">console-fonts</primary>
19 </indexterm>
20
21 <para>
22 An LFS system can be used without a graphical desktop, and unless or until
23 you install <xref linkend="x-window-system"/> you will have to work in the
24 console. Most, if not all, PCs boot with an 8x16 font - whatever the actual
25 screen size. There are a few things you can do to alter the display on the
26 console. Most of them involve changing the font, but the first alters the
27 commandline used by grub.
28 </para>
29
30 <para condition="html" role="usernotes">User Notes:
31 <ulink url="&blfs-wiki;/aboutconsolefonts"/></para>
32
33 <sect2 id="grub-video">
34 <title>Setting a smaller screen size in grub</title>
35
36 <indexterm zone="postlfs-console-fonts grub-video">
37 <primary sortas="e-boot-grub-grub-cfg">/boot/grub/grub.cfg</primary>
38 </indexterm>
39
40 <para>
41 Modern screens often have a lot more pixels then the screens used in the
42 past. If your screen is 1600 pixels wide, an 8x16 font will give you 200
43 columns of text - unless your monitor is enormous, the text will be tiny.
44 One of the ways to work around this is to tell grub to use a smaller size,
45 such as 1024x768 or 800x600 or even 640x480. Even if your screen does not
46 have a 4:3 aspect ratio, this should work.
47 </para>
48
49 <para>
50 To try this, you can reboot and edit grub's command-line to insert a
51 'video=' parameter between the 'root=/dev/sdXn' and 'ro', for example
52 <literal>root=/dev/sda2 video=1024x768 ro</literal> based on the
53 example in LFS section 10.4.4 :
54 <ulink url="&lfs-root;/chapter10/grub.html"/>.
55 </para>
56
57 <para>
58 If you decide that you wish to do this, you can then (as the
59 <systemitem class="username">root</systemitem> user) edit
60 <filename>/boot/grub/grub.cfg</filename>.
61 </para>
62
63 </sect2>
64
65 <sect2 id="psf-fonts">
66 <title>Using the standard psf fonts</title>
67
68 <indexterm zone="postlfs-console-fonts psf-fonts">
69 <primary sortas="g-usr-share-consolefonts">/usr/share/consolefonts</primary>
70 </indexterm>
71
72 <para>
73 In LFS the <application>kbd</application> package is used. The fonts it
74 provides are PC Screen Fonts, usually called PSF, and they were installed
75 into <filename class="directory">/usr/share/consolefonts</filename>. Where
76 these include a unicode mapping table, the file suffix is often changed to
77 <literal>.psfu</literal> although packages such as
78 <application>terminus-font</application> (see below) do not add the 'u'.
79 These fonts are usually compressed with gzip to save space, but that is
80 not essential.
81 </para>
82
83 <para>
84 The initial PC text screens had 8 colours, or 16 colours if the bright
85 versions of the original 8 colours were used. A PSF font can include up
86 to 256 characters (technically, glyphs) while allowing 16 colours, or up
87 to 512 characters (in which case, the bright colours will not be
88 available). Clearly, these console fonts cannot be used to display CJK
89 text - that would need thousands of available glyphs.
90 </para>
91
92 <para>
93 Some fonts in <application>kbd</application> can cover more than 512
94 codepoints ('characters'), with varying degrees of fidelity: unicode
95 contains several whitespace codepoints which can all be mapped to a space,
96 varieties of dashes can be mapped to a minus sign, smart quotes can map to
97 the regular ASCII quotes rather than to whatever is used for "codepoint
98 not present or invalid", and those cyrillic or greek letters which look
99 like latin letters can be mapped onto them, so 'A' can also do duty for
100 cyrillic A and greek Alpha, and 'P' can also do duty for cyrillic ER and
101 greek RHO. Unfortunately, where a font has been created from a BDF file
102 (the method in terminus and debian's <ulink
103 url="https://packages.debian.org/jessie/utils/console-setup">console-setup
104 </ulink>) such mapping of additional codepoints onto an existing glyph is
105 not always done, although the terminus ter-vXXn fonts do this well.
106 </para>
107
108 <para>
109 There are over 120 combinations of font and size in
110 <application>kbd</application>: often a font is provided at several
111 character sizes, and sometimes varieties cover different subsets of
112 unicode. Most are 8 pixels wide, in heights from 8 to 16 pixels, but there
113 are a few which are 9 pixels wide, some others which are 12x22, and even
114 one (<filename>latarcyrheb-sun32.psfu</filename>) which has been scaled up
115 to 16x32. Using a bigger font is another way of making text on a large
116 screen easier to read.
117 </para>
118
119 </sect2>
120
121 <sect2 id="testing-fonts">
122 <title>Testing different fonts</title>
123
124 <para>
125 You can test fonts as a normal user. If you have a font which has not been
126 installed, you can load it with :
127 </para>
128
129<screen><userinput>setfont /path/to/yourfont.ext</userinput></screen>
130
131 <para>
132 For the fonts already installed you only need the name, so using
133 <filename>gr737a-9x16.psfu.gz</filename> as an example:
134 </para>
135
136<screen><userinput>setfont gr737a-9x16</userinput></screen>
137
138 <para>
139 To see the glyphs in the font, use:
140 </para>
141
142<screen><userinput>showconsolefont</userinput></screen>
143
144 <para>
145 If the font looks as if it might be useful, you can then go on to test it
146 more thoroughly.
147 </para>
148
149 <para>
150 When you find a font which you wish to use, as the
151 <systemitem class="username">root</systemitem> user) edit
152 <phrase revision="sysv">
153 <filename>/etc/sysconfig/console</filename> as described in
154 LFS section 9.6.5
155 <ulink url="&lfs-root;/chapter09/usage.html"/>.</phrase>
156 <phrase revision="systemd">
157 <filename>/etc/vconsole.conf</filename> as described in
158 LFS section 9.6
159 <ulink url="&lfs-root;/chapter09/console.html"/>.</phrase>.
160 </para>
161
162 <para>
163 For fonts not supplied with the <application>kbd</application> package
164 you will need to optionally compress it / them with
165 <command>gzip</command> and then install it / them as the
166 <systemitem class="username">root</systemitem> user.
167 </para>
168
169 </sect2>
170
171<!-- after that, psf-tools -->
172
173 <sect2 id="psf-tools">
174 <title>Editing fonts using psf-tools</title>
175
176 <indexterm zone="postlfs-console-fonts psf-tools">
177 <primary sortas="a-psftools">psftools</primary>
178 </indexterm>
179
180 <para>
181 Although some console fonts are created from BDF files, which is a text
182 format with hex values for the pixels in each row of the character, there
183 are more-modern tools available for editing psf fonts. The
184 <ulink url="http://www.seasip.info/Unix/PSF/">psftools</ulink> package
185 allows you to dump a font to a text representation with a dash for a
186 pixel which is off (black) and a hash for a pixel which is on (white).
187 You can then edit the text file to add more characters, or reshape them,
188 or map extra codepoints onto them, and then create a new psf font with
189 your changes.
190 </para>
191
192 </sect2>
193
194<!-- finally, link to terminus and link to it from above -->
195 <sect2 id="terminus-font">
196 <title>Using fonts from Terminus-font</title>
197
198 <indexterm zone="postlfs-console-fonts terminus-font">
199 <primary sortas="a-terminus-font">terminus-font</primary>
200 </indexterm>
201
202 <para>
203 The <ulink
204 url="http://terminus-font.sourceforge.net/">Terminus Font</ulink> package
205 provides fixed-width bitmap fonts designed for long (8 hours and more per
206 day) work with computers. Under 'Character variants' on that page is a
207 list of patches (in the <filename class="directory">alt/</filename>
208 directory). If you are using a graphical browser to look at that page, you
209 can see what the patches do, e.g. 'll2' makes 'l' more visibly different
210 from 'i' and '1'.
211 </para>
212
213 <para>
214 By default <application>terminus-fonts</application> will try to create
215 several types of font, and it will fail if <command>bdftopcf</command>
216 from <xref linkend="xorg7-app"/> has not been installed. The configure
217 script is only really useful if you go on to install
218 <emphasis>all</emphasis> the fonts (console and X11 bitmap) to the
219 correct directories, as in a distro. To build only the PSF fonts and
220 their dependencies, run:
221 </para>
222
223<screen><userinput>make psf</userinput></screen>
224
225 <para>
226 This will create more than 240 ter-*.psf fonts. The 'b' suffix indicates
227 bright, 'n' indicates normal. You can then test them to see if any fit
228 your requirements. Unless you are creating a distro, there seems little
229 point in installing them all.
230 </para>
231
232 <para>
233 As an example, to install the last of these fonts, you can gzip it and
234 then as the
235 <systemitem class="username">root</systemitem> user:
236 </para>
237
238<screen><userinput>install -v -m644 ter-v32n.psf.gz /usr/share/consolefonts</userinput></screen>
239
240 </sect2>
241
242
243<!-- then svn up, add changelog, do the propsets, create wiki page -->
244</sect1>
Note: See TracBrowser for help on using the repository browser.