Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
--- a/linux/.xinitrc Wed Sep 02 22:22:53 2009 +0300
+++ b/linux/.xinitrc Sat Oct 10 12:26:46 2009 +0300
@@ -4,7 +4,8 @@
# xrdb -load ~/.Xdefaults &
# Set lang switch.
-setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
+# Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
+# setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
fvwm &