打印

英文版FC7如何显示中文

英文版FC7如何显示中文

装好英文版后发现显示不了汉字,网页的汉字除了大标题外也是乱吗。各位大侠,咋办呢?

TOP

整不出来啊,高手教教

TOP

安装了scim,但老是failed to lanch,启动失败,记得装的是1.47的压缩包,但rpm -q查询居然出来scim-1.45,晕倒

TOP

需要安装中文支持包。

不过太多了,建议重新安装。这牵扯到环境变量的设置。
不想要 ID 了请找我。

TOP

cp simsun.ttf /usr/share/fonts/chinese
cp tahoma.ttf /usr/share/fonts/chinese
cp tahomabd.ttf /usr/share/fonts/chinese

cd /usr/share/fonts/chinese
ttmkfdir
mkfontdir

停止xfs

#/etc/X11/xorg.conf
Section "Files"
        FontPath     "/usr/share/fonts/chinese"
        FontPath     "/usr/share/fonts/default/Type1"
        FontPath     "/usr/share/X11/fonts/misc"
EndSection

我这里就这三个目录有字体,其他的都删了,你有更多的话可以自己加入

[ 本帖最后由 kenix 于 2007-10-1 22:14 编辑 ]

TOP

或者,不停止xfs,设置应该也差不多的

TOP