Installation of atigraphics card driver and use of 3D desktop in ubuntu7.10 or 7.04

Source: Internet
Author: User
First, if you know that there is no way to enter the graphic interface X after installing the driver, if you cannot enter X again, select the command mode of the second line when starting the menu, first, LOGIN is used to enter your user name and then the password. Then enter sudodpkg -- reconfigurexserver-xorg. In the pop-up window, select the default video card V... OK. Others will not stop to be determined, and some will need to use the direction keys to confirm. Enter statx to see the desktop again.

First, you know that there is no way to enter the graphic interface X after installing the driver.
If you cannot enter X, select the command mode of the second line when starting the menu,
First, LOGIN is used to enter your user name and then the password.
Then enter
Sudo dpkg -- reconfigure xserver-xorg
In the pop-up window, select the default video card V... OK. You can choose other options. You need to use the arrow keys to confirm the options.
Enter statx
In this way, you can see the desktop again, and then restart it to restore to normal !!!
 
Download the ATI driver first
8.40.4 only supports 9500 or more graphics cards, and old graphics cards are not supported (32/64-bit communication)
Download

The 8.41 driver must support the HD series, that is, the 2XXX series video card. Do not update the video if it is not HD!
Download

Select the appropriate driver
Download to the desktop, rename it, and remove-X86.X86 _ 64. If the original is ati-driver-installer-8.41.7-x86.x86_64.run to ati-driver-installer-8.40.4.run
 
Install the necessary tool code for compilation:

Sudo apt-get update
Sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc ++ 5 linux-headers-$ (uname-r)
 
Create deb package
Note: To execute the following command, you must use the cd command on the terminal to go to the current directory of the driver you downloaded.
For example, if my driver is downloaded to the desktop, right-click the driver file and select its attributes, view its location, and copy its location.

For example

 


Location:/home/zero/Desktop

Zero is my user name. If you are ABC and you are all on the Desktop, your location is/hom/ABC/Desktop.

Enter cd/home/zero/Desktop on the terminal.
You can enter cd ...........
 
If it is 6.10 Edgy: code:
Sh *. run -- buildpkg Ubuntu/edgy
 
UBUNTU7.10 or 7.04 Feisty: code:
Sh *. run -- buildpkg Ubuntu/feisty
Wait for the desktop to generate four DEB packages.
 
Shield fglrx core modules
Code:
Sudo gedit/etc/default/linux-restricted-modules-common
Run the following code:
DISABLED_MODULES = ""
Change to code:
DISABLED_MODULES = "fglrx"
 
Deb package installation code:
Sudo dpkg-I xorg-driver-fglrx _ *. deb fglrx-kernel-source *. deb fglrx-amdcccle *. deb
 
Remove the old fglrx
If you do this for the first time, you will be prompted that this file cannot be found. Leave him alone. Continue. Code:
Sudo rm/usr/src/fglrx-kernel *. deb
Sudo apt-get-f install
 
Compile the kernel module and install the Code:
Sudo module-assistant prepare
Sudo module-assistant update
Sudo module-assistant build fglrx
Cd/usr/src
Sudo dpkg-I fglrx-kernel -*
Sudo depmod-
To prevent some DEB packages from being installed, you can open the desktop package and try to install it.
 
Restart your computer !!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.