The Chromium web browser in 12.04 doesn't seem to updated any more. In it's place, I install Google Chrome.\\

To install the key
<code>
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
</code>

and then to install the repo in the sources.list
<code>
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
</code>

I then load up Synaptic, click the ''Reload'' button to update the package list, then do a search for chrome and install the stable version. Chromium is also marked for ''Complete Removal'' since I do not need it anymore..

**Enable Hardware Acceleration**\\
Type in the address bar **''chrome://gpu''**\\
You will see the webapge for GPU accelation.\\
Now type in address bar **''chrome://flags''** and locate ''Override software rendering list'', you will find it disabled, so now enable it and Relaunch browser.\\