Ubuntu installs AMD proprietary driver steps

  

AMD and nVidia are graphics card drivers, usually come with a computer when you buy it, in Ubuntu system, if you do not have AMD graphics driver, you need to install it yourself, below Edited to teach you how to install AMD proprietary drivers under Ubuntu.

The difference between the two

Deciding whether to use an open source driver or a proprietary driver may be more important than you think. First, the performance of proprietary drivers is much higher than the former, because proprietary drivers are developed by AMD, not a group of open source developers who can get graphics cards. Second, the power management of proprietary drivers is much better.

However, if there is something wrong with the driver, Ubuntu developers can easily fix the problem and update the computer. And if it's AMD's proprietary graphics driver, you can only wait for AMD to respond to you to fix the problem. Most of the time, if you want to have the best performance and save the most energy, proprietary drivers are definitely the best choice, especially if you are a crazy player or have other high performance needs.

There are several different ways to install a proprietary driver. Here I provide a simple and slightly more difficult method. The former does not guarantee that the latest version is installed. The latter allows you to run the latest version. drive.

simple method

In the latest release of Ubuntu Raring Ringtail, a few steps to get you much point & ldquo; Additional drivers & rdquo; places where you can easily from Ubuntu Find the proprietary drivers available for all systems in the source. Open Dash now, type “Software & Updates”, click the app icon that appears, then click the <quo;Additional Drives" tab.

In this tab, in addition to your own graphics card information, you can also see three options: open source driver, fglrx proprietary driver, and fglrx-updates proprietary driver. The difference between the latter two is that the fglrx driver was the latest version at the time when Ubuntu 13.04 was released. The fglrx-updates driver will upgrade to the latest version as soon as AMD releases a new version.

You can choose one of these two, click on the application, and after the installation is complete, you will have used the proprietary driver and experience the 3D performance improvement!

Slightly difficult method

The fglrx-updates driver will be automatically upgraded when AMD releases a new version, but this is not always the case, as Ubuntu source updates are always delayed. So, you can install the specified version of the proprietary driver yourself.

To get started, type the following command in the terminal:

sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases linux-heade

Your Ubuntu is a 64-bit version, you also need this command:

sudo apt-get install lib32gcc1

These two commands deploy the necessary environment for the next step to create the driver package.

Then, go to the AMD driver page and download the driver for your graphics card and the 32 or 64 bit Ubuntu version. Once the download is complete, extract the .run file from the .zip file, open the properties of the .run file and set it to executable.

Next, open the terminal, use the cd command to enter the folder where the .run file is located (for example, cd Downloads/), and then run the following command:

sudo sh . /amd-catalyst-version-here-and-such.run –buildpkg Ubuntu/raring

Of course you have to replace the corresponding file name. If you are not using Ubuntu 13.04, you will need to replace raring with the appropriate name.

When the command is complete sentence when you get a few .deb file. Next run

sudo dpkg -i fglrx*.deb

This command will install all created packages. After you finish, you have to run a command to properly install the new driver:

sudo amdconfig –initial -f

Now restart the computer, everything is done! If you want to upgrade the driver, just repeat the above steps, starting with the download driver, to sudo dpkg -i fglrx*.deb.

Summary

The above is the way Ubuntu installs AMD graphics driver. AMD graphics driver and nVidia driver are graphics drivers from two different companies. It is best not to use them together to avoid conflicts. .

Copyright © Windows knowledge All Rights Reserved