config 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #
  2. # This files tells the console-tools package: (Salt managed)
  3. #
  4. # - whether to load a specific font and boot (and maybe a screen-font map,
  5. # but you should avoid that if possible).
  6. # - whether to setup an Application-Charset Map other than the default CP437.
  7. # - whether to start "vcstime" to have time on all text VC'S.
  8. #
  9. # You can also specify per-VC settings by suffixing variable names as in
  10. # the examples below. This only works on framebuffer devices.
  11. #
  12. # CAVEATS:
  13. #
  14. # - When using the new framebuffer devices, the "global setting" for a font
  15. # only affects the current console (ie., at boot-time, the first one)
  16. # - ACM setting involves 2 steps (maybe loading a user ACM, and activating
  17. # it on a given charset slot - see charset(1) for details), the 1st of which
  18. # affects the entire system, but the 2nd of which only affects the current
  19. # VC (ie., at boot-time, the first one). So that if you want to use the same
  20. # ACM on all VCs, you have to specify "APP_CHARSET_MAP_vc<N>=user" for all
  21. # relevant values of <N>.
  22. #
  23. # Example:
  24. #
  25. #SCREEN_FONT=iso01.f16
  26. #SCREEN_FONT_vc2=LatArCyrHeb-16
  27. #
  28. #APP_CHARSET_MAP=iso05
  29. #APP_CHARSET_MAP_vc2=user
  30. #
  31. # Set the following - more euro-friendly default than kernel font.
  32. # SCREEN_FONT=latcyrheb-sun16.psf
  33. #DO_VCSTIME=yes
  34. #
  35. # Forget this one unless you _know_ it is necessary for your font:
  36. #SCREEN_FONT_MAP=iso01
  37. # **** screen saver/DPMS settings: all VCs ****
  38. # These settings are commented by default to avoid the chance of damage to
  39. # very old monitors that don't support DPMS signalling.
  40. # screen blanking timeout. monitor remains on, but the screen is cleared to
  41. # range: 0-60 min (0==never) kernels I've looked at default to 10 minutes.
  42. # (see linux/drivers/char/console.c)
  43. BLANK_TIME=0
  44. # blanking method (VESA DPMS mode to use after BLANK_TIME, before powerdown):
  45. # on: the default, no DPMS signalling. near instant powerup, no power saving
  46. # vsync: DPMS Standby mode. nearly instant recovery, uses 110/120W (17" screen)
  47. # hsync: DPMS Suspend mode. typically 3s recovery, uses 15/120W (17" screen)
  48. # powerdown,off: DPMS Off mode, typ. 10s recovery, uses 5/120W (17" screen)
  49. # Those values are for my 17" Mag, but some monitors do suspend the same as
  50. # standby. xset dpms force {off|standby|suspend|on} is useful for this, if X
  51. # supports DPMS on your video card. Set X's DPMS screensaver with xset dpms
  52. # or use option power_saver in XF86Config
  53. #
  54. # DPMS set by default to off, because hsync can cause problems on certain
  55. # hardware, such as Armada E500 laptops
  56. BLANK_DPMS=off
  57. # Powerdown time. The console will go to DPMS Off mode POWERDOWN_TIME
  58. # minutes _after_ blanking. (POWERDOWN_TIME + BLANK_TIME after the last input)
  59. POWERDOWN_TIME=0
  60. # rate and delay can get only specific values, consult kbdrate(1) for help
  61. #KEYBOARD_RATE="30"
  62. #KEYBOARD_DELAY="250"
  63. # Turn on numlock by default
  64. #LEDS=+num