When you have downloaded the driver, you must do this:
Press CTRL+ALT+F1 to get to a console.
Log in as root
cd to the directory with the driver file
make the file executable with: chmod +x ./filename of driver here
then type: init 3
and run the executable with: ./filename of driver here
If the setup needs your kernel source to compile the kernel module, you need to install the kernel source package with gcc and make through Yast.
After the setup, use emacs or jmacs or another editor to edit your XF86Config with something like: jmacs /etc/X11/XF86Config
In that config, you need to change the driver from nv to nvidia.
In emacs/jmacs you can then save and exit with CTRL+X, CTRL+S, CTRL+X, CTRL+C.
Then type: init 5
And the NVidia driver should work.
If some of this stuff seems to be non obvious, look in the SUSE guide, the NVidia readme and maybe also look for other guides. They might explain these steps more clearly. This should give you a general idea though.
UserAgent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)