16

I have 2 questions regarding to different AMD Radeon drivers:

  1. What is the difference between the 3?

    • AMD/ATI Driver ( 12.04 Repo )
    • AMD/ATI Driver, Post release update ( 12.04 Repo )
    • AMD/ATI Driver 12.4 ( AMD Website )
  2. If I install the "Post release update" driver from Ubuntu Repos; Will I get future driver updates from Ubuntu, In other words what's Ubuntu Radeon driver update policy?

Jason
  • 4,509
  • 3
  • 14
  • 9
  • Could you please go through this documentation? https://help.ubuntu.com/community/RadeonDriver

    – beeju May 07 '12 at 19:26
  • 1
    The doc. talks about the Open Source driver for AMD/ATI graphics, so doesn't answer my question. – Jason May 07 '12 at 19:32

1 Answers1

16

Here are the differences,

The fglrx package, contains the driver version available at distro release.

The fglrx-updates package, contains the newest driver version packaged for Ubuntu.

The AMD website download, provides the newest driver released.

It takes time to properly package the official AMD releases, so fglrx-updates might not always be the absolute newest release. fglrx-updates is often still very recent, It was specifically packaged for Ubuntu, and I normally prefer it to the other options. The only time you would want to go either up, or down, is when a specific situation arises.

J. M. Becker
  • 1,555
  • 1
    Thanks for the quick response. So "fglrx-updates" should be updated when AMD releases 12.5, 12.6, etc. but it's going to take longer for Ubuntu to update the drivers correct? – Jason May 07 '12 at 19:36
  • Yes it follows the newest available driver releases, give or take the required time for Ubuntu packaging. If you must go newer, than you are forced to deal with the AMD driver installer. It works acceptably, but a packaged installation is normally preferred. – J. M. Becker May 07 '12 at 19:40
  • 4
    Is there any way to find out which version fglrx-updates is based on? apt-cache show fglrx-updates does not show any version number like 12.5. Be good to know. – artfulrobot May 24 '12 at 14:28