From 243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 27 Feb 2008 19:46:11 +0000 Subject: - Release 1.2.22 - New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds - use templates to create bootsplash configuration --- common/bootsplash/config/bootsplash-1024x768.cfg | 57 ---------------------- common/bootsplash/config/bootsplash-1280x1024.cfg | 57 ---------------------- common/bootsplash/config/bootsplash-1600x1200.cfg | 57 ---------------------- common/bootsplash/config/bootsplash-800x600.cfg | 57 ---------------------- common/bootsplash/config/bootsplash-template.cfg | 59 +++++++++++++++++++++++ common/bootsplash/config/hibernate-1024x768.cfg | 57 ---------------------- common/bootsplash/config/hibernate-1280x1024.cfg | 57 ---------------------- common/bootsplash/config/hibernate-1600x1200.cfg | 57 ---------------------- common/bootsplash/config/hibernate-800x600.cfg | 57 ---------------------- common/bootsplash/config/hibernate-template.cfg | 59 +++++++++++++++++++++++ common/bootsplash/config/vt0-1024x768.cfg | 25 ---------- common/bootsplash/config/vt0-1280x1024.cfg | 25 ---------- common/bootsplash/config/vt0-1600x1200.cfg | 25 ---------- common/bootsplash/config/vt0-800x600.cfg | 26 ---------- common/bootsplash/config/vt0-template.cfg | 25 ++++++++++ 15 files changed, 143 insertions(+), 557 deletions(-) delete mode 100644 common/bootsplash/config/bootsplash-1024x768.cfg delete mode 100644 common/bootsplash/config/bootsplash-1280x1024.cfg delete mode 100644 common/bootsplash/config/bootsplash-1600x1200.cfg delete mode 100644 common/bootsplash/config/bootsplash-800x600.cfg create mode 100644 common/bootsplash/config/bootsplash-template.cfg delete mode 100644 common/bootsplash/config/hibernate-1024x768.cfg delete mode 100644 common/bootsplash/config/hibernate-1280x1024.cfg delete mode 100644 common/bootsplash/config/hibernate-1600x1200.cfg delete mode 100644 common/bootsplash/config/hibernate-800x600.cfg create mode 100644 common/bootsplash/config/hibernate-template.cfg delete mode 100644 common/bootsplash/config/vt0-1024x768.cfg delete mode 100644 common/bootsplash/config/vt0-1280x1024.cfg delete mode 100644 common/bootsplash/config/vt0-1600x1200.cfg delete mode 100644 common/bootsplash/config/vt0-800x600.cfg create mode 100644 common/bootsplash/config/vt0-template.cfg (limited to 'common/bootsplash/config') diff --git a/common/bootsplash/config/bootsplash-1024x768.cfg b/common/bootsplash/config/bootsplash-1024x768.cfg deleted file mode 100644 index 097e1a2..0000000 --- a/common/bootsplash/config/bootsplash-1024x768.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# 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. - -# 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=0 -bgcolor=7 - -# (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=40 -tw=959 -th=662 - -# ttf message output parameters -text_x=20 -text_y=700 -text_size=20 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1024x768.jpg -silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1024x768.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 20 732 375 753 #fefefe98 -# progress bar -box silent inter 20 733 20 752 #ffffff #ffffff #d3dde7 #d3dde7 -box silent 20 733 375 752 #ffffff #ffffff #d3dde7 #d3dde7 -# black border (top, bottom, left, right) -box silent 20 732 375 732 #313234 -box silent 20 753 375 753 #889499 -box silent 20 732 20 753 #313234 -box silent 375 732 375 753 #889499 - -# text box -box noover 22 35 1001 707 #ffffffa0 -# black border (top, bottom, left, right) -box 21 35 21 708 #313234 -box 22 35 1002 35 #313234 -box 1002 36 1002 708 #889499 -box 22 708 1002 708 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/bootsplash-1280x1024.cfg b/common/bootsplash/config/bootsplash-1280x1024.cfg deleted file mode 100644 index 8cf9fd6..0000000 --- a/common/bootsplash/config/bootsplash-1280x1024.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# This is the configuration file for the 1280x1024 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=0 -bgcolor=7 - -# (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=37 -ty=65 -tw=1203 -th=869 - -# ttf message output parameters -text_x=25 -text_y=950 -text_size=20 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg -silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 25 978 452 1001 #fefefe98 -# progress bar -box silent inter 25 979 25 1000 #eeeeee #eeeeee #195ea5 #195ea5 -box silent 25 979 452 1000 #eeeeee #eeeeee #195ea5 #195ea5 -# black border (top, bottom, left, right) -box silent 25 978 452 978 #313234 -box silent 25 1001 452 1001 #889499 -box silent 25 978 25 1001 #313234 -box silent 452 978 452 1001 #889499 - -# text box -box noover 27 60 1250 939 #ffffffa0 -# black border (top, bottom, left, right) -box 26 60 26 940 #313234 -box 27 60 1251 60 #313234 -box 1251 61 1251 940 #889499 -box 27 940 1251 940 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/bootsplash-1600x1200.cfg b/common/bootsplash/config/bootsplash-1600x1200.cfg deleted file mode 100644 index 1eaea86..0000000 --- a/common/bootsplash/config/bootsplash-1600x1200.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# This is the configuration file for the 1600x1200 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=0 -bgcolor=7 - -# (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=44 -ty=65 -tw=1513 -th=1045 - -# ttf message output parameters -text_x=30 -text_y=1100 -text_size=20 -text_color=0xeef4ff - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1600x1200.jpg -silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1600x1200.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 30 1129 570 1168 #ffffff98 -# progress bar -box silent inter 30 1130 30 1167 #ffffff #ffffff #d3dde7 #d3dde7 -box silent 30 1130 570 1167 #ffffff #ffffff #d3dde7 #d3dde7 -# black border (top, bottom, left, right) -box silent 30 1129 570 1129 #313234 -box silent 30 1168 570 1168 #889499 -box silent 30 1129 30 1168 #313234 -box silent 570 1129 570 1168 #889499 - -# text box -box noover 34 60 1567 1115 #ffffffa0 -# black border (top, bottom, left, right) -box 33 60 33 1116 #313234 -box 34 60 1568 60 #313234 -box 1568 61 1568 1116 #889499 -box 34 1116 1568 1116 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/bootsplash-800x600.cfg b/common/bootsplash/config/bootsplash-800x600.cfg deleted file mode 100644 index 669fff5..0000000 --- a/common/bootsplash/config/bootsplash-800x600.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# 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=0 -bgcolor=7 - -# (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=26 -ty=37 -tw=747 -th=503 - -# ttf message output parameters -text_x=20 -text_y=550 -text_size=15 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg -silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 20 578 285 592 #ffffff98 -# progress bar -box silent inter 20 579 20 591 #ffffff #ffffff #d3dde7 #d3dde7 -box silent 20 579 285 591 #ffffff #ffffff #d3dde7 #d3dde7 -# black border (top, bottom, left, right) -box silent 20 578 285 578 #313234 -box silent 20 592 285 592 #889499 -box silent 20 578 20 592 #313234 -box silent 285 578 285 592 #889499 - -# text box -box noover 16 32 783 545 #ffffffa0 -# black border (top, bottom, left, right) -box 15 32 15 546 #313234 -box 16 32 784 32 #313234 -box 784 33 784 546 #889499 -box 16 546 784 546 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/bootsplash-template.cfg b/common/bootsplash/config/bootsplash-template.cfg new file mode 100644 index 0000000..8ab042c --- /dev/null +++ b/common/bootsplash/config/bootsplash-template.cfg @@ -0,0 +1,59 @@ +# This is the configuration file for the @WIDTH@x@HEIGHT@ 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=0 +bgcolor=7 + +# (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=40 +tw=@WIDTH@-65 +th=@HEIGHT@-106 + +# ttf message output parameters +text_x=24 +text_y=@HEIGHT@-105 +text_size=14 +text_color=0xffffff + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-@WIDTH@x@HEIGHT@.jpg +silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-@WIDTH@x@HEIGHT@.jpg + +progress_enable=1 + +# background +# b(order) or i(nter) +box silent noover 25 @HEIGHT@-75 270 @HEIGHT@-55 #eff3f7 +# progress bar +box silent inter 25 @HEIGHT@-75 25 @HEIGHT@-65 @B1@ @B1@ @B3@ @B3@ +box silent 25 @HEIGHT@-75 270 @HEIGHT@-65 @B1@ @B1@ @B3@ @B3@ +box silent inter 25 @HEIGHT@-64 25 @HEIGHT@-55 @B4@ @B4@ @B2@ @B2@ +box silent 25 @HEIGHT@-64 270 @HEIGHT@-55 @B4@ @B4@ @B2@ @B2@ +# black border (top, bottom, left, right) +box silent 25 @HEIGHT@-76 270 @HEIGHT@-76 #A6B2C7 +box silent 25 @HEIGHT@-54 270 @HEIGHT@-54 #b6c3cf +box silent 24 @HEIGHT@-75 24 @HEIGHT@-55 #a6b2c7 +box silent 271 @HEIGHT@-75 271 @HEIGHT@-55 #b6c3cf + +# text box +box noover 22 35 @WIDTH@-23 @HEIGHT@-61 #ffffffa0 +# black border (top, bottom, left, right) +box 21 35 21 @HEIGHT@-60 #313234 +box 22 35 @WIDTH@-22 35 #313234 +box @WIDTH@-22 36 @WIDTH@-22 @HEIGHT@-60 #889499 +box 22 @HEIGHT@-60 @WIDTH@-22 @HEIGHT@-60 #889499 + +overpaintok=1 + +LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/hibernate-1024x768.cfg b/common/bootsplash/config/hibernate-1024x768.cfg deleted file mode 100644 index 784f6ae..0000000 --- a/common/bootsplash/config/hibernate-1024x768.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# 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. - -# 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=0 -bgcolor=7 - -# (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=40 -tw=959 -th=662 - -# ttf message output parameters -text_x=20 -text_y=700 -text_size=20 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1024x768.jpg -silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1024x768.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 20 732 526 753 #fefefe98 -# progress bar -box silent inter 20 733 20 752 #ffffff #ffffff #d3dde7 #d3dde7 -box silent 20 733 526 752 #ffffff #ffffff #d3dde7 #d3dde7 -# black border (top, bottom, left, right) -box silent 20 732 526 732 #313234 -box silent 20 753 526 753 #889499 -box silent 20 732 20 753 #313234 -box silent 526 732 526 753 #889499 - -# text box -box noover 22 35 1001 707 #ffffffa0 -# black border (top, bottom, left, right) -box 21 35 21 708 #313234 -box 22 35 1002 35 #313234 -box 1002 36 1002 708 #889499 -box 22 708 1002 708 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/hibernate-1280x1024.cfg b/common/bootsplash/config/hibernate-1280x1024.cfg deleted file mode 100644 index 41ee770..0000000 --- a/common/bootsplash/config/hibernate-1280x1024.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# This is the configuration file for the 1280x1024 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=0 -bgcolor=7 - -# (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=37 -ty=65 -tw=1203 -th=869 - -# ttf message output parameters -text_x=25 -text_y=950 -text_size=20 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1280x1024.jpg -silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1280x1024.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 25 978 654 1001 #fefefe98 -# progress bar -box silent inter 25 979 25 1000 #eeeeee #eeeeee #195ea5 #195ea5 -box silent 25 979 654 1000 #eeeeee #eeeeee #195ea5 #195ea5 -# black border (top, bottom, left, right) -box silent 25 978 654 978 #313234 -box silent 25 1001 654 1001 #889499 -box silent 25 978 25 1001 #313234 -box silent 654 978 654 1001 #889499 - -# text box -box noover 27 60 1250 939 #ffffffa0 -# black border (top, bottom, left, right) -box 26 60 26 940 #313234 -box 27 60 1251 60 #313234 -box 1251 61 1251 940 #889499 -box 27 940 1251 940 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/hibernate-1600x1200.cfg b/common/bootsplash/config/hibernate-1600x1200.cfg deleted file mode 100644 index e6dfc79..0000000 --- a/common/bootsplash/config/hibernate-1600x1200.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# This is the configuration file for the 1600x1200 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=0 -bgcolor=7 - -# (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=44 -ty=65 -tw=1513 -th=1045 - -# ttf message output parameters -text_x=30 -text_y=1100 -text_size=20 -text_color=0xeef4ff - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1600x1200.jpg -silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1600x1200.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 30 1129 804 1168 #ffffff98 -# progress bar -box silent inter 30 1130 30 1167 #ffffff #ffffff #d3dde7 #d3dde7 -box silent 30 1130 804 1167 #ffffff #ffffff #d3dde7 #d3dde7 -# black border (top, bottom, left, right) -box silent 30 1129 804 1129 #313234 -box silent 30 1168 804 1168 #889499 -box silent 30 1129 30 1168 #313234 -box silent 804 1129 804 1168 #889499 - -# text box -box noover 34 60 1567 1115 #ffffffa0 -# black border (top, bottom, left, right) -box 33 60 33 1116 #313234 -box 34 60 1568 60 #313234 -box 1568 61 1568 1116 #889499 -box 34 1116 1568 1116 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/hibernate-800x600.cfg b/common/bootsplash/config/hibernate-800x600.cfg deleted file mode 100644 index 13261a0..0000000 --- a/common/bootsplash/config/hibernate-800x600.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# 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=0 -bgcolor=7 - -# (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=26 -ty=37 -tw=747 -th=503 - -# ttf message output parameters -text_x=20 -text_y=550 -text_size=15 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-800x600.jpg -silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-800x600.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 20 578 425 592 #ffffff98 -# progress bar -box silent inter 20 579 20 591 #ffffff #ffffff #d3dde7 #d3dde7 -box silent 20 579 425 591 #ffffff #ffffff #d3dde7 #d3dde7 -# black border (top, bottom, left, right) -box silent 20 578 425 578 #313234 -box silent 20 592 425 592 #889499 -box silent 20 578 20 592 #313234 -box silent 425 578 425 592 #889499 - -# text box -box noover 16 32 783 545 #ffffffa0 -# black border (top, bottom, left, right) -box 15 32 15 546 #313234 -box 16 32 784 32 #313234 -box 784 33 784 546 #889499 -box 16 546 784 546 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/hibernate-template.cfg b/common/bootsplash/config/hibernate-template.cfg new file mode 100644 index 0000000..2cdf103 --- /dev/null +++ b/common/bootsplash/config/hibernate-template.cfg @@ -0,0 +1,59 @@ +# This is the configuration file for the @WIDTH@x@HEIGHT@ 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=0 +bgcolor=7 + +# (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=40 +tw=@WIDTH@-65 +th=@HEIGHT@-106 + +# ttf message output parameters +text_x=24 +text_y=@HEIGHT@-105 +text_size=14 +text_color=0xffffff + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-@WIDTH@x@HEIGHT@.jpg +silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-@WIDTH@x@HEIGHT@.jpg + +progress_enable=1 + +# background +# b(order) or i(nter) +box silent noover 25 @HEIGHT@-75 270 @HEIGHT@-55 #eff3f7 +# progress bar +box silent inter 25 @HEIGHT@-75 25 @HEIGHT@-65 #cfd7df #cfd7df #a6b2c7 #a6b2c7 +box silent 25 @HEIGHT@-75 270 @HEIGHT@-65 #cfd7df #cfd7df #a6b2c7 #a6b2c7 +box silent inter 25 @HEIGHT@-64 25 @HEIGHT@-55 #8692a6 #8692a6 #c7d3df #c7d3df +box silent 25 @HEIGHT@-64 270 @HEIGHT@-55 #8692a6 #8692a6 #c7d3df #c7d3df +# black border (top, bottom, left, right) +box silent 25 @HEIGHT@-76 270 @HEIGHT@-76 #a6b2c7 +box silent 25 @HEIGHT@-54 270 @HEIGHT@-54 #b6c3cf +box silent 24 @HEIGHT@-75 24 @HEIGHT@-55 #a6b2c7 +box silent 271 @HEIGHT@-75 271 @HEIGHT@-55 #b6c3cf + +# text box +box noover 22 35 @WIDTH@-23 @HEIGHT@-61 #ffffffa0 +# black border (top, bottom, left, right) +box 21 35 21 @HEIGHT@-60 #313234 +box 22 35 @WIDTH@-22 35 #313234 +box @WIDTH@-22 36 @WIDTH@-22 @HEIGHT@-60 #889499 +box 22 @HEIGHT@-60 @WIDTH@-22 @HEIGHT@-60 #889499 + +overpaintok=1 + +LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/vt0-1024x768.cfg b/common/bootsplash/config/vt0-1024x768.cfg deleted file mode 100644 index 5bca5aa..0000000 --- a/common/bootsplash/config/vt0-1024x768.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -th=768 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-1024x768.jpg - -overpaintok=1 diff --git a/common/bootsplash/config/vt0-1280x1024.cfg b/common/bootsplash/config/vt0-1280x1024.cfg deleted file mode 100644 index 2a71464..0000000 --- a/common/bootsplash/config/vt0-1280x1024.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# 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=1280 -th=1024 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-1280x1024.jpg - -overpaintok=1 diff --git a/common/bootsplash/config/vt0-1600x1200.cfg b/common/bootsplash/config/vt0-1600x1200.cfg deleted file mode 100644 index 1786f12..0000000 --- a/common/bootsplash/config/vt0-1600x1200.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# 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=1600 -th=1200 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-1600x1200.jpg - -overpaintok=1 diff --git a/common/bootsplash/config/vt0-800x600.cfg b/common/bootsplash/config/vt0-800x600.cfg deleted file mode 100644 index a21a313..0000000 --- a/common/bootsplash/config/vt0-800x600.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# 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/Mandriva-common/images/vt-800x600.jpg - -overpaintok=1 diff --git a/common/bootsplash/config/vt0-template.cfg b/common/bootsplash/config/vt0-template.cfg new file mode 100644 index 0000000..638b459 --- /dev/null +++ b/common/bootsplash/config/vt0-template.cfg @@ -0,0 +1,25 @@ +# This is the configuration file for the @WIDTH@x@HEIGHT@ 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=@WIDTH@ +th=@HEIGHT@ + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-@WIDTH@x@HEIGHT@.jpg + +overpaintok=1 -- cgit v1.2.1