try run "xterm -fn koi9x15 -rv"

-- xorg.conf --

Section "InputDevice"
      Identifier  "keyboard"
      Driver      "kbd"
      Option      "CoreKeyboard"
      Option      "XkbRules" "xorg"
      Option      "XkbModel" "pc105"
      Option      "XkbLayout" "us,ru"
      Option      "XkbOptions" "grp:ctrl_shift_toggle"
      Option      "XkbVariant" ",winkeys"

-- xorg.conf --



I have add string 'FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"' into xorg.conf, then I execute fc-cache. However, these fonts unavailable in X. What is going wrong?

fc-cache -v
Fontconfig error: Cannot load default config file
/usr/X11R6/lib/X11/fonts/TTF: skipping, 23 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/Type1: skipping, 29 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/cyrillic: skipping, 0 fonts, 0 dirs

Reply via email to