1.Boot using PC (Intel x86) alternate install CD for Ubuntu or Kubuntu.
2.Start text mode installer and install Ubuntu/Kubuntu.
3.Finish Install and reboot.
4.Update package list and upgrade any packages needed.
[code]sudo apt-get update
sudo apt-get dist-upgrade[/code]
5.Install fglrx closed source driver for ATI video cards.
[code]sudo apt-get install xorg-driver-fglrx[/code]
6.Update loaded modules.
[code]sudo depmod -a[/code]
7.Configure /etc/X11/xorg.conf
[code]sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv[/code]
8.[code]startx[/code]
run server-x
2.Start text mode installer and install Ubuntu/Kubuntu.
3.Finish Install and reboot.
4.Update package list and upgrade any packages needed.
[code]sudo apt-get update
sudo apt-get dist-upgrade[/code]
5.Install fglrx closed source driver for ATI video cards.
[code]sudo apt-get install xorg-driver-fglrx[/code]
6.Update loaded modules.
[code]sudo depmod -a[/code]
7.Configure /etc/X11/xorg.conf
[code]sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv[/code]
8.[code]startx[/code]
run server-x
本文提供了一种使用Intel x86备用安装CD安装Ubuntu或Kubuntu的步骤指南,并详细介绍了从启动到安装完毕后的系统更新、闭源驱动安装及X11配置等过程。

354

被折叠的 条评论
为什么被折叠?



