蓝水晶 发表于 2004-8-7 16:07:40

进不了x-window

这是错误提示,我没有做过字体上的或者路径上的更改!

could not init font path element unix/:7100,removing from lst
Fatal server error:
could not open default font " fixed"



# 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.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
FontPath "/usr/share/fonts/zh_CN/zhfonts"
FontPath "/usr/share/fonts/zh_CN/rofonts"
FontPath "/usr/share/fonts/zh_CN/newfonts"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts/bitmap-fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/loacl"
FontPath "/usr/share/fonts/zh_CN/"
FontPath "/usr/share/fonts/zh_CN/TrueType"
FontPath "/usr/share/fonts/default/Type1"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/zh_TW"

EndSecion

KanKer 发表于 2004-8-7 22:20:37

开启xfs服务就可以进了。如果你用的是rh/fr系列的话 :mrgreen:

cnhnln 发表于 2004-8-8 01:30:04

/etc/init.d/xfs restart

蓝水晶 发表于 2004-8-9 13:30:05

我的xfs都是OK的,既使我xfs restart 也是一路OK绿灯呀!
但是本来应该是出现X-WINDOW登陆框的那一屏就是不出来! :cry::cry::cry:

iamno 发表于 2004-8-9 13:40:02

我也碰到了同样的问题,严重关注ing

cnhnln 发表于 2004-8-9 14:10:26

cat /usr/X11R6/lib/X11/fonts/misc/fonts.dir
看看还有没有fixed字体了

KanKer 发表于 2004-8-9 14:37:21

用Xconfigurator重新配置一下XF86Config试试呢?顺便贴出我的字体段:

Section "Files"
      FontPath "/usr/fonts/truetype/"
      FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
      FontPath "/usr/X11R6/lib/X11/fonts/misc/"
      FontPath "/usr/share/fonts/"
EndSection

iamno 发表于 2004-8-9 15:32:00

版主果然厉害,确实是我的XF86Config文件被修改了,少了/fonts/, /misc/, 和/75dpi/.加上以后,现在已经可以进XWindow了。

顺便再问个问题,前几天,为了在启动菜单中添加mplayer的菜单项,用gedit将回收站的快捷方式打开(就是打开了它的配置文件),比照其中的内容写了一个mplayer菜单项的配置文件.然后mplayer的菜单项倒是加上了,但是如果双击某个快捷方式(比如回收站),就会默认用gedit打开回收站的快捷方式的配置文件,而进不了回收站.我估计是启动器的问题,但不知道该怎么改, 烦请高人帮一下忙! 不胜感激!!!
(我的系统是redhat9.0+gnome)

KanKer 发表于 2004-8-9 20:10:59

你可能是将*.desktop文件类型关联到gedit了,将该文件类型的关联去掉就行了。

蓝水晶 发表于 2004-8-9 22:12:01

终于搞定了。那fixed 躲在"/usr/X11R6/lib/X11/fonts/" 这里~~

多谢KanKer and 3n :P:P

iamno 发表于 2004-8-10 18:41:56

版主,怎么去掉文件类型的关联哪?
不好意思,太菜了! :oops:

KanKer 发表于 2004-8-10 21:02:37

如果是kde,在kde控制中心-->kde组件-->文件关联中改。

iamno 发表于 2004-8-11 14:49:20

谢谢版主,可惜我用的是gnome,
就不麻烦版主了,我自己琢磨吧

BOoRFGOnZ 发表于 2004-8-12 07:37:11

那次 把/tmp的 删除以后
就这个样
页: [1]
查看完整版本: 进不了x-window