1:添加源(由于是beta版本,我添加了欧洲的源)
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
加入CN源
deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse
2:升级
sudo apt-get update
sudo apt-get dist-upgrade
3:其它的就不写了,如果有需要参照安装的,可以看前边7.10的设置,这里说一下NVIDIA驱动的问题。
在内核由2.6.24-12升级到2.6.24-15后可能在登录界面(GDM)时无法看到输入用户名和口令的提示框,可以进入 /etc/x11,找到配置文件xorg.conf,如果有多余就删除(比如xorg.conf1、xorg.conf2等),打开xorg.conf, 修改如下:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
注意红色字体,那个就是需要修改的。默认的分辨率是1920-1440,造成了登录GDM时无法显示提示框,我的是17寸显示器,所以改为1024-768后保存就可以了。
4:Firefox是EN文想换成中文是很简单的,复制下边网址到地址栏然后回车,浏览器会有一个Allow的提示,点击它,在弹出一个选项框的时候选 “Install Now”就可自动安装,重启Firefox后就是中文的了。(警告:这是Firefox-Beta5的中文插件)
http://releases.mozilla.org/pub/ ... -i686/xpi/zh-CN.xpi