Splash Screen Ubuntu (10.10) [Resolvido]

Iniciado por nebuladex, 13 de Outubro de 2010, 12:02

tópico anterior - próximo tópico

nebuladex

Sou Usuário do UBuntu desde da versão 9.04. E a Splash Screen inicial do Ubuntu (boot) nunca funcionou corretamente. A tela e exibida com carcteres de texto. Mas em seguida inicia o modo grafico tela de login de usuario  e tudo normaliza. Meu monitor e um Lcd Sansung de 19º modelo syncMaster 933bw. Este e um problema comum?
Agradeço a atenção.

sigur

procure por plymouth aqui no forum

Niccola

Citação de: nebuladex online 13 de Outubro de 2010, 12:02
a Splash Screen unicial do Ubuntu (boot) nunca funcionou corretamente. A tela e exibida com carcteres de texto. Mas em seguida inicia o modo grafico tela de login de usuario  e tudo normaliza. Meu monitor e um Lcd Sansung de 19º modelo syncMaster 933bw. Este e um problema comum?
Agradeço a atenção.

Meu caro, é um problema muito comum, não sei se percebeu mas, talvez, o problema só ocorreu após a instalação do driver proprietario da sua placa de Video (ATI/nVidia). É muito normal pois ao instalar o driver, o mesmo atualiza para uma configuração padrão os arquivos de inicialização e com eles o Splash Screen. Aconselho você a procurar algo sobre "How to fix Plymouth Resolution" ou siga os passos abaixo:

Alternative One - Fixing Plymouth's resolution

Step 1: Hit the ALT+F2 key combination, paste the following command and check the "Run in terminal" option:

sudo apt-get install v86d

...a terminal window will appear. Enter your password when asked, hit the Enter key and wait for the package to be installed. The terminal window will automatically close!

Step 2: Hit the ALT+F2 key combination, paste the following command and check the "Run in terminal" option:

gksu gedit /etc/default/grub

...enter your password when asked and hit the Enter key.

- Replace the following line (line number 9):

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

with this one:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"

- Replace the following line (line number 18):

#GRUB_GFXMODE=640x480

with this one:

GRUB_GFXMODE=1280x1024

The file should look like this:


Save the file and close it!

Step 3: Hit the ALT+F2 key combination, paste the following command and check the "Run in terminal" option:

gksu gedit /etc/initramfs-tools/modules

When the text window appears, add the following line at the end of the file:

uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap

It should look like this:


Save the file and close it!

Step 4: Hit the ALT+F2 key combination, paste the following command and check the "Run in terminal" option:

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash

...a terminal window will appear for a second or two. The terminal window will automatically close!


Step 5: Hit the ALT+F2 key combination, paste the following command and check the "Run in terminal" option:

sudo update-grub2

...a terminal window will appear. Enter your password when asked, hit the Enter key and wait for the command to finish. The terminal window will automatically close!


Step 6: Hit the ALT+F2 key combination, paste the following command and check the "Run in terminal" option:

sudo update-initramfs -u

...a terminal window will appear. Enter your password when asked, hit the Enter key and wait for the command to finish. The terminal window will automatically close!


Step 7: Reboot your computer. When the system starts, you should see a better looking Ubuntu logo!


FONTE: http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml

nebuladex

Valeu pessoal pela Ajuda... [Resolvido]
Seguindo a orientação dos amigos acima dei uma pesquisada no forum e descobri outro topico sobre esta questão:

http://ubuntuforum-br.org/index.php/topic,70325.0.html