Unix下修改中文字体

1. 系统字体
把字体文件复制到如:/usr/system/fonts/ 目录
修改 /etc/fonts/fonts.conf 文件
<!-- Font directory list -->
    <dir>/usr/share/fonts</dir>
    <dir>/usr/system/fonts</dir>
    <dir>/usr/X11R6/lib/X11/fonts</dir>..................
 
修改 /etc/fonts/suse-font-dirs.conf 文件
增加一行 <dir>/usr/share/fonts</dir>
 
SuSEconfig
 
2. 终端显示中文
 
export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
 
xterm -fa simsun
xterm -fn simsun
xterm -fn fixed
终端包括 rxvt、cxterm,还有gnome-terminal
rxvt支持simsun,不支持gbk