GameTheory
Android Expert
The ubuntu family of distros finally gets the highly anticipated linux kernel 5.0. This new kernel brings performance improvements, bug fixes, and more hardware support. You also get an updated X.org and graphics drivers.
The 18.04.3 point release was released 2 days ago on Aug 8th.
I've been using the new kernel for an entire day now and does feel snappier though it can be a placebo effect. Also hard to discern running on a fast SSD.
Very Important:
If you installed iso 18.04 or 18.04.1 you will not get the new 5.0 kernel. If you installed 18.04.2 or 18.04.3 then you'll get the new kernel because these point releases have “hardware enablement” (HWE) enabled.
How to get the kernel if you installed iso 18.04 or 18.04.1:
Open your terminal and run the following command...
Upon completion, you must reboot.
After rebooting open the terminal and confirm the 5.0 kernel is installed with the following command...
Enjoy kernel 5.0 and new X.org!
Many thanks to OMG! Ubuntu! for the tips and early coverage. You guys rock!
The 18.04.3 point release was released 2 days ago on Aug 8th.
I've been using the new kernel for an entire day now and does feel snappier though it can be a placebo effect. Also hard to discern running on a fast SSD.
Very Important:
If you installed iso 18.04 or 18.04.1 you will not get the new 5.0 kernel. If you installed 18.04.2 or 18.04.3 then you'll get the new kernel because these point releases have “hardware enablement” (HWE) enabled.
How to get the kernel if you installed iso 18.04 or 18.04.1:
Open your terminal and run the following command...
Bash:
sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
After rebooting open the terminal and confirm the 5.0 kernel is installed with the following command...
Bash:
uname -r
Many thanks to OMG! Ubuntu! for the tips and early coverage. You guys rock!