home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / console < prev    next >
Text File  |  2006-12-18  |  3KB  |  92 lines

  1. ## Path:        Hardware/Console
  2. ## Description: Text console settings (see also Hardware/Keyboard)
  3. ## Type:    string
  4. ## Default:    ""
  5. ## ServiceRestart: kbd
  6. #
  7. # Console settings.
  8. # Note: The KBD_TTY setting from Hardware/Keyboard (sysconfig/keyboard)
  9. # also applies for the settings here.
  10. #
  11. # Load this console font on bootup:
  12. # (/usr/share/kbd/consolefonts/)
  13. CONSOLE_FONT="lat9w-16.psfu"
  14.  
  15. ## Type:    string
  16. ## Default:    ""
  17. #
  18. # Some fonts come without a unicode map.
  19. # (.psfu fonts supposedly have it, others often not.)
  20. # You can then specify the unicode mapping of your font 
  21. # explicitly. (/usr/share/kbd/unimaps/)
  22. # Normally not needed.
  23. #
  24. CONSOLE_UNICODEMAP=""
  25.  
  26. ## Type:    string
  27. ## Default:    ""
  28. #
  29. # Most programs output 8 bit characters, so you need a table to
  30. # translate those characters into unicode. That one can be specified
  31. # here. (/usr/share/kbd/consoletrans/)
  32. # (Note: If your console is in utf-8 mode you don't need this.)
  33. # If your code does not use a unicode mapping at all (because you
  34. # e.g. explicitly specified UNICODEMAP="none") you may circumvent
  35. # the translation via unicode, but load a map which directly maps
  36. # 8 bit output of your program to a font position.
  37. #
  38. CONSOLE_SCREENMAP="trivial"
  39.  
  40. ## Type:    string
  41. ## Default:    ""
  42. #
  43. # for some fonts the console has to be initialized with CONSOLE_MAGIC.
  44. # CONSOLE_MAGIC can be empty or have the values "(B", ")B", "(K" or ")K".
  45. # Normally not needed (automatically handled by setfont).
  46. #
  47. CONSOLE_MAGIC="(K"
  48. ## Path:    System/Console/Framebuffer
  49. ## Description:    Framebuffer configuration
  50. ## Type:    string
  51. ## Default:    ""
  52. #
  53. # You may want to load a framebuffer display driver into your kernel
  54. # in order to be able to change graphics modes etc. with fbset in
  55. # console mode.
  56. #
  57. # Notes: Most people won't enter anything here, as:
  58. #   * it won't work if you have vesafb already active
  59. #   * its advantageous to have fb support compiled into your kernel
  60. #   * Some XFree86 drivers (especially in XFree86-4.x) don't work
  61. #     too well, if you enable framebuffer text mode.
  62. #
  63. # Example:
  64. #  FB_MODULES="matroxfb_base vesa=0x182 fv=85 matroxfb_maven matroxfb_crtc2"
  65. FB_MODULES=""
  66.  
  67. ## Type:        string
  68. ## Default:     ""
  69. #
  70. # In case your kernel has framebuffer support (or you loaded the framebuffer
  71. # support into your kernel as a module above), you may want to change the
  72. # resolution or other parameters. This is done by secifying the parameters
  73. # to fbset. Use a mode from /etc/fb-modes and additional parameters as
  74. # -a, -depth <BPP>, -vyres <VYRES>, ... (See fbset manpage and/or fbset -h).
  75. #
  76. # Notes:
  77. #   * vesafb does not (currently) support changing the display mode
  78. #   * BEWARE! Don't set modes your monitor can't do. Watch out for the maximum
  79. #     horizontal frequency. Old monitors might even be damaged if you exceed 
  80. #     their capabilities.
  81. #
  82. # Example:
  83. #   FBSET_PARAMS="-a -depth 16 768x576-90 -vyres 10240"
  84. FBSET_PARAMS=""
  85.  
  86. # Encoding used for output of non-ascii characters.
  87. #
  88. CONSOLE_ENCODING="UTF-8"
  89.