LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: tendertang

新安装suse10,完全汉化加多媒体优化(贴图)

[复制链接]
发表于 2005-11-18 17:32:06 | 显示全部楼层
Post by tendertang
最开始suse10比较慢
优化和美化后
发现速度比winxp还要快
上网速度比xp快多了


老大,能不能给讲讲具体是怎么优化的啊?
我的suse10也感觉很慢啊.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-19 19:49:57 | 显示全部楼层
suse10的字体好可以
不过英文还是要发毛
不好
在kde下安装自己的字体就可以了
系统就能找到字体了
现在就是出现英文有些发毛
在fonts.conf文件中加入一点
<match target="font" >
  <test name="family" >
   <string>***********</string>
  </test>
  <edit name="globaladvance" >
   <bool>false</bool>
  </edit>
</match>
<match target="font" >
  <test name="family" >
   <string>***********</string>
  </test>
  <edit name="globaladvance" >
   <bool>false</bool>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
  <edit mode="assign" name="hinting" >
   <bool>false</bool>
  </edit>
  <edit mode="assign" name="autohint" >
   <bool>false</bool>
  </edit>
  <edit mode="assign" name="hintstyle" >
   <const>hintnone</const>
  </edit>
  <edit mode="assign" name="rh_prefer_bitmaps" >
   <bool>false</bool>
  </edit>
</match>
<match target="font" >
  <test compare="more_eq" name="pixelsize" qual="any" >
   <double>12</double>
  </test>
  <test compare="less_eq" name="pixelsize" qual="any" >
   <double>16</double>
  </test>
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
  <edit mode="assign" name="autohint" >
   <bool>false</bool>
  </edit>
  <edit mode="assign" name="hintstyle" >
   <const>hintfull</const>
  </edit>
  <edit mode="assign" name="rh_prefer_bitmaps" >
   <bool>true</bool>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintmedium</const>
  </edit>
</match>
</fontconfig>
*******的部分改为你自己安装的字体
我安装了2个字体
所以有2排*号
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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