Problems with plymouth (including documentation)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
slim (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
Binary package hint: plymouth
First of all, plymouth prevents X from start. I checked plymouth files in /etc/init/ and there are rules for gdm, xdm kdm etc. I am using another login manager - slim, but there is no rule for it. I understand it, so to avoid manually stopping plymouth every run i decided to turn it off.
I checked /usr/share/
""'
1) Remove all of the plymouth-theme-* packages from your system,
including the text ones. Plymouth will remain installed to
permit boot-time prompts.
2) Remove "splash" from the kernel command-line. You can do this
per-boot, or make it permanent by changing the
GRUB_
"""
I made both things, but none of them dosn't turn off plymouth. They just prevent plymouth to use the theme. But service is started - I have to run stop plymouth again to start the X.
I tried to apt-get remove plymouth - but then It want remove all base packages, which seems completely weird for me - why just another "splash" solution (third one? I cannot count all of them) is fundamental part of systme?
I would like to have possibility to remove plymouth and I think that documentation should be fixed to provide correct solution to turn off the plymouth.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: plymouth 0.8.2-2
ProcVersionSign
Uname: Linux 2.6.32-21-generic i686
NonfreeKernelMo
Architecture: i386
Date: Tue Apr 20 10:31:37 2010
DefaultPlymouth: Error: command ['readlink', '/etc/alternati
MachineType: Dell Inc. XPS M1330
ProcCmdLine: root=UUID=
ProcEnviron:
PATH=(custom, user)
LANG=C
SHELL=/bin/bash
ProcFB: 0 inteldrmfb
SourcePackage: plymouth
TextPlymouth: Error: command ['readlink', '/etc/alternati
UdevDb: Error: [Errno 2] No such file or directory
dmi.bios.date: 07/08/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0N6705
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.
dmi.product.name: XPS M1330
dmi.sys.vendor: Dell Inc.
Thank you for taking the time toreport this bug and help to improve Ubuntu.
plymouth is not a splash screen, it's an I/O multiplexer which supports multiple outputs - including graphical splash. It is an essential component of the boot process in Lucid regardless of whether the boot splash is of interest, and cannot be disabled.
The bug here is with slim integration with plymouth. The slim package needs to be converted to use an upstart job instead of an init script, as gdm, kdm, xdm, and lxdm all have been, so that plymouth can be told to stop when slim is starting. As long as slim uses a sysvinit script instead of an upstart job, this is not possible.