es02
2016-11-29 16:22 deepin
https://bbs.deepin.org/post/131499
We've been always very open to patches, so our kernel (currently 4.4) contains very patches that ubu ...
Looking forward to this a lot. One of the problems with just updating the kernel the way this guide does is you then have to re-compile a lot of your software to run on the new kernel, it'll be nice for Deepin to remove some of that hassle for us
I notice the most recent update has taken us from 4.4.0-2 to 4.4.0-3, do we have any plans to move off the 4.4 kernel any time soon, if so what kernel should we expect? 4.6 or 4.8?
Reply Like 0 View the author
Overview
Deepin ships with a kernel that is a little dated and somewhat problematic, it is not feasible for the developers to fork Ubuntu Kernel I guess for ethics reasons.
As end users we do not really need to respect that luckily so I'll be discussing how to upgrade the kernel as well as resolve the issues with HD530 GPU.
Ubuntu Kernel Repo
Let me explain a few things; Generic will support most CPU types and allow the CPU it's maximum potential.
Low-Latency will use much less power and I guess is supposed to be more energy efficient, for this let's use 'Generic'
Headers:
AMD64: 4.8-RC7
i386: 4.8-RC7
x64:
Generic Kernel
Low-Latency Kernel
x86:
Generic Kernel
Low-Latency Kernel
Download and install the headers regardless of your CPU type, next install either Generic or Low-Latency for your CPU type.
Terminal
Issue the following commands:
Apt-cache will show you all available kernels to choose from, we want the 4.6 one. (assuming generic)
The name is displayed on x64 in apt-cache as of writing as:
linux-image-4.8.0-040800rc7-generic - Linux kernel image for version 4.8.0 on 64 bit x86 SMP
The "- Linux Kernel image for version 4.8.0 on 64 bit...." is the description, so it is not required to be typed.
Skylake HD530 & all new Intel integrated GPU Patching
SOURCE: https://github.com/linuxenko/ubuntu-skylake-i915-video-fix
Issue the following commands in Terminal:
Then issue:
Finally, reboot and you'll be able to use the 4.6 kernel with the HD530 GPU working fully.
The HD530 patch must be applied each time kernel is upgraded.
4.8-rc7
This is a greally huge upgrade compared to '4.4.0' which Deepin ships with.
By 4.8 a lot of optimizations have been made across the board that make this the strongest kernel.
All HW support has been greatly improved; although it is not a final release it is a release-candidate which means that it "could be" final, and would in theory be good enough.
My feelings about it are good