head	1.7;
access;
symbols
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2;
locks; strict;
comment	@# @;


1.7
date	95.12.30.18.53.50;	author peter;	state dead;
branches;
next	1.6;

1.6
date	95.03.04.08.03.28;	author dima;	state Exp;
branches;
next	1.5;

1.5
date	95.03.03.23.21.52;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	95.01.26.09.10.41;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	94.12.31.11.52.50;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	94.09.25.02.48.49;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	94.09.12.16.02.06;	author ache;	state Exp;
branches;
next	;


desc
@@


1.7
log
@recording cvs-1.6 file death
@
text
@#!/bin/sh
# Load KOI8-R screen mapping.
vidcontrol -l koi8-r2cp866
# Load Alternate Codes screen font.
vidcontrol -f 8x16 cp866b-8x16
vidcontrol -f 8x14 cp866-8x14
vidcontrol -f 8x8 cp866-8x8
# Install JCUKEN keyboard mapping.
kbdcontrol -l ru.koi8-r # Not needed for kernel compiled with RUKEYMAP option
# Remap Grey Delete to ESC [ ~
kbdcontrol -f 61 '[~'
# Maximum key rate
kbdcontrol -r fast
# Blank after 5 min
vidcontrol -t 300
# Syscons screen saver
(modstat | grep -q _saver || modload -u -o /tmp/snake_saver_mod -e saver_init -q /lkm/snake_saver_mod.o) > /dev/null 2>&1
@


1.6
log
@"vidcontrol -s" -> "modload"
@
text
@@


1.5
log
@Remap Grey Delete to ESC[~
@
text
@d16 2
a17 1
vidcontrol -s snake
@


1.4
log
@Remove Delete remapping, unneccesary now
@
text
@d10 2
@


1.3
log
@Remove direct keypad 5 to \E[E remapping, unnecessary now
@
text
@a9 2
# Remap Del to Esc[K.
kbdcontrol -f 54 "[K"
@


1.2
log
@Update with new names
@
text
@a11 2
# Remap -5- to Esc[E.
kbdcontrol -f 48 "[E"
@


1.1
log
@Added example of vidcontrol/kbdcontrol usage (russian screen/keyboard setup)
@
text
@d3 1
a3 1
vidcontrol -l koi8-r2alt
d5 3
a7 3
vidcontrol -f 8x16 altb-8x16
vidcontrol -f 8x14 alt-8x14
vidcontrol -f 8x8 alt-8x8
d9 1
a9 1
# kbdcontrol -l ru.koi8-r # Not needed for kernel compiled with RUKEYMAP option
@
