Background
I have an Asus UX302LA laptop running Ubuntu 14.04. As the default kernel mainline (3.13.*) is incompatible with the GeForce graphics card it ships with I switched to to a drm-intel-nightly
kernel as described here (after struggling with it for months). Although it is named trusty
it's version is 3.15.0-994 making me suspect it was a misnamed Utopic Unicorn kernel. Later versions of the Utopic kernels are also confirmed to be working.
Question
Since then I haven't dared to update anything related to "Ubuntu Base" in fear that it would replace my nightly kernel with the default, ruining the graphics again. However, a lot of updates have piled up so if somebody could tell me what is safe to update and what to avoid I'd be most grateful. Can I for instance just deselect all entries containing the word kernel?
Is it a better idea to switch and follow the 3.15 mainline kernels instead as described here?
dpkg -l | grep linux-image
to see all installed kernels. Deleting entries with 'kernel' in their names is the worst idea possible. – mikewhatever Jun 27 '14 at 09:18