]> git.pld-linux.org Git - packages/kbd.git/blob - kbd.sysconfig
- added bells frequency support
[packages/kbd.git] / kbd.sysconfig
1 # SVGATextMode's mode (optional)
2 #SVGATEXTMODE=100x37x9_SVGA
3
4 # Console font file name (take one from /lib/kbd/consolefonts dir).
5 # Determines the set of available characters, the typeface and the number
6 # of character lines on the screen. Other options may be specified after
7 # the font name, e.g. -u iso02 (but you don't need it).
8 CONSOLEFONT=lat2u-16
9
10 # If the font doesn't include a mapping between font glyphs and Unicode,
11 # the map can be specified here (take one from from /lib/kbd/unimaps dir).
12 # This is not needed with most modern fonts.
13 CONSOLESCREENFONTMAP=lat2u
14
15 # Application-charset map file name (take one from /lib/kbd/consoletrans
16 # dir). Determines the encoding used by the console when in single-byte
17 # (non-Unicode) mode.
18 # For old latin-2 behaviour use this:
19 #CONSOLEMAP=8859-2
20 CONSOLEMAP=
21
22 # UTF-8 example using terminus-font-console package:
23 #CONSOLEFONT=ter-v14n
24 #CONSOLESCREENFONTMAP=
25 #CONSOLEMAP=
26
27 # Keyboard table file name
28 KEYTABLE=pl2
29
30 # Terminals affected with font change when using framebuffer
31 SET_FONT_TERMINALS="1 2 3 4 5 6 7 8"
32
33 # Turn on powersave on console?
34 POWER_SAVE=on
35 BLANK_TIME=10
36 POWERDOWN_TIME=60
37
38 # Colours of console. Possible values:
39 # black|red|green|yellow|blue|magenta|cyan|white|default
40 #FOREGROUND_COLOUR=red
41 #BACKGROUND_COLOUR=green
42
43 # Setting of leds (on|off). Default is off:
44 #NUM_LOCK=on
45
46 # Setting of internal beeper of computer [0-2000]
47 # 0 - disable beeper completelly
48 #BEEP_LENGTH=0
49 # The beepers frequency
50 #BEEP_FREQ=400
This page took 0.035439 seconds and 4 git commands to generate.