OpenSUSE 11.4
Nvidia driver installed from Nvidia repo.
Noveau blacklisted
and nomodeset in menu.lst
I don’t see a Nvidia splash screen but nvidia-settings is available. Effects work fine business. Dual monitors work set up from nvidia-settigs to clone. (It didn’t start this way it failed to enter runlevel 5 after I updated from 11.3 lol)
On my other 11.4 machine I don’t have noveau blacklisted or nomodeset in menu.lst and I occasionally see the Nvidia splash screen on boot.
Maybe you have an xorg.conf left on the former 11.3 machine, if so open it and you’ll most likely see a line ’ Option “NoLogo” '. To avoid the NVIDIA logo from showing enter that line in /etc/X11/xorg.conf.d/50-device.conf, like mine below:
Section "Device"
Identifier "Default Device"
#Driver "radeon"
** Option "NoLogo"**
## Required magic for radeon/radeonhd drivers; output name
## (here: "DVI-0") can be figured out via 'xrandr -q'
#Option "monitor-DVI-0" "Default Monitor"
EndSection
The original xorg.conf was deleted manually by me as part of the process of getting a boot too run level 5. The one I have now was created by nvidia-settings.
Yea I can live with “it works” but it’s kind of perplexing why it shows up sometimes on the other machine and not at all on this one since I added nomodeset to menu.lst and left off the graphical boot by not leaving “vga=0x31a” in that line.
# Modified by YaST2. Last modification on Sun Sep 25 22:16:16 PDT 2011
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,0)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 11.4 - 2.6.37.6-0.7
root (hd0,0)
kernel /boot/vmlinuz-2.6.37.6-0.7-desktop root=/dev/disk/by-id/ata-WDC_WD5000AADS-00M2B0_WD-WCAV5R429030-part1 resume=/dev/disk/by-id/ata-ST3500630AS_9QG141S6-part5 splash=silent quiet showopts nomodeset
initrd /boot/initrd-2.6.37.6-0.7-desktop
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.4 - 2.6.37.6-0.7
root (hd0,0)
kernel /boot/vmlinuz-2.6.37.6-0.7-desktop root=/dev/disk/by-id/ata-WDC_WD5000AADS-00M2B0_WD-WCAV5R429030-part1 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a
initrd /boot/initrd-2.6.37.6-0.7-desktop
Hi
But that adds another few microseconds onto your boot time
My only reason is I would rather the system concentrate on setting the
monitors up to the correct resolution rather than the switching of
modes to display the logo.