LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 670|回复: 4

my freebsd 5.2.1 desktop screenshot (with gnome-lite)

[复制链接]
发表于 2004-4-9 12:21:28 | 显示全部楼层 |阅读模式
my freebsd 5.2.1 desktop screenshot (with gnome-lite)

因为我的桌面是1280x1024,所以图片很大,这里不好上传,请访问这里:

www.freewebs.com/dm14792/picture/Screenshot.png
发表于 2004-4-9 12:34:58 | 显示全部楼层
字体模糊哦。
发表于 2004-4-9 13:05:57 | 显示全部楼层

re

你配置的还是不行啊,呵呵:p
 楼主| 发表于 2004-4-9 13:24:38 | 显示全部楼层

回复: re

最初由 cobrawgl 发表
你配置的还是不行啊,呵呵:p


我觉得还可以啊,看来我是比较容易满足的。以前一直用的是FVWM2,效果更差呢。
发表于 2004-4-9 15:29:49 | 显示全部楼层
不知兄弟有没有试过把下面这段代码保存到/root/fonts.conf这个文件中


<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <!-- for simsun.ttc -->
        <match target="font">
                <test name="family"><string>SimSun</string></test>
                <edit name="antialias"><bool>true</bool></edit>
                <edit name="hinting"><bool>true</bool></edit>
                <edit name="autohint"><bool>false</bool></edit>
        </match>

        <match target="font">
                <test name="family"><string>NSimSun</string></test>
                <edit name="antialias"><bool>true</bool></edit>
                <edit name="hinting"><bool>true</bool></edit>
                <edit name="autohint"><bool>false</bool></edit>
        </match>

        <match target="font">
                <test name="family"><string>SimSun</string></test>
                <test name="size" compare="less_eq"><int>16</int></test>
                <edit name="antialias" mode="assign"><bool>false</bool></edit>
                <edit name="hinting" mode="assign"><bool>true</bool></edit>
        </match>

        <match target="font">
                <test name="family"><string>NSimSun</string></test>
                <test name="size" compare="less_eq"><int>16</int></test>
                <edit name="antialias" mode="assign"><bool>false</bool></edit>
                <edit name="hinting" mode="assign"><bool>true</bool></edit>
        </match>
                                                                              
        <match target="font">
                <test name="family"><string>NSimSun</string></test>
                <edit name="globaladvance"><bool>false</bool></edit>
        </match>
</fontconfig>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表