|
Fixing The Font Error Code 7001
In X - Server
Steps :
1. First instal all the font RPMS.
2. Now open the file " /etc/X11/XF86Config "
3. Then you should edit some of the lines -- that you findsome where middle of the file
4. Enter the lins below :-
RbgPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100" --------------------- /* Remove the line */
FontPath "/usr/X11R6/lib/X11/fonts/misc"
----------- do -------------------/Speedo"
----------- do -------------------/CID"
----------- do -------------------/Type1"
----------- do -------------------/75dpi"
----------- do -------------------/100dpi"
Then save the file and restart the computer.
File location :
# RgbPath is 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.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
|