2) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source' package with YaST2, update it - if not
already done - via YaST2 Online Update (YOU) and configure it then
with the following commands:
cd /usr/src/linux
make cloneconfig && make dep
3) Download nvidia installer for 1.0-5336 and extract it with the
following command:
sh NVIDIA-Linux-x86-1.0-5336-pkg1.run --extract-only
4) Compile and install the nvidia kernel module with the following
commands:
cd NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv
make install
depmod -a