|
发表于 2002-10-18 16:28:31
|
显示全部楼层
其实像这样很容易就做好的!!
redhat7.3字体改善全攻略
提供:kage-sgr
菜鸟我上个月刚刚装了redhat7.3,那几天有兴趣的很,因为KDE3.0很好看(我觉得不比XP丑)但仔细看就会发现其字体惨不忍睹.
于是上网求救,改过后连KDE也进不去了.在查阅大量资料后终于发现了解决方法(仅限于REDHAT7.3,其它版本我没试过)在这现学
现卖.
1.都说windows的simsun.ttf字体好看,就用它吧.将/mnt/hda1/windows/fonts/里的simsun.ttf复制一份到/usr/X11R6/lib/X11/fonts/zhFonts/
(我的C:是挂在/mnt/hda1,"zhFonts"文件夹自己建)
2.将/usr/X11R6/lib/X11/fonts/encoding/encoding.dir拷贝一份到/usr/X11R6/lib/X11/fonts/zhFonts/
3.在/usr/X11R6/lib/X11/fonts/zhFonts/里选择"工具">"Open Terminal"输入以下命令:
ttmkfdir >fonts.dir(会有错误提示,别理它).
cp fonts.dir fonts.scale
4.修改/etc/X11/XF86Config-4(别忘记先备份),在FontPath "unix:7100"上面一行加上:
FontPath "/usr/X11R6/lib/X11/fonts/zhFonts"
在Section "Module"中加入 Load "xtt"并把Load "FreeType"去掉(不去掉据说进不了图形界面).
如下:
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "/usr/X11R6/lib/X11/fonts/zhFonts"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "xtt"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "record"
Load "type1"
EndSection
5.在"选项">"感官">"字体">"调整所有字体"中选"simsun"字体即可.
如果你嫌符号和字母太宽将
/usr/X11R6/lib/X11/fonts/zhFonts/中fonts.dir和fonts.scale的
0-0-0-0-c-0-iso8859-1改成0-0-0-0-p-0-iso8859-1即可.
其实这一期的<<计算机应用文摘>>上有…… |
|