coLinux
m (2 revision(s))
(add category)
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
apt-get install console-data
 
apt-get install console-data
 
apt-get install console-tools
 
apt-get install console-tools
  +
apt-get install kbd
 
</nowiki></pre>
 
</nowiki></pre>
   
Line 21: Line 22:
 
Setting the keyboard map will enable you to copy-and-paste into the console including the correct special characters.<br>--ollinaie
 
Setting the keyboard map will enable you to copy-and-paste into the console including the correct special characters.<br>--ollinaie
   
  +
=== Ubuntu 7.10 ===
  +
  +
First install the missing packages :
  +
  +
<pre><nowiki>
  +
apt-get install console-data
  +
apt-get install console-tools
  +
</nowiki></pre>
  +
  +
''Don't install <b>kbd</b> on Ubuntu 7.10, this would remove console-tools! kbd and console-tools are exclusivly.''
  +
  +
It's popped up the keyboard configuration automaticly.
  +
If not, then execute:
  +
  +
<pre><nowiki>
  +
dpkg-reconfigure console-data
  +
</nowiki></pre>
   
 
=== Gentoo, Slackware... ===
 
=== Gentoo, Slackware... ===
Line 26: Line 44:
 
<pre><nowiki>
 
<pre><nowiki>
 
loadkeys fr-latin1
 
loadkeys fr-latin1
  +
</nowiki></pre>
  +
  +
for Italian :
  +
<pre><nowiki>
  +
loadkeys it
 
</nowiki></pre>
 
</nowiki></pre>
 
----[[MassTranslated]] on 25 Dec 2004.
 
----[[MassTranslated]] on 25 Dec 2004.
   
 
----[[MassTranslated]] on Sun Apr 23 17:35:49 UTC 2006
 
----[[MassTranslated]] on Sun Apr 23 17:35:49 UTC 2006
  +
[[Category:Configuration]]

Latest revision as of 17:23, 15 June 2008

Setting non-US Keyboard:[]

Debian[]

First install the missing packages :

apt-get install console-data
apt-get install console-tools
apt-get install kbd

then execute:

dpkg-reconfigure console-data

and you can set the keyboard map. Remember that the keyboard map nets not only to match your actual keyboard Layout but also the keyboard-map set in your windows control-panel and in case of 32-bit-windows that of language set for 16-bit applications.

Setting the keyboard map will enable you to copy-and-paste into the console including the correct special characters.
--ollinaie

Ubuntu 7.10[]

First install the missing packages :

apt-get install console-data
apt-get install console-tools

Don't install kbd on Ubuntu 7.10, this would remove console-tools! kbd and console-tools are exclusivly.

It's popped up the keyboard configuration automaticly. If not, then execute:

dpkg-reconfigure console-data

Gentoo, Slackware...[]

for french :

loadkeys fr-latin1

for Italian :

loadkeys it

MassTranslated on 25 Dec 2004.


MassTranslated on Sun Apr 23 17:35:49 UTC 2006