Ubuntu, changer le spalsh screen
Après avoir installé Ubuntu il se peut que vous vouliez essayer un autre environnement graphique tel que KDE ou XFCE. Pour cela, il suffit de taper dans une console:
sudo aptitude instal kde-destopou
sudo aptitude install xfce-desktop
Après quoi, vous pouvez chosir l'interface au démarrage. Mais pour bien faire les choses il faut changer le logo du démarrage ainsi que la fenêtre de connexion car en effet, après le changement d'environnement le splash screen reste d'origine... Pour y remédier, ouvrez une console et tapez:
sudo update-alternatives --config usplash-artwork.so
Vous pourrez ensuite choisir le splash screen, exemple:
ubuntu@thomas-laptop:~# sudo update-alternatives --config usplash-artwork.so
[sudo] password for thomas:
Il y a 2 alternatives
fournissant « usplash-artwork.so ».
Sélection Alternative
----------------------------------------------
*+ 1 /usr/lib/usplash/usplash-theme-kubuntu.so
2 /usr/lib/usplash/usplash-theme-ubuntu.so
Appuyez sur Entrée pour conserver la valeur par défaut[*] ou choisissez le numéro sélectionné :2
Utilisation de «/usr/lib/usplash/usplash-theme-ubuntu.so » pour fournir « usplash-artwork.so ».
root@thomas-laptop:~#
Dans notre exemple, il s'agit de Kubuntu, nous avons installé le bureau GNOME et nous souhaiterions avoir le splash screen de Ubuntu, donc on choisi le 2.
Ensuite tapez:
sudo dpkg-reconfigure linux-image-$(uname -r)
ubuntu@thomas-laptop:~$ sudo dpkg-reconfigure linux-image-$(uname -r)
[sudo] password for thomas:
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.22-14-generic
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.22-14.46 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.22-14.46 was configured last, according to dpkg)
Running postinst hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.22-14-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
Et pour changer la fenêtre de connexion allez dans Système → Administration → Fenêtre de connexion ou tapez dans une console:
sudo dpkg-reconfigure gdm
Voilà tout!
| Haut de page |
Si vous relevez des erreurs, des imprécisions ou si vous avez des suggestions ou des questions qui restent sans réponse n'hésitez pas à poster sur le forum.

