能否讲解一下,感激不尽![/quote]
The line "FontPath "unix:/7100"" tells your X to refer to the font server for fonts. Since you said the system reports error about this line, I think it should because that you disabled the X font server. You can use "ps -ef|grep -i xfs" to check to check whether X font server is disabled or not. If you don't have xfs running and you want to enable it,
cd /etc/rc5.d
mv K*xfs S*xfs (* means some numbers)