After having issues with the installing the Proprietary NVIDIA graphics drivers from here, I tried installing the drivers directly from NVIDIA’s website using their script. When installing, it said that compiling the DKMS kernel modules failed, so I installed it without the kernel modules. Proprietary graphics works fine now, however I need to install the DKMS modules to run virtualbox. Does anyone know of a good way to do this? I tried following this thread but it didn’t help.
I am running OpenSUSE 12.3 64bit, and NVIDIA drivers 325.08
You can do it, but several fixes are required including a compile of your own kernel, up to 3.10 as I recall. I can say that I use the open source driver when I can:
I did, I have the packman repo installed and then did
zypper in dkms
Loading repository data...
Reading installed packages...
'dkms' is already installed.
No update candidate for 'dkms-2.2.0.3-3.1.noarch'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
After doing a bit of research, it seems that dkms was in my system and working all along. The issue was that all of my dkms modules were either the wrong version or not configured correctly which made it seem to me that dkms was not working.