News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Kubuntu Splash screen and HDMI

Started by nite_man, December 13, 2009, 10:40:43 PM

Previous topic - Next topic

nite_man

Hi,

I have an issue with my installation. My TV is connected to the box via HDMI. When it boots then splash screen is not displayed on TV. But if the monitor is attached to the VGA port the splash screen is visible there. The same for console. It isn't showed on the TV. Just on VGA monitor. Any suggestion how to fix it.

TIA
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

fastie81

Hi..
I had the same problem or not really a problem, but when I disconnect my VGA cable and restarted my box the Splash screen shows on the HDMI.
Just unplug the vga from the pc and see if that worked..
it did for me..
C

nite_man

Actually I don't use VGA monitor. Just HDTV. I connected it when installed 0810 beta2 and saw that thing. Before I just didn't care to much about that.
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

colinjones

Usually this follows what is defined in your BIOS for the primary card and port for video, if those options exist. Do you see the BIOS and POST bits prior to the splash screen?

Ray_N

Michael:
   I believe you and I have the same setup and I have to agree w/fastie81. I saw a similar behavior originally. Even if my video (LCD, plasma, monitor, etc.) is receiving the input from the HDMI source and has the HDMI source as selected, just the fact that I had the VGA cable connected to the motherboard (VGA D-sub connector) would make the splash screen not show.

Test it out...just have the HDMI connector and no other video cables connected.

R
My setup: [url="http://wiki.linuxmce.org/index.php/User:Ray_N"]http://wiki.linuxmce.org/index.php/User:Ray_N[/url]

nite_man

Thanks guys for your replays. I'd like clarify the situation a bit. First of all I don't have any connection for the graphic card except HDMI (as I told you I connected it just to install 0810 as second OS). Also I can see the BIOS splash screen and grub menu on my TV. But right after that it displays nothing till start X. So, the Kubuntu splash screen is not displayed on TV at all.
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

pw44

Hi,
in the /boot/grub/menu.lst, change splash to nosplash and remove the quiet directive. On boot, no more splash image and you will see the boot proceeding.
Bst,
Paulo

nite_man

Quote from: pw44 on December 14, 2009, 10:52:41 PM
Hi,
in the /boot/grub/menu.lst, change splash to nosplash and remove the quiet directive. On boot, no more splash image and you will see the boot proceeding.
Bst,
Paulo

Well this is a possible way. But my idea is to show LinuxMCE splash screen during the booting by replacing original one :)
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

pw44

The other way would be adding the vga= option. See http://pierre.baudu.in/other/grub.vga.modes.html. Maybe this will help.