|
|
#1 | |
|
Registered User
Join Date: May 2003
Location: The Big Dig
Posts: 2
|
I'm sorry, this is a real remedial question, but how do I apply the nvidia kernel diff from www.minion.com against the makefile distributed with the nvidia linux drivers?
|
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
patch -Np1 </path/to/patchfile
-N says "create files that don't exist" -- I don't think it's needed for this patch, but it is for some of them. -p1 says "strip off one directory from the front of the files to patch". You have to run this command from inside the nVidia kernel driver directory (which you only get after running sh NVIDIA-linux-whatever.run --extract-only), from inside usr/src/nv (the usr/src/nv that's in the newly-created directory, not /usr/src/nv, since that doesn't exist).
__________________
Registered Linux User #219692 |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can NVIDIA better engage with Linux | artem | NVIDIA Linux | 8 | 06-26-12 09:05 AM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| GTX 460M, Xorg 1.12, nvidia driver 295.49, linux 3.3.5-1-ARCH and NVRM Xid 44 | elsifaka | NVIDIA Linux | 0 | 05-14-12 08:48 AM |
| nVidia Linux drivers with Linux on Mac, help? | Thetargos | NVIDIA Linux | 0 | 05-13-12 12:52 PM |