Andrey wrote: > 1) Summary: all fields "ru_RU.KOI8-R" > 2) just type "startx" in console
OK > 3) any application. For example I run midnight commander. All menus just a > squares. > 4) Only basic fonts that installed after building xorg according to BLFS > book. > A year ago I read a tip "add /usr/lib/X11/fonts/cyrillic to xorg.conf in > section files". I did it, but same result. This only affects core-protocol fonts, while you are probably interested in Xft fonts. And you, again, provided not all required information. 3) It is important to know the name of the terminal emulator. xterm? 4) "Only basic fonts" is not the answer. You can obtain the list of core X fonts with the following command: xlsfonts You can obtain the list of Xft fonts with the following command: fc-list The BLFS book configures all terminal emulators (possibly except recently-added rxvt-unicode) to use Xft fonts. Unfortunately, scalable fonts that come with Xorg have no Cyrillic glyphs. For this reason, the book relies on third-party fonts to cover national alphabets. Thus, you should install DejaVu fonts for Cyrillic glyphs in Xft-based applications. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
