手机
当前位置:查字典教程网 >操作系统 >Unix/BSD >FreeBSD系统下添加中文字体
FreeBSD系统下添加中文字体
摘要:1.准备中文字体Windows有不错的中文字体sim*.ttc2.创建目录/usr/X11R/lib/X11/fonts/TrueType,...

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"

【FreeBSD系统下添加中文字体】相关文章:

在Linux和FreeBSD下如何使用U盘

FreeBSD下修改安装源的方法

FreeBSD常用命令集

FreeBSD 编辑器VI使用方法

FreeBSD安装之自动分区方法

FreeBSD用port安装JDK和Jboss

FreeBSD系统下读写 NTFS分区

freebsd系统上修改mac地址的方法

RedHat 6.2 中文字体TrueType的使用

使用U盘安装FreeBSD系统的简单教程

精品推荐
分类导航