dpmcl 发表于 2003-4-21 08:41:30

debian的unstable中文支持已经相当不错了(我的桌

用xft不用改任何东西simsun的中文和英文字体都现实的非常完美
用xfs-xtt,phoenix可以显示粗体
fcitx输入法也可以正常使用
debian真是非常优秀

maxofmin 发表于 2003-4-21 09:44:16

你是说把字体拷贝到/usr/share/fonts目录,运行fc-cache -f就行了?

dpmcl 发表于 2003-4-21 10:21:56

我的方法:
将locale设置为zh_CN.gbk
配置xft字体
#cp simsun.ttf /usr/share/fonts
#fc-cache /usr/share/fonts
配置xfs-xtt核心字体
#apt-get install xfs-xtt
#mkdir /usr/local/fonts
#cp simsun.ttf /usr/local/fonts
#cp fonts.dir /usr/local/fonts
#cp /usr/local/fonts/fonts.dir /usr/local/fonts/fonts.scale
编辑/etc/X11/XF86Config-4
将FontPath         "unix:7100" 改为 FontPath       "unix:7110"
使用xfs-xtt来显示字体
编辑/etc/X11/fs-xtt/config
在catalogue 中添加字体路径 /usr/local/fonts
重启xfs-xtt服务
#/etc/init.d/xfs-xtt restart
将字体都设为simsun就ok了

maxofmin 发表于 2003-4-22 11:49:53

看来似乎很不错,以前我装过debian,但是汉化效果始终不行,只好重新使用redhat
页: [1]
查看完整版本: debian的unstable中文支持已经相当不错了(我的桌