View previous topic :: View next topic |
Author |
Message |
VinzC Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/92679028148bc3f0ff1e99.jpg)
Joined: 17 Apr 2004 Posts: 5098 Location: Dark side of the mood
|
Posted: Sun Sep 05, 2004 11:03 am Post subject: How do I remove bootsplash booting text? |
|
|
Hi.
Some of my favorite bootsplash screens have that text "Booting... Press F2 for Verbose Mode" in the picture. But kernel also displays the same thing over the picture. Is there a way to prevent that text from being displayed while booting? Can I optionally control the text position (x and/or y)?
TIA. _________________ Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
danone Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Terminator/movie_the_terminator_machine.gif)
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Sun Sep 05, 2004 7:17 pm Post subject: |
|
|
Hi VinZc I suggest to look at /etc/bootsplash.conf there are the status messages _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
VinzC Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/92679028148bc3f0ff1e99.jpg)
Joined: 17 Apr 2004 Posts: 5098 Location: Dark side of the mood
|
Posted: Tue Sep 07, 2004 7:08 pm Post subject: |
|
|
Aaaaah <relief>, I've got a first theme to work completely . My favorite theme is DangerGirl from http://www.bootsplash.de. It comes with a config file and two images (verbose & silent). The trick was to set PROGRESS_BOOT_MESSAGE in /etc/conf.d/bootsplash to a string containing only spaces.
But I also wanted to go a little bit further. I ran splash -s -f my_theme_config_file > /boot/initrd-resXxY but couldn't change the text "Booting... Press F2 (bla bla bla)" to move. All I had to do was set BOOTSPLASH_THEME to my_theme. Now I can even change the text position and color.
There is something I don't understand however. If I have to specify which config file splash.bin is going to parse, why does the theme have to be specified in /etc/conf.d/bootsplash?
Note I'm running Gentoo 2.4.26. My bootsplash image is correctly displayed although I don't run /etc/init.d/bootsplash at startup.
Here's splash (binary) config file:
Code: | BOOTSPLASH_THEME="themes/DangerGirl"
BOOTSPLASH_STOP_ON_ERROR="no" |
And here's themes/DangerGirl config file:
Code: | # This is a bootsplash configuration file for
# linux bootsplash theme 'DangerGirl', resolution 1024x768.
# made by RaverJK
# config file version
version=3
# should the picture be displayed?
state=1
# fgcolor is the text forground color.
# bgcolor is the text background (i.e. transparent) color.
fgcolor=7
bgcolor=0
# (tx, ty) are the (x, y) coordinates of the text window in pixels.
# tw/th is the width/height of the text window in pixels.
tx=10
ty=10
tw=872
th=690
# ttf message output parameters
text_x=204
text_y=610
text_size=26
text_color=0xbd731a
# name of the picture file (full path recommended)
jpeg=/etc/bootsplash/themes/DangerGirl/images/bootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/themes/DangerGirl/images/silent-1024x768.jpg
progress_enable=1
# progressbar
box silent noover 5 567 659 573 #faffff00
box silent inter 332 567 332 573 #f0a64d #f0a64d #bd731a #bd731a
box silent 332 567 659 573 #f0a64d #f0a64d #bd731a #bd731a
box silent inter 332 567 332 573 #f0a64d #f0a64d #bd731a #bd731a
box silent 5 567 332 573 #f0a64d #f0a64d #bd731a #bd731a
# progressbar border
box silent 4 567 660 567 #000000
box silent 4 567 4 574 #000000
box silent 4 574 660 574 #000000
box silent 660 567 660 574 #000000
# text box
box noover 8 8 880 698 #000000a0
overpaintok=1
percent=0 |
_________________ Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|