PDA

View Full Version : Patching NV X driver for 2.5.7x


danboid
07-17-03, 04:36 AM
I downloaded the 1.0-4363 .diff file from http://www.minion.de/nvidia.html but I don't know what to do with it as they don't give instructions on that page. I've tried running patch -p0/ -p1 < *.diff with the .diff in the same directoy as the NVIDIA-Linux-x86-1.0-4363.run file, but I wasn't expecting that to work as I realise the .run is a binary.

Anybody help me out here?

Thanks!

dan

bahamot
07-17-03, 06:41 AM
extract it first.
forgot the command though.....

blueworm
07-18-03, 02:05 PM
tar -zxvf NVIDIA_kernel-1.0-XXXX.tar.gz
cd NVIDIA_kernel-.0-XXXX
patch Makefile ~/NVIDIA_kernel-1.0-XXXX-2.5.diff
mv Makefile.kbuild Makefile
make
make install