====== Terminal Configuration ====== File **/etc/sysconfig/console** /* UndefinedMacro: TableOfContents(None) */ ===== 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 ([[:Docs:man:Starting-stopping_particular_subsystems|../Starting-stopping_particular_subsystems]]) console service to apply changes: # service console restart [[:Docs:man| TOC]]