/default/console-setup

http://github.com/brinkman83/bashrc · #! · 43 lines · 34 code · 9 blank · 0 comment · 0 complexity · 6b55d00873fc78668cdcd0cf8f787738 MD5 · raw file

  1. # A configuration file for setupcon
  2. # Change to "yes" and setupcon will explain what is being doing
  3. VERBOSE_OUTPUT=no
  4. # Setup these consoles. Most people do not need to change this.
  5. ACTIVE_CONSOLES="/dev/tty[1-6]"
  6. # Put here your encoding. Valid charmaps are: UTF-8 ARMSCII-8 CP1251
  7. # CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342
  8. # ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6
  9. # ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13
  10. # ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII
  11. CHARMAP="UTF-8"
  12. # The codeset determines which symbols are supported by the font.
  13. # Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian
  14. # Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3
  15. # Vietnamese. Read README.fonts for explanation.
  16. CODESET="Lat15"
  17. # Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes
  18. # 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes
  19. # 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14
  20. # and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and
  21. # 16), GohaClassic (sizes 12, 14 and 16).
  22. FONTFACE="TerminusBold"
  23. FONTSIZE="14"
  24. # You can also directly specify nonstandard font and ACM to load.
  25. # Use space as separator if you want to load more than one font.
  26. # FONT='lat9w-08.psf.gz /usr/local/share/brailefonts/brl-08.psf'
  27. # ACM=/usr/local/share/consoletrans/my_special_encoding.acm
  28. # The following variables describe your keyboard and can have the same
  29. # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
  30. # in /etc/X11/xorg.conf.
  31. XKBMODEL="microsoft7000"
  32. XKBLAYOUT="us"
  33. XKBVARIANT=""
  34. XKBOPTIONS="lv3:ralt_switch"