]> git.pld-linux.org Git - packages/kbd.git/blob - kbd.sysconfig
- added setting num lock option
[packages/kbd.git] / kbd.sysconfig
1 # SVGATextMode's mode (optional)
2 #SVGATEXTMODE=100x37x9_SVGA
3
4 # Console font file name (usually from /usr/share/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 # Application-charset map file name (usually from /usr/share/consoletrans
11 # dir). Determines the encoding used by the console when in single-byte
12 # (non-Unicode) mode.
13 CONSOLEMAP=8859-2
14
15 # Keyboard table file name
16 KEYTABLE=pl2
17
18 # Terminals affected with font change when using framebuffer
19 SET_FONT_TERMINALS="1 2 3 4 5 6 7 8"
20
21 # Turn on powersave on console?
22 POWER_SAVE=on
23 BLANK_TIME=10
24 POWERDOWN_TIME=60
25
26 # Colours of console. Possible values:
27 # black|red|green|yellow|blue|magenta|cyan|white|default
28 #FOREGROUND_COLOUR=red
29 #BACKGROUND_COLOUR=green
30
31 # Setting of leds (on|off). Default is off:
32 #NUM_LOCK=on
This page took 0.06306 seconds and 4 git commands to generate.