Download the latest rc kernel.
Download the latest nvidia driver.
Here are the patches.
http://www.nvnews.net/vbulletin/showpos ... stcount=54
Now extract the kernel enter the top level kernel directory.
- Code: Select all
patch -p1 </[path to patch]/2.6.25-nvidia-fix.patch
Then make any changes you want to the kernel and compile it.
- Code: Select all
fakeroot make-kpkg --initrd kernel_headers kernel_image
Now extract the nvidia installer
- Code: Select all
sh NVIDIA-Linux-x86_64-169.12-pkg2.run -x
- Code: Select all
cd NVIDIA-Linux-x86_64-169.12-pkg2
- Code: Select all
patch -p1 </[path to patch]/nvidia-drivers-169.12-kernel.patch
Reboot into your new kernel
Do not run the Nvidia installer. Instead go to the Nvidia directory that was created when you extracted the driver.
- Code: Select all
./nvidia-installer
Should be good to go.