In order to configure a dual display in a fresh 11.4 installation, I am attempting to install the nVidia driver according to the instructions in SDB:NVIDIA the hard way - openSUSE. I have not previously compiled or configured a kernel so I largely followed the instructions from OpenSUSE 11.2 - How to compile a Kernel for Newbies.
The currently installed kernel is 2.6.37.1-1.2-desktop. The graphics card is an ASUS EN9600GSO (512MB).
In Yast, I installed gcc, make, kernel-devel (v. 2.6.37.1-1.2) and kernel-desktop-devel (v. 2.6.37.1-1.2). Per the “hard way” instructions, I did not install kernel-source.
I performed the following steps:
cd /usr/src/linux
make cloneconfig
make menuconfig - select option: General Setup —> Local version - append to kernel release (added name)
make rpm
At the end of this process, there is a file named kernel-2.6.37.11.2desktop-1.i386.rpm (~287 MB) in /usr/src/packages/RPMS/i386/.
During the compile process, I noticed a number of errors and warnings, but I can’t locate a log (if there is one).
Is the procedure I followed correct? If not, please let me know what I need to do.
My next steps would be to install the new kernel and update grub:
cd /usr/src/linux/packages/i386
zypper install xxx.rpm
cd /boot
mkinitrd
gedit /boot/grub/menu.lst (or do it in a text editor)
As an additional note, the driver downloaded from nVidia is quite recent: version 275.09.07, dated June 14, 2011. The notes do not specifically mentioned the dual display issue with SuSE 11.4.
Thank you in advance.