[分享]让字体渲染更漂亮
发表于 : 2007-07-23 11:08
本文参考 http://ubuntuforums.org/showthread.php?t=343670
在 /etc/apt/sources.list 中加入
如果是 AMD64 用户,加入
加入密钥
安装软件
修改字体渲染配置
在运行 dpkg-reconfigure fontconfig-config 的对话框中选择 (Native, Always, no bitmapped font)。
注意
1。如果使用WQY字体,那么需要 bitmapped font。
2。如果不是使用LCD,那么第二个选择不要使用Always。
重启x-windows。如果必要调整 gnome-font-property设置。
在 /etc/apt/sources.list 中加入
代码: 全选
deb http://www.telemail.fi/mlind/ubuntu feisty fonts
deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts
代码: 全选
deb http://raof.dyndns.org/falcon feisty experimental
deb-src http://raof.dyndns.org/falcon feisty experimental
代码: 全选
wget http://www.telemail.fi/mlind/ubuntu/937215FF.gpg -O- | sudo apt-key add -
代码: 全选
sudo aptitude update
sudo aptitude install libfreetype6 libcairo2 libxft2
代码: 全选
sudo dpkg-reconfigure fontconfig-config
sudo dpkg-reconfigure fontconfig
注意
1。如果使用WQY字体,那么需要 bitmapped font。
2。如果不是使用LCD,那么第二个选择不要使用Always。
重启x-windows。如果必要调整 gnome-font-property设置。