Ubuntu 6.06 LTS (Dapper) 调整小结

Dapper 安装好之后,不能识别我的显示器 Dell P992,只能工作在60 Hz 下。还好在网上查到了水平和垂直刷新率,重新配置了 xwindows。

$sudo dpkg-reconfigure xserver-xorg

水平和垂直刷新率分别为:

HorizSync 30-107
VertRefresh 48-120

将源换为 cn99 的,因为 cn99 感觉速度快。

deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
#deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse
#deb http://ubuntu.cn99.com/backports/ dapper-extras main restricted universe multiverse

安装了 uming 字体和 scim 的智能拼音:

sudo apt-get install scim-pinyin im-switch ttf-arphic-uming
sudo fontconfig-voodoo -s zh_CN -f
im-switch -s scim_xim -z default

为了看 BBC 方便,安装了 tor,方法见下面的链接。
ubuntu下tor的安装

另外,firefox 安装了扩展 tabmixplustorbutton

调整后基本可以工作了,至于优化那是后面的事情了。

Post a Comment