# this file: # https://dataswamp.org/~incal/conf/vt/console-setup # # man pages: # console-setup(5) # setfont(8) # # to make it work from tmux: # $ sudo chmod +s /bin/setfont # $ setfont Lat7-TerminusBold24x12 # # required packages: # console-setup # console-setup-linux # # files: # /etc/console-setup/remap.inc # /etc/default/keyboard ACTIVE_CONSOLES="/dev/tty[1-7]" CHARMAP="UTF-8" CODESET="Lat7" FONTFACE="VGA" FONTSIZE="8x16" SCREEN_HEIGHT=30 SCREEN_WIDTH=80 VERBOSE_OUTPUT="no" if [ -f /etc/default/keyboard ]; then . /etc/default/keyboard fi # CHARMAPS # # UTF-8 ARMSCII-8 CP1251 CP1255 CP1256 # GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342 # ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 # ISO-8859-5 ISO-8859-6 ISO-8859-7 ISO-8859-8 # ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13 # ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U # TIS-620 VISCII # # CODESETS # # The codeset determines what symbols are supported by # the font; read README.fonts for explanation. # # Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian # Georgian Greek Hebrew Lao Thai Vietnamese # Lat15 Lat2 Lat38 Lat7 # Uni1 Uni2 Uni3 # # below, use with Lat7-... # # (* means good) # # Terminus 12x6 14 16 20x10 24x12 28x14 32x16 # TerminusBold 14 16* 20x10 24x12 28x14 32x16 # TerminusBoldVGA 14* 16* # # VGA 8 14 16* # Fixed 13 14 15 16 18 # # use with Ethiopian-... # # Goha 12 14 16* # GohaClassic 12 14 16* (both virtually the same as VGA?) # # almost unedited original comments # # Set FONTFACE and FONTSIZE to empty strings if you # want setupcon to set up the keyboard but leave the # console font unchanged. # # You can also directly specify a nonstandard font or # console map. Use space as the separator if you want # to load more than one font. You can use FONT_MAP to # specify the Unicode map of the font in case the # font doesn't have it embedded. # # FONT='lat9w-08.psf.gz # /usr/local/share/braillefonts/brl-08.psf' # FONT_MAP=/usr/share/consoletrans/lat9u.uni # CONSOLE_MAP=/usr/local/share/consoletrans/my_special_encoding.acm # # You can also specify a screen size that setupcon # will enforce. This can not exceed what the current # screen resolution can display according to the size # of the loaded font. # # The following is an example how to use # a braille font # # FONT='lat9w-08.psf.gz brl-8x8.psf'