Upgrade And Install Latest Driver Intel Version 2.12 On Ubuntu Lucid Lynx (10.04)

Latest driver install now avalible to upgrade, now you can upgrade it using third party repository from PPA, to upgrade this driver, login as root then add repository third party by type :



$ sudo su
$ gedit /etc/apt/source.list

Add this line :

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

Update repository, but before that. add key server :

$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8844C542
$ sudo apt-get update
$ sudo apt-get dist-upgrade

Now latest driver is installed, but we need latest linux kernel 2.35-6, now we should install it :

$ sudo apt-get install linux-image-2.6.35-6-generic linux-headers-2.6.35-6-generic

Restart your machine by type :

$ reboot

Now latest driver intel has installed, and you can see of the smooth acceleration.
Happy Testing...!!

Sources : http://www.howtoforge.com/how-to-install-latest-intel-driver-2.12-on-ubuntu-10.04-lucid-lynx

No comments:

Post a Comment

Please Comment...!!