|
@@ -5,6 +5,9 @@
|
|
%general-entities;
|
|
%general-entities;
|
|
]>
|
|
]>
|
|
|
|
|
|
|
|
+<!-- FIXME: upstream git has been persuaded by SuSe to build resizecons on x86_64,
|
|
|
|
+so the sed will need attention if that change is not removed before the next release -->
|
|
|
|
+
|
|
<sect1 id="ch-system-kbd" role="wrap">
|
|
<sect1 id="ch-system-kbd" role="wrap">
|
|
<?dbhtml filename="kbd.html"?>
|
|
<?dbhtml filename="kbd.html"?>
|
|
|
|
|
|
@@ -60,6 +63,14 @@
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po</userinput></screen>
|
|
<screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po</userinput></screen>
|
|
|
|
|
|
|
|
+ <para>Remove the redundant <command>resizecons</command> program (32-bit x86
|
|
|
|
+ only, needs the defunct svgalib, which predates linux-2.6 and is incompatible
|
|
|
|
+ with modern KMS, to provide the video mode files - for normal use
|
|
|
|
+ <command>setfont</command> sizes the console appropriately) and its manpage:</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/' configure &&
|
|
|
|
+sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
|
|
|
|
+
|
|
<para>Prepare Kbd for compilation:</para>
|
|
<para>Prepare Kbd for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>
|
|
@@ -123,7 +134,7 @@ cp -R -v doc/* \
|
|
<seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode,
|
|
<seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode,
|
|
kbdrate, loadkeys, loadunimap,
|
|
kbdrate, loadkeys, loadunimap,
|
|
mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
|
|
mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
|
|
- psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons,
|
|
|
|
|
|
+ psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
|
|
setfont, setkeycodes, setleds, setmetamode,
|
|
setfont, setkeycodes, setleds, setmetamode,
|
|
showconsolefont, showkey, unicode_start, and unicode_stop</seg>
|
|
showconsolefont, showkey, unicode_start, and unicode_stop</seg>
|
|
<seg>/lib/kbd</seg>
|
|
<seg>/lib/kbd</seg>
|
|
@@ -287,7 +298,7 @@ cp -R -v doc/* \
|
|
</listitem>
|
|
</listitem>
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="resizecons">
|
|
|
|
|
|
+ <!--<varlistentry id="resizecons">
|
|
<term><command>resizecons</command></term>
|
|
<term><command>resizecons</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
<para>Changes the kernel idea of the console size</para>
|
|
<para>Changes the kernel idea of the console size</para>
|
|
@@ -295,7 +306,7 @@ cp -R -v doc/* \
|
|
<primary sortas="b-resizecons">resizecons</primary>
|
|
<primary sortas="b-resizecons">resizecons</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
</listitem>
|
|
</listitem>
|
|
- </varlistentry>
|
|
|
|
|
|
+ </varlistentry>-->
|
|
|
|
|
|
<varlistentry id="setfont">
|
|
<varlistentry id="setfont">
|
|
<term><command>setfont</command></term>
|
|
<term><command>setfont</command></term>
|