Send plymouth mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.freedesktop.org/mailman/listinfo/plymouth
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of plymouth digest..."


Today's Topics:

   1. Re: custom plymouth theme (Chris Cole)
   2. Re: custom plymouth theme (Charlie Brej)
   3. Re: custom plymouth theme (Chris Cole)
   4. Re: custom plymouth theme (Charlie Brej)


----------------------------------------------------------------------

Message: 1
Date: Mon, 07 Jun 2010 08:37:37 -0400
From: Chris Cole <[email protected]>
Subject: Re: custom plymouth theme
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 06/04/2010 04:29 PM, Charlie Brej wrote:
> On 06/04/2010 03:55 PM, Chris Cole wrote:
>  > Hello all, I would like to make a custom plymouth theme for Ubuntu
>  > 10.04. I followed the instructions here:
>  >
>  >
> http://www.ubunturoot.com/2010/05/how-to-create-simple-plymouth-theme.html
>  >
>  > But it falls back to the default Ubuntu splash. I haven't been able to
>  > find anything that works.
>  > Do you all have a guide that can be followed?
>
> Problem is probably that it has not updated the initrd. The command to
> update the initrd on Ubuntu is:
> # sudo update-initramfs -u

Actually, I have updated the initrd, it's the last step of that 
tutorial. As you can read from the comments, nobody has gotten it to 
work. Can someone send me an example of a Plymouth Theme that works via 
a script instead of a plugin? The only themes I've seen work properly 
use plugins.

Chris


------------------------------

Message: 2
Date: Mon, 07 Jun 2010 14:00:07 +0100
From: Charlie Brej <[email protected]>
Subject: Re: custom plymouth theme
To: Chris Cole <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 07/06/10 13:37, Chris Cole wrote:
> On 06/04/2010 04:29 PM, Charlie Brej wrote:
>> On 06/04/2010 03:55 PM, Chris Cole wrote:
>> > Hello all, I would like to make a custom plymouth theme for Ubuntu
>> > 10.04. I followed the instructions here:
>> >
>> >
>> http://www.ubunturoot.com/2010/05/how-to-create-simple-plymouth-theme.html
>>
>> >
>> > But it falls back to the default Ubuntu splash. I haven't been able to
>> > find anything that works.
>> > Do you all have a guide that can be followed?
>>
>> Problem is probably that it has not updated the initrd. The command to
>> update the initrd on Ubuntu is:
>> # sudo update-initramfs -u
>
> Actually, I have updated the initrd, it's the last step of that
> tutorial. As you can read from the comments, nobody has gotten it to
> work. Can someone send me an example of a Plymouth Theme that works via
> a script instead of a plugin? The only themes I've seen work properly
> use plugins.

When you say "default Ubuntu splash", is that the graphical one, or the 
text one?
If it is the text one then that is probably because of the lack of KMS 
when using proprietary drivers. You can force a graphical mode by adding 
"vga=askme" to the kernel line, then when youre asked, type a number of 
a reasonable mode. (best if it is 32bit). Then see if it boots using a 
graphical theme. If you want to make that mode permanent add 
"vga=0x[code]" where [code] is your number from before.


------------------------------

Message: 3
Date: Mon, 07 Jun 2010 09:35:01 -0400
From: Chris Cole <[email protected]>
Subject: Re: custom plymouth theme
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 06/07/2010 08:59 AM, Charlie Brej wrote:
> On 07/06/10 13:37, Chris Cole wrote:
>> On 06/04/2010 04:29 PM, Charlie Brej wrote:
>>> On 06/04/2010 03:55 PM, Chris Cole wrote:
>>> > Hello all, I would like to make a custom plymouth theme for Ubuntu
>>> > 10.04. I followed the instructions here:
>>> >
>>> >
>>> http://www.ubunturoot.com/2010/05/how-to-create-simple-plymouth-theme.html 
>>>
>>>
>>> >
>>> > But it falls back to the default Ubuntu splash. I haven't been 
>>> able to
>>> > find anything that works.
>>> > Do you all have a guide that can be followed?
>>>
>>> Problem is probably that it has not updated the initrd. The command to
>>> update the initrd on Ubuntu is:
>>> # sudo update-initramfs -u
>>
>> Actually, I have updated the initrd, it's the last step of that
>> tutorial. As you can read from the comments, nobody has gotten it to
>> work. Can someone send me an example of a Plymouth Theme that works via
>> a script instead of a plugin? The only themes I've seen work properly
>> use plugins.
>
> When you say "default Ubuntu splash", is that the graphical one, or 
> the text one?
> If it is the text one then that is probably because of the lack of KMS 
> when using proprietary drivers. You can force a graphical mode by 
> adding "vga=askme" to the kernel line, then when youre asked, type a 
> number of a reasonable mode. (best if it is 32bit). Then see if it 
> boots using a graphical theme. If you want to make that mode permanent 
> add "vga=0x[code]" where [code] is your number from before.

Right, sorry. I meant the text one. I have to have KMS turned off as I'm 
using an LVDS monitor and using KMS with the Intel i915 driver causes my 
LVDS screen to be completely white during startup. So my fix for that 
was this:

echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf

I also tried vga=askme at the kernel command line with several different 
startup codes. They all seemed to change the text size of my bootup 
font, but then nothing was displayed for the plymouth splash :/


-- 
Chris Cole, Software Engineer
AAIM Controls (http://www.aaimcontrols.com)
Email: [email protected]
Email: [email protected]
11885 Mutual Drive | Waynesboro, PA 17268
Mobile: (717) 422-4714 | Office: (717) 765-9100



------------------------------

Message: 4
Date: Mon, 07 Jun 2010 16:01:21 +0100
From: Charlie Brej <[email protected]>
Subject: Re: custom plymouth theme
To: Chris Cole <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 07/06/10 14:35, Chris Cole wrote:
> I also tried vga=askme at the kernel command line with several different
> startup codes. They all seemed to change the text size of my bootup
> font, but then nothing was displayed for the plymouth splash :/

Do you have "splash" somehwere on the kernel line? Is the splash the one 
printing details of the boot, or the purple background and some sweeping 
bars at the bottom?


------------------------------

_______________________________________________
plymouth mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/plymouth


End of plymouth Digest, Vol 20, Issue 3
***************************************

Reply via email to