From 0b060fcb268275e6b6f245b8232a903571cd36f5 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Thu, 31 Jul 2003 14:31:43 +0000 Subject: new bootsplash v3 include various scripts and binaries from bootsplash.org --- themes/config/Mandrake/cfg/bootsplash-800x600.cfg | 81 +++++++++++++++-------- 1 file changed, 52 insertions(+), 29 deletions(-) (limited to 'themes/config/Mandrake/cfg/bootsplash-800x600.cfg') diff --git a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg index 38742a0..f572d35 100644 --- a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg @@ -2,32 +2,55 @@ # This file is necessary to specify the coordinates of the text box on the # splash screen. -# tx is the x coordinate of the text window in characters. default is 15 -# multiply width font width for coordinate in pixels. -tx=10 - -# ty is the y coordinate of the text window in characters. default is 8 -ty=11 - -# tw is the width of the text window in characters. default is 82 -# NOTE: this should at least be 80 as on the standard linux text console -tw=80 - -# th is the height of the text window in characters. default is 26 -# NOTE: this should at least be 25 as on the standard linux text console - 16 -th=16 - -# px is the progress bar x coordinate of its upper left corner -px=86 - -# py is the progress bar y coordinate of its upper left corner -py=482 - -# pw is the with of the progress bar -pw=627 - -# ph is the heigth of the progress bar -ph=9 - -# pc is the color of the progress bar -pc=0x21449c +# 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=32 +ty=96 +tw=736 +th=472 + +# ttf message output parameters +text_x=20 +text_y=20 +text_size=20 +text_color=0xeef4ff + +# name of the picture file (full path recommended) +jpeg=/etc/bootsplash/themes/Mandrake/images/bootsplash-800x600.jpg +silentjpeg=/etc/bootsplash/themes/Mandrake/images/silent-800x600.jpg + +progress_enable=1 + +# background +box silent noover 400 553 790 577 #04045498 +box silent inter 400 554 400 576 #99ccff #99ccff #324bb0 #526bb0 +box silent 400 554 790 576 #99ccff #99ccff #324bb0 #526bb0 +# black border +box silent 400 553 790 553 #313234 +box silent 400 577 790 577 #eef4ff +box silent 400 553 400 577 #313234 +box silent 790 553 790 577 #eef4ff + +# text box (left, top) +box 27 91 27 569 #313234 +box 28 91 769 91 #313234 +# (right, bottom) +box 769 92 769 569 #eef4ff +box 28 569 769 569 #eef4ff +# box itself +box noover 28 92 768 568 #04045498 + +overpaintok=1 + +LOGO_CONSOLE=vt -- cgit v1.2.1