Hi all, I have opensuse 11.0 and every time the computer i can’t see the splash screen. All i can see is a terminal with lots of camnds flashing past.
The green splash screen just wont display. I know it is only a minor issue but i am using opensuse 11 in a public place and it looks very unprofessional.
P.s The splash screen never worked and i have been looking everywhere for a solution
OK. Either open a konsole window or switch to init 3. Type in: makeinitrd -s 1024768. I think you need to be root to have this work. This will reset your splash screen. You can try and change the 1024768 to another resolution, although that is the one that works the best for me.
On Tue, 2008-10-14 at 18:36 +0000, adrian007 wrote:
> Hi all, I have opensuse 11.0 and every time the computer i can’t see the
> splash screen. All i can see is a terminal with lots of camnds flashing
> past.
>
> The green splash screen just wont display. I know it is only a minor
> issue but i am using opensuse 11 in a public place and it looks very
> unprofessional.
>
> P.s The splash screen never worked and i have been looking everywhere
> for a solution
There might not be a solution. Usually this uses a framebuffer device
to display the graphical splash. If, for whatever reason, framebuffer
graphics are not available, it will likely revert to plain ole vga
mode.
Are you getting a high resolution text display? If so, then chances
are the splash screen resolution is not correct.
Check /boot/grub/menu.lst. In the boot stanza on the kernel line, there needs to be this argument:
splash=silent
Also, try adding this to the Boot Options on the grub menu
edd=off
If that works, add it to the kernel line in /boot/grub/menu.lst
If none of that works, in a terminal window, switch to root, and do
hwinfo --framebuffer
That will tell you if your graphics device supports the vesa framebuffer driver and at what resolutions - try substituting what you have now in menu.lst with one of those. You can test that on using the Boot Options on the grub menu, like
vga=0x317
When you find what works, change menu.lst accordingly. If you don’t have hwinfo installed, just do (also, as root)