removendo splash screen com segurança e trocando o tema do plymouth

Iniciado por ylloluis, 13 de Julho de 2013, 09:13

tópico anterior - próximo tópico

ylloluis

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

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

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

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

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. :)
sistema >---> Debian 8.1

De volta a ação

Arthur Bernardes

Eu fiz isso no notebook do meu irmão e agora o boot demora só 10 segundos. Ótima dica Yllo. ;)

ylloluis

Citação de: Arthur Bernardes 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. ;)
ola Athur

obrigado  :)
sistema >---> Debian 8.1

De volta a ação

sigur


Arthur Bernardes

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

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

ylloluis

Citação de: sigur online 15 de Julho de 2013, 20:03
Não seria plymouth?
ola sigur

erro corrgido

Citação de: Arthur Bernardes 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".
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

Arthur Bernardes

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!