+ -
当前位置:首页 → 问答吧 → my freebsd 5.2.1 desktop screenshot (with gnome-lite)

my freebsd 5.2.1 desktop screenshot (with gnome-lite)

时间:2004-04-09

来源:互联网

my freebsd 5.2.1 desktop screenshot (with gnome-lite)

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

http://www.freewebs.com/dm14792/picture/Screenshot.png

作者: dm14792   发布时间: 2004-04-09

字体模糊哦。

作者: 梦幻者言   发布时间: 2004-04-09

你配置的还是不行啊,呵呵

作者: cobrawgl   发布时间: 2004-04-09

引用:
最初由 cobrawgl 发表
你配置的还是不行啊,呵呵
我觉得还可以啊,看来我是比较容易满足的。以前一直用的是FVWM2,效果更差呢。

作者: dm14792   发布时间: 2004-04-09

不知兄弟有没有试过把下面这段代码保存到/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>

作者: Iamthetop   发布时间: 2004-04-09