PLDWWW: Docs/man/Terminal configuration

grizz grizz at pld-linux.org
Sun Oct 26 18:23:53 CET 2008


Author: grizz   Date: Sun Oct 26 17:23:53 2008 GMT
Module: PLDWWW   URL: http://pld-linux.org/Docs/man/Terminal_configuration
---- Log message:
initial

---- Page affected: Docs/man/Terminal configuration

---- Diffs:

================================================================
The comment on the change is:
initial

New page:
= Terminal Configuration =

File '''/etc/sysconfig/console'''
[[TableOfContents]]
== Fonts ==
Change a console font:
{{{
CONSOLEFONT=lat2u-16
}}}
You can choose one font from '''/usr/share/consolefonts'''. 

Change console font charset:
{{{
CONSOLEMAP=8859-2
}}}

Change keyboard mapping:
{{{
KEYTABLE=pl2
}}}

== Colours ==

{{{
FOREGROUND_COLOUR=red
BACKGROUND_COLOUR=green	
}}}
Available colours: black|red|green|yellow|blue|magenta|cyan|white|default.

== Power saving ==
{{{
POWER_SAVE=on
BLANK_TIME=10
POWERDOWN_TIME=60
}}}
BLANK_TIME - time in minutes to blank a screen 
POWERDOWN_TIME - time in minutes to power down a monitor


== Numlock ==
Default Numlock mode (on/off):
{{{
NUM_LOCK=on
}}}


= Saving changes =
Changes will be made on following terminals:
{{{
SET_FONT_TERMINALS="1 2 3 4 5 6 7 8"
}}}

Restart ([:../Starting-stopping_particular_subsystems:]) console service to apply changes:
{{{
# service console restart
}}}


----
[:../: TOC]


More information about the pld-cvs-commit mailing list