Hacker News new | ask | show | jobs
by someone_here 5698 days ago
Should I be pulling in the source from apt and applying the patch that way? I am forced to use nvidia's drivers, and I fear the vanilla kernel may not work.
1 comments

Don't be too afraid. Nvidia's driver come as a module. There's lots of documention out there, how to make them work.
How do you stay up to date with Ubuntu's changes?
Ubuntu's changes to the kernel usually just backport new kernel features/fixes to an older kernel version. Compiling a fresh mainline kernel will get you most or all of those fixes. The source code shim that loads Nvidia's blob can be automatically recompiled by dkms when you boot into the new kernel. Installing the nvidia-kernel-dkms (or similarly-named) package should make that happen.