这是关于首页那篇关于汉化的文章.
要加入一个字体目录, 只需在里面插入一行 FontPath "目录名" 就可以了, 如:
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
FontPath "/truetype" # 插入一个字体目录
EndSection
然后, 我们让X加载xtt字体引擎:
找到Section "Module", 像这样修改:
Section "Module"
# Load "dbe" # Double-Buffering Extension
# Load "v4l" # Video for Linux
Load "extmod"
Load "glx
# Load "type1" # type1 模组是渲染type1字体的, 和xtt冲突, 必需屏蔽
# Load "freetype" # freetype 模组是渲染Truetype字体的, 和xtt冲突, 必需屏蔽
Load "xtt" # 加入xtt模组引擎
EndSection
请问是要把后面的文字(例如:模组是渲染type1字体的, 和xtt冲突, 必需屏蔽)也一起输进XF86Config-4吗?
另外/etc/XF86Config-4我找不到,不知道/etc/X11/XF86Config-4行不行?
还有建立字体信息文件fonts.dir.
是不是用Kwrite把内容输入,然后把名字保存为fonts.dir就行了?fonts.scale和fonts.dir是不是都保存在/truetype里面.
求高手答我(菜鸟同志也欢迎),谢谢! |