When the Linux system can only enter text mode, can not enter the graphical interface to try the following solution:
Modify/etc/x11/xf86config, add Fontpath to the list, depending on the directory on the system, or the path in the reference/etc/x11/fs/config.
section "Files"
Rgbpath "/usr/x11r6/lib/x11/rgb"
Fontpath "/usr/x11r6/lib/x11/fonts/misc : unscaled "
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/cyrillic "
Fontpath"/USR/X11R6/LIB/X11/FONTS/OTF "
Fontpath"/usr/x11r6/lib/x11/fonts/ttf "
Fontpath"/usr/share/fonts/default/type1 "
Fontpath"/usr/share/fonts/zh_cn/truetype " br> Fontpath "/usr/share/fonts/zh_tw/truetype"
Fontpath "unix/:7100"
endsection
br> Check to see if XFS has not started:
#ps ax|grep xfs
If not, start XFS (X Font Server) and try again.
#service xfs start
#startx
It ' s OK.