]> git.pld-linux.org Git - packages/kbd.git/blob - kbd.sysconfig
- updated to 2.5.1
[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=latarcyrheb-sun16
9 CONSOLEFONT=lat2u-16
10
11 # If the font doesn't include a mapping between font glyphs and Unicode,
12 # the map can be specified here (take one from from /lib/kbd/unimaps dir).
13 # This is not needed with most modern fonts.
14 #CONSOLESCREENFONTMAP=lat2u
15 CONSOLESCREENFONTMAP=
16
17 # Application-charset map file name (take one from /lib/kbd/consoletrans
18 # dir). Determines the encoding used by the console when in single-byte
19 # (non-Unicode) mode.
20 # For old latin-2 behaviour use this:
21 #CONSOLEMAP=8859-2
22 CONSOLEMAP=
23
24 # UTF-8 example using terminus-font-console package:
25 #CONSOLEFONT=ter-v14n
26 #CONSOLESCREENFONTMAP=
27 #CONSOLEMAP=
28
29 # Keyboard table file name
30 KEYTABLE=pl2
31
32 # charset used for key table in non-unicode case (used for dumpkeys in unicode_start)
33 #KEYTABLE_CHARSET=iso-8859-2
34
35 # Terminals affected with font change when using framebuffer
36 SET_FONT_TERMINALS="1 2 3 4 5 6 7 8"
37
38 # Turn on powersave on console?
39 POWER_SAVE=no
40 BLANK_TIME=10
41 POWERDOWN_TIME=60
42
43 # Colours of console. Possible values:
44 # black|red|green|yellow|blue|magenta|cyan|white|default
45 #FOREGROUND_COLOUR=red
46 #BACKGROUND_COLOUR=green
47
48 # Setting of leds (on|off). Default is off:
49 #NUM_LOCK=on
50
51 # Setting of internal beeper of computer [0-2000]
52 # 0 - disable beeper completelly
53 #BEEP_LENGTH=0
54 # The beepers frequency
55 #BEEP_FREQ=400
This page took 0.067132 seconds and 3 git commands to generate.