I recently installed the latest (10.10) version of Ubuntu. My oh my. Its really unpolished under the hood to say the least. Loved the new font, love the background. But, as soon as I started using it on full power (Firefox with 30+ tabs, Compiz), it just borked. I experienced 15 second lags and it was a wholly unhappy experience. Searching through the forums proved that I wasn’t the only one who was suffering. Aware of the fact that a re-install of 10.04 would cost me hours, I was sure there was a solution out there. Thats when I stumbled across this post in Ubuntu Forums.
EDIT:Skip to updated instructions at the bottom.
Upgrade your kernel to 2.6.36-rc7 kernel, and you’re going to see a considerable improvement. Instructions as follows:
1 2 3 | <del datetime="2010-10-26T18:54:00+00:00">sudo su - cd / wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-rc7-maverick/linux-headers-2.6.36-020636rc7_2.6.36-020636rc7.201010070908_all.deb</del> |
For x64
1 2 | <del datetime="2010-10-26T18:54:00+00:00">wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-rc7-maverick/linux-headers-2.6.36-020636rc7-generic_2.6.36-020636rc7.201010070908_amd64.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-rc7-maverick/linux-image-2.6.36-020636rc7-generic_2.6.36-020636rc7.201010070908_amd64.deb</del> |
For x86
1 2 3 | <del datetime="2010-10-26T18:54:00+00:00">wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-rc7-maverick/linux-headers-2.6.36-020636rc7-generic_2.6.36-020636rc7.201010070908_i386.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-rc7-maverick/linux-image-2.6.36-020636rc7-generic_2.6.36-020636rc7.201010070908_i386.deb dpkg -i linux-headers-2.6.36-020636rc7_2.6.36-020636rc7.201010070908_all.deb</del> |
And, to end, depending on which version you’ve downloaded, change the following code to suit your needs:
1 2 | <del datetime="2010-10-26T18:54:00+00:00">dpkg -i linux-headers-2.6.36-020636rc7-generic_2.6.36-020636rc7.201010070908_amd64.deb dpkg -i linux-image-2.6.36-020636rc7-generic_2.6.36-020636rc7.201010070908_i386.deb</del> |
UPDATE: I’ve been informed by reader Simon that the more stable 2.6.36 is out. I’ll update the post tomorrow. In the meantime, you can download the .deb files here:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-maverick/
Install using Software Center or Synaptic. CLI users, apologies, i don’t have time to rewrite the CLI commands above. I’m sure you’ll manage.
Once this is done, you may restart, and you will be booted into the new kernel. If you have any issues, you still have the option to start with the old kernel in your GRUB screen.
Please let me know in the comments if you have any issues. Take care.
Tags: maverick, x86, 10.10, sluggish, lag, meerkat, power, amd64
