topgun2 发表于 2003-8-18 00:36:45

请问楼上的大侠,是那一行关闭了x的font server?

能否讲解一下,感激不尽!

ritou 发表于 2003-8-18 03:50:38

请问楼上的大侠,是那一行关闭了x的font server?

能否讲解一下,感激不尽!
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)

Add the line "FontPath "unix:/7100""

and restart the system.

Good luck!

topgun2 发表于 2003-8-19 11:25:19

感谢ritou兄

不过我的xfs是启动起来了的,用ps -aux可以看到?

还有,"unix:/7100"是什么意思呢?

marship 发表于 2003-8-19 13:10:17

一般讲,是因为你删除了Chinput,是不是?

我以前也是这样,
FontPath "unix:/7100" 这一句指的是与字体服务器进程进行的通讯,由于你把Chinput删了,所以不行了。

topgun2 发表于 2003-8-19 22:48:41

我安装过fcitx输入法,不能用,重状了一次,是不是它会自动删除chinput?

BartonZhang 发表于 2003-8-20 09:45:26

不会的,你要手动删除。
rpm -e miniChinput

easthero1982 发表于 2003-8-21 08:38:53


谢谢大家!!


FontPath "unix:/7100"

这个不行,提示此行无效,被自动remove掉了,然后说can not find font fixed!!

请问大家,这是什么原因造成的?

晕,我的系统也是出现了一模一样的问题
我的是rh9,做服务器用,不知道是怎么回事,突然就进不去X了,提示的错误也是说can not find font fixed,我试试看能不能用你的方法解决

easthero1982 发表于 2003-8-21 18:32:06

我的rh9把/etc/x11/xfree86中的fontpatch这句注销后果然就好了
怀疑是rh9的一个bug
前面各位提到的可能的原因,我看了,都没有问题
1,我没有卸载chinput
2,xfs也没有问题
3,
cd /etc/rc5.d
mv K*xfs S*xfs (* means some numbers)

我的/etc/rc5.d中有个s90.xfs,根本就用不着改名

为什么会出现这种情况呢?达人来解答啊

cnhnln 发表于 2003-8-22 21:37:26

是不是安装了字体美化包之类的东西?

easthero1982 发表于 2003-8-24 09:21:43


是不是安装了字体美化包之类的东西?

我确实是装了公社提供的rh9自动美化包

schoolwind 发表于 2003-8-24 10:43:28

这个问题我遇到过两次,第一次弄了半天只好重新安装,类似上面的方法,注释掉字体路径达还是不行,重新设定字体,kde(gonme?)是能进了,菜单残缺不全了;第二次重新启动后自己莫名其妙好了。。。。现在我还没搞明白是怎么回事
页: 1 [2]
查看完整版本: 求助,x崩溃一次后不能进入x了!!