Download Ubuntu7.10, burn it, and install it. the installation of Ubuntu7.10 is much smoother than I thought. My video card is ATIHD2300. As you know, on the Linux platform, ATI Video Card support is poor, the newer the video card, the more likely it will not be supported (recognized). In the previous version 7.04, I cannot install it using Desktop, because x-window cannot be entered during installation! Unless it is installed with Alternate ~ The last notebook I used was ATI.
Download Ubuntu7.10, burn it, and install it.
The installation of Ubuntu7.10 is much smoother than I thought. My video card is ATI HD2300. As you know, on the Linux platform, ATI graphics card is poorly supported, the newer the video card, the more likely it will not be supported (recognized). In the previous version 7.04, I cannot install it using Desktop, because x-window cannot be entered during installation! Unless it is installed with Alternate ~ I used the ATI X700 graphics card in my previous notebook. However, in Ubuntu6.10, The xorg. conf can still be installed in x-window by modifying it, which is a little more troublesome. Good! Get started !!
For Ubuntu 7.10 installation, I have not changed any xorg. conf configuration at all. By default, I can easily go to x-window to install the system!
H3C Client Access Method
For Internet access, our company uses the Huawei H3C 802.1X authentication client, because we used to find compatible clients in Linux on the Internet, so I only need to install two lib libraries to make it easy to access the Internet!
Configure the software update source (I tested that Zone B Netcom can access it quickly, while China Telecom can use unofficial cn99 sources for extremely fast access !)
$ Sudo gedit/etc/apt/sources. list
Use # To comment out the default system source and add the following source
Http://tw.archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
Deb http://tw.archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
Deb http://tw.archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
Deb http://tw.archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
Deb http://tw.archive.ubuntu.com/ubuntu gutsy-proposed main restricted universe multiverse
Deb-src http://tw.archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
Deb-src http://tw.archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
Deb-src http://tw.archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
Deb-src http://tw.archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
Deb-src http://tw.archive.ubuntu.com/ubuntu gutsy-proposed main restricted universe multiverse
Update Software Source
$ Sudo apt-get update
Installation of Chinese Environment
$ Sudo apt-get install language-support-zh
Install the atigraphics Card Driver
You just need to click a few mouse clicks on the "restricted driver" to easily complete the installation of the atigraphics card driver, and then restart it.