aboutsummaryrefslogtreecommitdiffstats
path: root/themes/config/Mandrake
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-07-31 14:31:43 +0000
committerFlorent Villard <warly@mandriva.com>2003-07-31 14:31:43 +0000
commit0b060fcb268275e6b6f245b8232a903571cd36f5 (patch)
tree1a2e3192215a6a238347454c6396c05a8a6444fa /themes/config/Mandrake
parenta6c7e5d4b1745c9b724b24c67d865263da37bac3 (diff)
downloadbootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar
bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar.gz
bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar.bz2
bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar.xz
bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.zip
new bootsplash v3V2_0_0_1mdk
include various scripts and binaries from bootsplash.org
Diffstat (limited to 'themes/config/Mandrake')
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-1024x768.cfg80
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg81
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg71
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-800x600.cfg81
-rw-r--r--themes/config/Mandrake/cfg/vt1-1024x768.cfg26
-rw-r--r--themes/config/Mandrake/cfg/vt1-800x600.cfg26
6 files changed, 269 insertions, 96 deletions
diff --git a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg
index 611c61f..169bf2e 100644
--- a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg
+++ b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg
@@ -2,32 +2,54 @@
# 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 23
-# multiply width font width for coordinate in pixels.
-tx=24
-
-# ty is the y coordinate of the text window in characters. default is 20
-ty=16
-
-# tw is the width of the text window in characters. default is 80
-# 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 18
-# NOTE: this should at least be 25 as on the standard linux text console
-th=16
-
-# px is the progress bar x coordinate of its upper left corner
-px=199
-
-# py is the progress bar y coordinate of its upper left corner
-py=568
-
-# pw is the with of the progress bar
-pw=625
-
-# ph is the heigth of the progress bar
-ph=10
-
-# pc is the color of the progress bar
-pc=0x21449c
+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=20
+text_y=20
+text_size=22
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/bootsplash-1024x768.jpg
+silentjpeg=/usr/share/bootsplash/themes/Mandrake/images/silent-1024x768.jpg
+
+progress_enable=1
+
+# background
+box silent noover 512 732 1000 752 #04045498
+box silent inter 512 733 512 751 #99ccff #99ccff #324bb0 #526bb0
+box silent 512 733 1000 751 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 512 732 1000 732 #313234
+box silent 512 752 1000 752 #eef4ff
+box silent 512 732 512 752 #313234
+box silent 1000 732 1000 752 #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
+
+LOGO_CONSOLE=vt
diff --git a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg
index 6f2e56e..a128931 100644
--- a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg
+++ b/themes/config/Mandrake/cfg/bootsplash-1280x1024.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 24
-# multiply width font width for coordinate in pixels.
-tx=40
-
-# ty is the y coordinate of the text window in characters. default is 14
-ty=24
-
-# tw is the width of the text window in characters. default is 130
-# 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 44
-# NOTE: this should at least be 25 as on the standard linux text console
-th=16
-
-# px is the progress bar x coordinate of its upper left corner
-px=326
-
-# py is the progress bar y coordinate of its upper left corner
-py=695
-
-# pw is the with of the progress bar
-pw=629
-
-# ph is the heigth of the progress bar
-ph=10
-
-# 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=48
+ty=154
+tw=1184
+th=822
+
+# ttf message output parameters
+text_x=20
+text_y=20
+text_size=30
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/bootsplash-1280x1024.jpg
+silentjpeg=/usr/share/bootsplash/themes/Mandrake/images/silent-1280x1024.jpg
+
+progress_enable=1
+
+# background
+box silent noover 256 776 1024 816 #04045498
+box silent inter 256 777 256 815 #99ccff #99ccff #324bb0 #526bb0
+box silent 256 777 1024 815 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 256 776 1024 776 #313234
+box silent 256 816 1024 816 #eef4ff
+box silent 256 776 256 816 #313234
+box silent 1024 776 1024 816 #eef4ff
+
+# text box (left, top)
+box 43 149 43 977 #313234
+box 44 149 1233 149 #313234
+# (right, bottom)
+box 1233 150 1233 977 #eef4ff
+box 44 977 1233 977 #eef4ff
+# box itself
+box noover 44 150 1232 976 #04045498
+
+overpaintok=1
+
+LOGO_CONSOLE=vt
diff --git a/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg b/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg
index f8e868c..56f0331 100644
--- a/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg
+++ b/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg
@@ -2,32 +2,85 @@
# This file is necessary to specify the coordinates of the text box on the
# splash screen.
+# 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=58
+ty=172
+tw=1484
+th=970
+
+# ttf message output parameters
+text_x=20
+text_y=20
+text_size=40
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/etc/bootsplash/themes/Mandrake/images/bootsplash-1600x1200.jpg
+silentjpeg=/etc/bootsplash/themes/Mandrake/images/silent-1600x1200.jpg
+
+progress_enable=1
+
+# background
+box silent noover 320 906 1280 954 #04045498
+box silent inter 320 907 320 953 #99ccff #99ccff #324bb0 #526bb0
+box silent 320 907 1280 953 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 320 906 1280 906 #313234
+box silent 320 954 1280 954 #eef4ff
+box silent 320 906 320 954 #313234
+box silent 1280 906 1280 954 #eef4ff
+
+# text box (left, top)
+box 53 167 53 1143 #313234
+box 54 167 1543 167 #313234
+# (right, bottom)
+box 1543 168 1543 1143 #eef4ff
+box 54 1143 1543 1143 #eef4ff
+# box itself
+box noover 54 168 1542 1142 #04045498
+
+overpaintok=1
+
+LOGO_CONSOLE=vt
+
# tx is the x coordinate of the text window in characters. default is 23
# multiply width font width for coordinate in pixels.
-tx=60
+#tx=60
# ty is the y coordinate of the text window in characters. default is 20
-ty=59
+#ty=59
# tw is the width of the text window in characters. default is 80
# NOTE: this should at least be 80 as on the standard linux text console
-tw=80
+#tw=80
# th is the height of the text window in characters. default is 18
# NOTE: this should at least be 25 as on the standard linux text console
-th=22
+#th=22
# px is the progress bar x coordinate of its upper left corner
-px=487
+#px=487
# py is the progress bar y coordinate of its upper left corner
-py=783
+#py=783
# pw is the with of the progress bar
-pw=626
+#pw=626
# ph is the heigth of the progress bar
-ph=10
+#ph=10
# pc is the color of the progress bar
-pc=0x21449c
+#pc=0x21449c
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
diff --git a/themes/config/Mandrake/cfg/vt1-1024x768.cfg b/themes/config/Mandrake/cfg/vt1-1024x768.cfg
new file mode 100644
index 0000000..1869964
--- /dev/null
+++ b/themes/config/Mandrake/cfg/vt1-1024x768.cfg
@@ -0,0 +1,26 @@
+# This is the configuration file for the 1024x768 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+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=0
+ty=0
+tw=1024
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-1024x768.jpg
+
+th=768
+
+overpaintok=1
diff --git a/themes/config/Mandrake/cfg/vt1-800x600.cfg b/themes/config/Mandrake/cfg/vt1-800x600.cfg
new file mode 100644
index 0000000..f8c5938
--- /dev/null
+++ b/themes/config/Mandrake/cfg/vt1-800x600.cfg
@@ -0,0 +1,26 @@
+# This is the configuration file for the 800x600 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# 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=0
+ty=0
+tw=800
+th=600
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-800x600.jpg
+
+overpaintok=1