The link you provided provided a starting point.
Doing a google search on
→ http download nvidia opensuse
provided a link to
→ Additional package repositories - openSUSE
which in turn provided a link to
→ SDB:NVIDIA - openSUSE
which in turn provided a link to
→ SDB:NVIDIA the hard way - openSUSE
which had the following information
++++++++++++++++++++++++++++++
Disable Kernel Mode Setting (KMS)
openSUSE 11.3 uses KMS by default, which is not supported by the proprietary Nvidia driver, therefore you have to disable it.
Add nomodeset to the boot options in /boot/grub/menu.lst
^^^^^^^^^ < Change 1
||||||||| <
Also remove it from the initrd.
Edit /etc/sysconfig/kernel and set NO-KMS-IN-INITRD = yes . Then run:
^^^^^^^^^^^^^^^^^^^^^^ < Change 2
|||||||||||||||||||||| <
mkinitrd
++++++++++++++++++++++++++++++
starting the system in safe mode enabled me to make the above changes.
The system now boots normally.
I am now trying to resolve another issue.
The monitor is a
→ Dell sp2208wfp
and the native resolution is
→ 1680 * 1050
The install chose
→ 1400 * 1050
and the native resolution is not available
from any of the various system routes.
The monitor is correctly identitied
by the install.
Any thoughts?
Should I start a new thread?