LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 931|回复: 2

笔记本上安装arch的问题

[复制链接]
发表于 2006-9-26 23:49:32 | 显示全部楼层 |阅读模式
在startx启动x的时候,运行到一半就退出来了,提示
no font found;this probably means that the fontconfig
library is not correctly configured. you mat need to edit the fonts.conf configuration file. more information about fontonfig can be found in the fontconfig(3) manual page and on http://fontconfig.org



我是直接pacman -S xorg gnome安装的。xorg.conf是用hwd -x 生成的。不知道该怎么解决啊?
发表于 2006-9-27 10:11:26 | 显示全部楼层
xorg.conf里面需要修改一下关于字体的部分
比如下面是我的。

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/cyrillic"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/artwiz-fonts"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-9-27 11:27:45 | 显示全部楼层
解决了,下了己个中文字体,又重装了fontconfig,就解决了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表