2

Atm the only choice we got is between Mesa which ships with Ubuntu (it's outdated before release) or one from Oibag PPA which is latest git development branch (very unstable).

What about latest stable Mesa? There are huge changes in drivers for AMD with each Mesa release, so I wondering how can I get it (atm latest stable is 10.3-RCx) without compiling everything myself (which would propably result in broken system)?

gutigen
  • 144
  • 1
  • 7

1 Answers1

0

A community ppa has been set up for the most recent stable release of mesa, but you will have to be the most recent development version (16.10 as of this post), or the most recent LTS.

sudo add-apt-repository ppa:paulo-miguel-dias/pkppa
sudo apt-get update
Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83