[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xterm



В письме от 6 Декабрь 2002 00:29 Sergey A. Ovchar написал:
> Привет.
> В xterme нет вывода по-русски. При переключении раскладки клавиатуры
> ничего не печатает.
> Чем лечить ?

1)в /etc/X11/XF86Config-4  
должно быть что-то типа этого:

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "ru"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xfree86"
  Option       "XkbOptions" "grp:ctrl_shift_toggle"
  Option       "XkbVariant" "winkeys"
EndSection
2)должны стоять русские шрифты (локаль впринципе может быть и 'C')
3)/etc/inputrc должен быть таким (или примерно таким):
# /etc/inputrc - global inputrc for libreadline
# See readline(3readline) and `info rluserman' for more information.

# Be 8 bit clean.

set meta-flag on
set input-meta on
set output-meta on

# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.

set convert-meta off
set output-meta on
set enable-keypad on


-- 
Alexey Ozeritsky
email1 kppp@gmx.co.uk
email2 aalleexxeeyy@mtu-net.ru
web http://make-install.by.ru
icq UIN 52034320



Reply to: