新奥资料免费精准期期准,2024新澳天天资料免费大全,澳门六开彩天天正版免费,澳门天天六开彩正版澳门,最准一肖一码一一中特

您的位置:首页技术文章

FreeBSD系统下添加中文字体

浏览:19日期:2023-03-22 07:57:04
1. 准备中文字体
Windows有不错的中文字体sim*.ttc

2. 创建目录/usr/X11R/lib/X11/fonts/TrueType,将sim*.ttc拷贝到此目录下

3. 刷新字体库
#fc-cache -f -v

4. 编辑/etc/X11/xorg.conf文件,在Section "Files"段添加:
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
将其它的字体路径注掉,可以加快启动速度
修改后为:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/TrueTpye/"
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
#Load "record"
Load "xtrap"
#Load "freetype"
#Load "type1"
标签: Unix系统
相关文章: