如果要在X-Window 中看到中文的菜单,必须先装中文字体kcfont(国乔字体)及arphicttf(文鼎字体),以及中文信息档(i18n)
# cd /usr/ports/chinese/kcfonts
# make install clean
# cd /usr/ports/chinese/arphicttf
# make install clean
# cd /usr/ports/chinese/kde3-i18n-zh_CN
# make install clean
# cd /usr/ports/chinese/koffice-i18n-zh_CN
# make install clean
接着编辑/etc/X11/xorg.conf
leo# vi /etc/X11/xorg.conf
在Section "Files"之间加入下面三行,以使X-Window能找到正确的字体路径,如下:
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection
更改保存后进入KDE。
我用英文系统,界面就不改了,重起KDE,打开news.163.com,已经能够正常显示汉字了
参考连接:
本文介绍如何在X-Window系统中正确安装并配置中文显示所需的字体及信息档,包括kcfont(国乔字体)、arphicttf(文鼎字体)等,并通过修改xorg.conf文件设置字体路径。
2348

被折叠的 条评论
为什么被折叠?



