The kernel team has just announced a 2.6.35 backport for 10.04. Please note:
While the primary incentive for the
backport effort has been server
enablement, the desktop flavours will
work but your mileage may vary. I've
successfully used -generic- on both
nVidia and Intel graphics GPUs in 2D
mode. That being said, any bug reports
against the desktop flavours will be
marked 'Wont Fix'. There is simply too
much skew between Maverick DRM and
Lucid X server drivers.
According to the mail the packages mentioned in this answer have been deleted.
Then install the latest kernel with the command below, remember to replace with the kernel type required for your system (typically generic, generic-pae, or server):
Please note that if you are using proprietary drivers those will most probably not work. Also, ureadahead which is responsible for the speedy ubuntu boot will not work. Don't worry too much, it still boots fast but THAT FAST :)
The ubuntu kernel team provides mainline kernels in a ppa.
You can see a complete list of versions available. The latest for Lucid appears to be 2.6.35-rc1-lucid. That link goes to a directory where you can download deb files. Install them to install the kernel.
The kernel team has just announced a 2.6.35 backport for 10.04. Please note:
According to the mail the packages mentioned in this answer have been deleted.
Add the Kernel-ppa to your
/etc/apt/sources.list
:deb http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu lucid main
Then install the latest kernel with the command below, remember to replace with the kernel type required for your system (typically generic, generic-pae, or server):
sudo apt-get install linux-image-<flavour>-lts-backport-maverick
Please note that if you are using proprietary drivers those will most probably not work. Also, ureadahead which is responsible for the speedy ubuntu boot will not work. Don't worry too much, it still boots fast but THAT FAST :)