Здравейте.
Знам че доста се е говорило по тази тема и че има доста документи по тази тема но ми се струва че в общи линии ми е ясно само че някаде бъркам.
Така дръпнах xfcyr резархивирах го в /usr/X11R6/lib/X11/fonts/xfcyr 
отавих го в тази дир понеже вече имаше cyrillic.
След това описах директорията в xorg.conf 
после дадох достап на всички потребители до тази дир.
chmod 755 /usr/X11R6/lib/X11/xfcyr.
След рестарт никъква промяна нямаше.Не мога да пиша кирилица в текстов едитор.
Настроил съм кирилицата за момента от Control Centre.Мога да пиша единствено в операта на кирилица и мога да чета кирилица единствено с opera с която съм и в момента.
А ето и извадка от xorg.conf.
| Цитат | 
| Section "Module"
 
 # This loads the DBE extension module.
 
 Load        "dbe"     # Double buffer extension
 
 # This loads the miscellaneous extensions module, and disables
 # initialisation of the XFree86-DGA extension within that module.
 SubSection  "extmod"
 Option    "omit xfree86-dga"   # don't initialise the DGA extension
 EndSubSection
 
 # This loads the font modules
 Load        "type1"
 Load        "freetype"
 Load        "cyrillic"
 Load        "xfcyr"
 #Load        "speedo"
 
 # This loads the GLX module
 Load       "glx"
 
 EndSection
 
 | 
| Цитат | 
| Section "Files"
 
 # The location of the RGB database.  Note, this is the name of the
 # file minus the extension (like ".txt" or ".db").  There is normally
 # no need to change the default.
 
 RgbPath   "/usr/X11R6/lib/X11/rgb"
 
 # Multiple FontPath entries are allowed (which are concatenated together),
 # as well as specifying multiple comma-separated entries in one FontPath
 # command (or a combination of both methods)
 #
 # If you don't have a floating point coprocessor and emacs, Mosaic or other
 # programs take long to start up, try moving the Type1 and Speedo directory
 # to the end of this list (or comment them out).
 #
 
 FontPath   "/usr/X11R6/lib/X11/fonts/local/"
 FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
 FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
 FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
 FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
 FontPath   "/usr/X11R6/lib/X11/fints/xfcyr"
 
 # ModulePath can be used to set a search path for the X server modules.
 # The default path is shown here.
 
 #    ModulePath "/usr/X11R6/lib/modules"
 
 EndSection
 
 |