kbd-inst.xml 727 B

12345678910111213141516171819202122
  1. <sect2>
  2. <title>Installation of Kbd</title>
  3. <para>There is a bug in kbd-&kbd-version; which
  4. causes <userinput>loadkeys -d</userinput> to behave incorrectly. To fix
  5. this, unpack the kbd-&kbd-patch-version; patch and apply it with the following
  6. command: </para>
  7. <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
  8. <para>Install Kbd by running the following commands:</para>
  9. <para><screen><userinput>./configure &amp;&amp;
  10. make &amp;&amp;
  11. make install</userinput></screen></para>
  12. <para>When using the loadkeys program from this package, don't use the
  13. -d option to load a default keymap file. It won't work properly
  14. with keymaps that include other keymaps.</para>
  15. </sect2>