Pages : 1
#1 Le 22/04/2020, à 16:48
- Jestiz
Changement de thème splash avec Plymouth Ubuntu 18.04
Bonjour, je souhaite changer le splash screen avec Plymouth mais cela ne fonctionne pas. J'ai suivi plusieurs tutos, résolution de problèmes etc etc.
Je précise que j'ai une carte graphique Nvidia (j'ai lu que ça pouvait apporter des problèmes). J'ai téléchargé le thème Earth-sunrise, je l'ai défini en tant que défaut et toujours rien...
Voici le résultat de la commande
jules@jules-pc:~$ sudo update-alternatives --config default.plymouth
There are 16 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/share/plymouth/themes/breeze/breeze.plymouth 160 auto mode
* 1 /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth 100 manual mode
2 /usr/share/plymouth/themes/breeze/breeze.plymouth 160 manual mode
3 /usr/share/plymouth/themes/edubuntu-logo/edubuntu-logo.plymouth 150 manual mode
4 /usr/share/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 manual mode
5 /usr/share/plymouth/themes/lubuntu-logo/lubuntu-logo.plymouth 150 manual mode
6 /usr/share/plymouth/themes/lubuntu-next-logo/lubuntu-next-logo.plymouth 150 manual mode
7 /usr/share/plymouth/themes/sabily/sabily.plymouth 60 manual mode
8 /usr/share/plymouth/themes/spinner/spinner.plymouth 70 manual mode
9 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo-scale-2.plymouth 149 manual mode
10 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo.plymouth 150 manual mode
11 /usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth 150 manual mode
12 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode
13 /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo-scale-2.plymouth 149 manual mode
14 /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.plymouth 150 manual mode
15 /usr/share/plymouth/themes/ubuntustudio-logo/ubuntustudio-logo.plymouth 150 manual mode
16 /usr/share/plymouth/themes/xubuntu-logo/xubuntu-logo.plymouth 150 manual mode
Press <enter> to keep the current choice[*], or type selection number:
Hors ligne
#2 Le 22/04/2020, à 16:53
- abelthorne
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Qu'est-ce qui ne fonctionne pas : tu as encore l'ancien (lequel) ? tu n'as plus de thème Plymouth du tout au boot ? tu as un thème Plymouth en mode texte ?
Où as-tu téléchargé le thème et comment l'as-tu installé ?
Hors ligne
#3 Le 22/04/2020, à 16:57
- Jestiz
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Qu'est-ce qui ne fonctionne pas : tu as encore l'ancien (lequel) ? tu n'as plus de thème Plymouth du tout au boot ? tu as un thème Plymouth en mode texte ?
Où as-tu téléchargé le thème et comment l'as-tu installé ?
Télécargé ici (en targ.gz) : https://www.gnome-look.org/browse/cat/108/
J'ai suivi ce tuto : https://doc.ubuntu-fr.org/plymouth
Je n'ai plus rien, seulement ceci : https://gyazo.com/9e1a2bc3b3e27c083da219e3aedeecd8
Dernière modification par Jestiz (Le 22/04/2020, à 16:58)
Hors ligne
#4 Le 22/04/2020, à 17:25
- LukePerp
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Bonjour,
Peux tu nous montrer :
cat /etc/default/grub
Choisi un autre thème avec :
sudo update-alternatives --config default.plymouth
puis, que vois-tu avec :
sudo plymouthd && sudo plymouth --show-splash && sleep 3 && sudo plymouth quit
Dernière modification par LukePerp (Le 22/04/2020, à 17:27)
Gamer inside - Ubuntu Mate dernière LTS - Intel i5, 16 Go - Dual boot Windows - Ethereum user
Hors ligne
#5 Le 22/04/2020, à 17:26
- abelthorne
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Tu aurais le lien vers la page du thème plutôt que la catégorie ?
Donne aussi le retour de :
ls -l /usr/share/plymouth/themes/
ls -l /usr/share/plymouth/themes/Earth-sunrise/
cat /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth
Hors ligne
#6 Le 22/04/2020, à 17:52
- Jestiz
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Bonjour,
Peux tu nous montrer :cat /etc/default/grub
Choisi un autre thème avec :
sudo update-alternatives --config default.plymouth
puis, que vois-tu avec :
sudo plymouthd && sudo plymouth --show-splash && sleep 3 && sudo plymouth quit
jules@jules-pc:~$ cat /etc/default/grub
# 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_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# 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)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1920x1080
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=true
Quand je choisis un autre thème que celui téléchargé et exécute la commade donnée je vois bien le thème pendant 3s.
Tu aurais le lien vers la page du thème plutôt que la catégorie ?
Donne aussi le retour de :
ls -l /usr/share/plymouth/themes/ ls -l /usr/share/plymouth/themes/Earth-sunrise/ cat /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth
Voici les résultats :
jules@jules-pc:~$ ls -l /usr/share/plymouth/themes/
total 144
drwxr-xr-x 3 root root 4096 avril 22 16:45 breeze
drwxr-xr-x 2 root root 4096 avril 22 16:45 breeze-text
lrwxrwxrwx 1 root root 39 avril 22 18:44 default.grub -> /etc/alternatives/default.plymouth.grub
lrwxrwxrwx 1 root root 34 avril 20 18:13 default.plymouth -> /etc/alternatives/default.plymouth
drwxr-xr-x 2 root root 4096 avril 20 18:15 details
drwxr-xr-x 2 root root 4096 avril 22 17:00 Earth-sunrise
drwxr-xr-x 2 root root 4096 avril 22 16:45 edubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 edubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 fade-in
drwxr-xr-x 2 root root 4096 avril 22 16:45 glow
drwxr-xr-x 2 root root 12288 avril 22 16:45 hamara
drwxr-xr-x 3 root root 4096 avril 22 16:45 kubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:46 kubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-next-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-next-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 sabily
drwxr-xr-x 2 root root 4096 avril 22 16:45 script
drwxr-xr-x 2 root root 4096 avril 22 16:45 solar
drwxr-xr-x 2 root root 4096 avril 22 16:45 spinfinity
drwxr-xr-x 2 root root 4096 avril 22 16:45 spinner
drwxr-xr-x 2 root root 4096 avril 20 18:15 text
lrwxrwxrwx 1 root root 31 avril 20 18:13 text.plymouth -> /etc/alternatives/text.plymouth
drwxr-xr-x 2 root root 4096 avril 20 18:15 tribar
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-budgie-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-budgie-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-gnome-logo
drwxr-xr-x 2 root root 4096 avril 22 16:46 ubuntu-gnome-text
drwxr-xr-x 2 root root 4096 avril 20 18:15 ubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-mate-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-mate-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntustudio-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntustudio-text
drwxr-xr-x 2 root root 4096 avril 20 18:15 ubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 xubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 xubuntu-text
jules@jules-pc:~$ ls -l /usr/share/plymouth/themes/Earth-sunrise/
total 4652
-rw-r--r-- 1 root root 2080463 avril 22 17:00 background.png
-rw------- 1 root root 9210 avril 22 17:00 distro_logo.png
-rw-r--r-- 1 root root 4738 avril 22 17:00 distro_name.png
-rw-r--r-- 1 root root 272 avril 22 17:00 Earth-sunrise.plymouth
-rw-r--r-- 1 root root 4975 avril 22 17:00 Earth-sunrise.script
-rw-r--r-- 1 root root 26161 avril 22 17:00 planet_black.png
-rw-r--r-- 1 root root 502792 avril 22 17:00 planet_glow.png
-rw-r--r-- 1 root root 1249 avril 22 17:00 README
-rw-r--r-- 1 root root 1519 avril 22 17:00 space_glow.png
-rw-r--r-- 1 root root 135311 avril 22 17:00 sun_glow.png
-rw-r--r-- 1 root root 1967334 avril 22 17:00 ubuntu-sunrise.png
jules@jules-pc:~$ cat /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth
[Plymouth Theme]
Name=Earth Sunrise
Description=This theme is a modification of Andre "Osku" Schmidt's Space sunrise plymouth theme
ModuleName=script
[script]
ImageDir=/lib/plymouth/themes/Earth-sunrise
ScriptFile=/lib/plymouth/themes/Earth-sunrise/Earth-sunrise.script
Hors ligne
#7 Le 22/04/2020, à 18:00
- abelthorne
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Tu as oublié de corriger les chemins dans Earth-sunrise.plymouth. Il faudrait modifier les deux dernières lignes comme ça :
ImageDir=/usr/share/plymouth/themes/Earth-sunrise
ScriptFile=/usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.script
Dernière modification par abelthorne (Le 22/04/2020, à 18:01)
Hors ligne
#8 Le 22/04/2020, à 18:01
- LukePerp
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
jules@jules-pc:~$ cat /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth [Plymouth Theme] Name=Earth Sunrise Description=This theme is a modification of Andre "Osku" Schmidt's Space sunrise plymouth theme ModuleName=script [script] ImageDir=/lib/plymouth/themes/Earth-sunrise ScriptFile=/lib/plymouth/themes/Earth-sunrise/Earth-sunrise.script
Pour les lignes imagedir et scriptfile, corrige le chemin pour avoir :
ImageDir=/usr/share/plymouth/themes/Earth-sunrise
ScriptFile=/usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.script
Gamer inside - Ubuntu Mate dernière LTS - Intel i5, 16 Go - Dual boot Windows - Ethereum user
Hors ligne
#9 Le 22/04/2020, à 18:06
- Jestiz
Re : Changement de thème splash avec Plymouth Ubuntu 18.04
Tu as oublié de corriger les chemins dans Earth-sunrise.plymouth. Il faudrait modifier les deux dernières lignes comme ça :
ImageDir=/usr/share/plymouth/themes/Earth-sunrise ScriptFile=/usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.script
Merci beaucoup, j'avais pas pensé à aller voir là-dedans !
Hors ligne
Pages : 1