oldcpu,
ahead of everything let me tell you that I didn’t say that the repository driven NVIDIA driver install messed anything up. I said it worked, but looked like it installed an older Linux kernel. What did not work was to compile the current NVIDIA driver module (256.35) using the kernel openSUSE 11.2 had installed on my system.
Maybe you were a bit in a hurry reading over this thread.
I don’t know what kernel version was installed from the openSUSE 11.2 installation DVD I had created using the official 11.2 32 bit iso download. What I do know is that when installing the NVIDIA driver from the repository using YaST2 a message was shown (among others) about some kernel being installed.
rpm -qa ‘kernel’:
kernel-default-devel-2.6.31.12-0.2.1.i586
kernel-source-2.6.31.12-0.2.1.noarch
kernel-syms-2.6.31.12-0.2.1.i586
kernel-debug-devel-2.6.31.12-0.2.1.i586
kernel-default-2.6.31.12-0.2.1.i586
kernel-desktop-devel-2.6.31.12-0.2.1.i586
kernel-xen-devel-2.6.31.12-0.2.1.i586
kernel-desktop-2.6.31.5-0.1.1.i586
linux-kernel-headers-2.6.31-3.4.noarch
kernel-pae-devel-2.6.31.12-0.2.1.i586
The driver that gets loaded when I am prompted for a Linux version to load by the bootloader is 2.6.31.12-0.2.
rpm -qa ‘driver’:
xorg-x11-driver-input-7.4-39.2.1.i586
xorg-x11-driver-video-7.4-87.91.1.i586
xorg-x11-driver-video-radeonhd-1.3.0_20100216_79a0ab2-0.1.1.i586
cups-drivers-1.3.9-4.1.i586
Before trying to compile the NVIDIA driver, I installed the kernel symbols and source using YaST2. At that moment I had a pristine system as created by the openSUSE 11.2 32 bit installation. No updates whatsoever had been installed. Then I rebooted and at the launch screen entered ‘3’ as boot option, which had the result of offering me a text based login and not starting the X server.
I logged in using my regular user and then as su. After that I changed to my Downloads folder and issued the command:
sh ./NVIDIA-Linux-x86-256.35.run
The script execution started, and after a very brief while a message was printed on the screen that the kernel headers could not be found.
Btw, I had followed the instructions for compiling the NVIDIA driver on openSUSE I had found on the inet.
The repository I got the driver from is http://download.nvidia.com/opensuse/11.2.
Giving you a list of rpms probably is pointless since as already pointed out the driver from the repository installed.
The real problem is that I have to reject installation of newer (and often more secure) kernels to keep my NVIDIA drivers working (not a desirable option) until I find out how to recompile the driver for new kernels.