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

Не могу в X-ах писать по русски :-(



Так вот, не могу печатать по русски (переключаю разкладку а реакции на нажатие клавиш нет), XF86Config-4 прилагаю. Переключалка работает, psi и firebird русский шрифт отображают и печатают, а другой софт - нет. Консоль - utf-8. И вопрос в догонку, может mc при просмотре по F3 переключать кодировку текста на "лету" как в far-е и как?
Заранее благодарен ;-)
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
#	InputDevice    "Generic Mouse"
EndSection

Section "Files"
	FontPath     "/usr/lib/X11/fonts/misc"
	FontPath     "/usr/lib/X11/fonts/cyrillic"
	FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/Type1"
	FontPath     "/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "bitmap"
	Load  "dbe"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "pex5"
	Load  "record"
	Load  "speedo"
	Load  "type1"
	Load  "vbe"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "keyboard"
	Option      "CoreKeyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "ru"
	Option      "XkbVariant" "winkeys"
	Option      "XkbOptions" "grp:toggle"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option      "CorePointer"
	Option      "Device" "/dev/psaux"
	Option      "Protocol" "PS/2"
EndSection

#Section "InputDevice"
#	Identifier  "Generic Mouse"
#	Driver      "mouse"
#	Option      "SendCoreEvents" "true"
#	Option      "Device" "/dev/input/mice"
#	Option      "Protocol" "ImPS/2"
#EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    31.5 - 64.3
	VertRefresh  50.0 - 85.0
	Option       "DPMS"
EndSection

Section "Device"
	Identifier  "Generic Video Card"
	Driver      "vesa"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Generic Video Card"
	Monitor    "Generic Monitor"
	DefaultDepth     16
	SubSection "Display"
		Depth     1
		Modes    "800x600" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "800x600" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "800x600" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "800x600" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "800x600" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


Reply to: