Autor Tópico: removendo splash screen com segurança e trocando o tema do plymouth  (Lida 8635 vezes)

Offline ylloluis

  • Usuário Ubuntu
  • *
  • Mensagens: 97
    • Ver perfil
salve grande forum!!

vamos começar

caso você não goste da splash screen do ubuntu pode remove-la

só que não se pode remover a splash com este comando

Código: [Selecionar]
sudo apt-get remove plymouth
assim você acabara danificando o sistema pois o apt ira remover pacotes importantes do sistema

o melhor jeito então e editar /etc/default/grub com o gedit ou o nano

então no terminal digite

Código: [Selecionar]
sudo nano /etc/default/grub
este e o arquivo de configuração do grub iremos modifica-lo com o nano

Citar
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="locale=pt_BR"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)

deixe-o assim
Citar
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="locale=pt_BR"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)

depois jogue este comando no terminal

Código: [Selecionar]
sudo update-grub
e pronto o ubuntu ficara sem aquela splash comedora de tempo.

dica 2 trocando o tema do plymouth

você caro leitor se não quiser desativar o plymouth ao contrario apenas trocar seu tema siga esta pequena dica

você pode instalar temas disponiveis nos repositorios ubuntu assim

Código: [Selecionar]
Ubuntu Studio.

sudo apt-get install plymouth-theme-ubuntustudio

Xubuntu.

sudo apt-get install xubuntu-plymouth-theme plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text

Lubuntu.

sudo apt-get install plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text

Kubuntu.

sudo apt-get install plymouth-theme-kubuntu-text plymouth-theme-kubuntu-logo

essa pequena dica e perfeita para usuarios que detestam o tema padrão do ubuntu

e bem simples certo apenas tome cuidado ao digitar os comandos

o dono da dica e o grande colega arthur bernandes

espero ter ajudado. :)
« Última modificação: 23 de Julho de 2013, 17:31 por ylloluis »
sistema >---> Debian 8.1
 
De volta a ação

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: removendo splash screen com segurança
« Resposta #1 Online: 14 de Julho de 2013, 23:15 »
Eu fiz isso no notebook do meu irmão e agora o boot demora só 10 segundos. Ótima dica Yllo. ;)

Offline ylloluis

  • Usuário Ubuntu
  • *
  • Mensagens: 97
    • Ver perfil
Re: removendo splash screen com segurança
« Resposta #2 Online: 15 de Julho de 2013, 19:59 »
Eu fiz isso no notebook do meu irmão e agora o boot demora só 10 segundos. Ótima dica Yllo. ;)
ola Athur

obrigado  :)
sistema >---> Debian 8.1
 
De volta a ação

Offline sigur

  • Usuário Ubuntu
  • *
  • Mensagens: 1.175
    • Ver perfil
Re: removendo splash screen com segurança
« Resposta #3 Online: 15 de Julho de 2013, 20:03 »
Não seria plymouth?

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: removendo splash screen com segurança
« Resposta #4 Online: 15 de Julho de 2013, 20:09 »
É, um erro de digitação. ;D

Outra opção era mudar de "quiet splash" para "no splash".

Offline ylloluis

  • Usuário Ubuntu
  • *
  • Mensagens: 97
    • Ver perfil
Re: removendo splash screen com segurança
« Resposta #5 Online: 15 de Julho de 2013, 21:07 »
Não seria plymouth?
ola sigur

erro corrgido

É, um erro de digitação. ;D

Outra opção era mudar de "quiet splash" para "no splash".
ola Arthur

fiz um teste antes de fazer o tuto funciona da mesma maneira do que sem o quiet splash.
sistema >---> Debian 8.1
 
De volta a ação

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Mudando tema do Plymouth
« Resposta #6 Online: 15 de Julho de 2013, 21:13 »
Poderia implementar no seu tuto também as opções de tema do Plymouth.

Ubuntu Studio.

sudo apt-get install plymouth-theme-ubuntustudio

Xubuntu.

sudo apt-get install xubuntu-plymouth-theme plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text

Lubuntu.

sudo apt-get install plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text

Kubuntu.

sudo apt-get install plymouth-theme-kubuntu-text plymouth-theme-kubuntu-logo

Abraço!