Get latest bleeding edge gfx drivers in Ubuntu

Want the latest of the latest updated bleeding edge graphic drivers in Ubuntu?

Open /etc/apt/sources.list:

sudo gedit /etc/apt/sources.list

Add these lines at the bottom:

deb http://ppa.launchpad.net/xorg-edgers/ubuntu lucid main
deb-src http://ppa.launchpad.net/xorg-edgers/ubuntu lucid main

Update and upgrade:

sudo apt-get update
sudo apt-get upgrade

If you don’t use Lucid (Ubuntu 10.04) just change “lucid” to what ever you use, for example ‘karmic’.

Enjoy :)

Tags:

Leave a Reply