0

Looking to install the Radeon HD mobility driver 13.1 on Ubuntu 13.04

Looking to install this driver: http://support.amd.com/us/gpudownload/linux/legacy/Pages/legacy-radeon_linux.aspx

Is it the same install as suggested here for 13.04?

New to Ubuntu and upon initial install I lost unity, seeing only my background.

Joe Ffoulkes
  • 83
  • 1
  • 1
  • 5

1 Answers1

0

This repository provides AMD Catalyst Lagacy 13.1 (fglrx 8.97.100.7) drivers for Radeon HD 2xxx - 4xxx for Ubuntu: 12.04 Precise Pangolin 12.10 Quantal Quetzal 13.04 Raring Ringtail

If you are using Ubuntu 12.04.2 make sure you got linux-headers-generic-lts-quantal package installed.

If you are using Ubuntu 13.04 the driver might not work very well with Unity. If that the case please consider resetting Unity configuration to default or use other DE.

To use Catalyst Legacy 13.1 you need to do following commands:

sudo add-apt-repository ppa:makson96/fglrx

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install fglrx-legacy

And restart your computer.

Credit for answer goes to Tomasz Makarewicz Original post: https://launchpad.net/~makson96/+archive/fglrx

Joe Ffoulkes
  • 83
  • 1
  • 1
  • 5