You are not logged in.

#1 2009-12-27 21:10:07

burafino
Member
From: London
Registered: 2009-12-07
Posts: 19
Website

How to change/configure plymouth?

Hello!

I managed to install Plymouth from kdemod and get it working perfectly well.
I even changed the Chakra logo to Arch logo (although I had to leave the old name - chakra-logo.png).
But I cannot figure out how to change the background. Google didn't help at all. The only thing i found was a patch for the Fedora version. The themes don't have any reference neither to the logo image nor to the background.
Does anybody know how and where to configure how Plymouth behaves?

Many thanks!

Offline

#2 2009-12-27 23:55:37

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: How to change/configure plymouth?


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#3 2009-12-28 13:05:55

burafino
Member
From: London
Registered: 2009-12-07
Posts: 19
Website

Re: How to change/configure plymouth?

I did. It says nothing about changing the background...

Offline

#4 2009-12-28 13:13:28

PirateJonno
Forum Fellow
From: New Zealand
Registered: 2009-04-13
Posts: 372

Re: How to change/configure plymouth?

some themes let you set the background color with a ./configure option, but others are hard coded i think. look for other images by doing pacman -Ql plymouth | grep png

Last edited by PirateJonno (2009-12-28 13:13:50)


"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page

Offline

#5 2009-12-28 19:48:38

burafino
Member
From: London
Registered: 2009-12-07
Posts: 19
Website

Re: How to change/configure plymouth?

PirateJonno wrote:

some themes let you set the background color with a ./configure option, but others are hard coded i think.

Thanks for the tip. Do you know how and where exactly to pass this option?
I would be happy to fiddle with the code if i knew where to look for it. hmm
I just want to remove the background and have a black screen with the Arch logo on it. Nothing fancy. neutral

PirateJonno wrote:

look for other images by doing pacman -Ql plymouth | grep png

I have done this before. Found nothing I could change this way.

Thanks anyway!

Offline

#6 2009-12-28 22:19:39

PirateJonno
Forum Fellow
From: New Zealand
Registered: 2009-04-13
Posts: 372

Re: How to change/configure plymouth?

burafino wrote:

Thanks for the tip. Do you know how and where exactly to pass this option?

No problem, you'll have to use ABS/AUR and add these options to the configure line:
--with-background-color=0x123456
or
--with-background-start-color-stop=0x123456
--with-background-end-color-stop=0x123456

where you can replace 123456 with any hex color name. the first one gives you a solid color (i think), and the last 2 give you a gradient.

burafino wrote:

I just want to remove the background and have a black screen with the Arch logo on it. Nothing fancy. neutral

in that case just set --with-background-color=0x000000

burafino wrote:

I have done this before. Found nothing I could change this way.

Ok, well the plymouth trunk has some (e.g. http://cgit.freedesktop.org/plymouth/tree/themes/solar) so while you're building it you might want to check those out.


"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page

Offline

#7 2009-12-29 03:13:15

burafino
Member
From: London
Registered: 2009-12-07
Posts: 19
Website

Re: How to change/configure plymouth?

Thanks! Will try that.

Offline

Board footer

Powered by FluxBB