View previous topic :: View next topic |
Author |
Message |
yalu n00b
Joined: 25 Apr 2003 Posts: 65
|
Posted: Mon Apr 28, 2003 6:28 pm Post subject: Bootsplash Installationsprobs |
|
|
HI versuche grad den Bootsplash einzubinden so wie es in dem Tut beschrieben ist. Aber irgendwie verstehe ich diesen Teil nicht :
Quote: |
Make splash directory and copy this config file there.
Code:
# ftp://ftp.suse.com/pub/people/stepan/bootsplash for
# more information. Comments are welcome by stepan@suse.de
# 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=40
ty=116
tw=944
th=612
# ttf message output parameters
text_x=204
text_y=544
text_size=26
text_color=0xeef4ff
# name of the picture file (full path recommended)
jpeg=/usr/share/splash/themes/SuSE/images/bootsplash-1024x768.jpg
silentjpeg=/usr/share/splash/themes/SuSE/images/silent-1024x768.jpg
progress_enable=1
# background
box silent noover 204 582 820 612 #04045498
box silent inter 204 583 204 611 #ffffff #ffffff #526bb0 #526bb0
box silent 204 583 820 611 #ffffff #ffffff #526bb0 #526bb0
# black border
box silent 204 582 820 582 #313234
box silent 204 612 820 612 #eef4ff
box silent 204 582 204 612 #313234
box silent 820 582 820 612 #eef4ff
# text box (left, top)
box 35 111 35 729 #313234
box 36 111 985 111 #313234
# (right, bottom)
box 985 112 985 729 #eef4ff
box 36 729 985 729 #eef4ff
# box itself
box noover 36 112 984 728 #04045498
overpaintok=1
Code:
me@Blazen splash $ mkdir -p /usr/share/splash/ |
Wohin muss ich diese Config file kopieren und wie nenne ich sie ?
mfg Simon |
|
Back to top |
|
|
ttaw n00b
Joined: 27 Apr 2003 Posts: 67
|
Posted: Mon Apr 28, 2003 6:42 pm Post subject: |
|
|
bist du nach dieser anleitung vorgegangen?
https://forums.gentoo.org/viewtopic.php?t=49036
da steht das eigentlich drin. der splash befehl macht mittels der config eine initrd
Code: |
splash -s -f /etc/bootsplash/default/config/bootsplash-1280x1024.cfg > /boot/initrd-1280x1024
|
und bootsplash selbst wählt nach dem booten die config in default in der passenden auflösung sofern es mit rc-update eingebunden wurde. _________________ Greetz
Torsten |
|
Back to top |
|
|
yalu n00b
Joined: 25 Apr 2003 Posts: 65
|
Posted: Tue Apr 29, 2003 7:47 am Post subject: |
|
|
hi hatte glaub ne andere Anleitung verwendet werde es mit der nochmal versuche. THX
mfg Simon |
|
Back to top |
|
|
|