summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-02-27 19:46:11 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-02-27 19:46:11 +0000
commit243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc (patch)
treefc46cbbe591f4a05509f0b9d9ddb8dc3f2ce3fc6 /common
parentd543e9b3699e25adab6118275fc78989c2a3cf12 (diff)
downloadtheme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.gz
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.bz2
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.xz
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.zip
- Release 1.2.22
- New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds - use templates to create bootsplash configuration
Diffstat (limited to 'common')
-rw-r--r--common/bootsplash/config/bootsplash-1024x768.cfg57
-rw-r--r--common/bootsplash/config/bootsplash-1280x1024.cfg57
-rw-r--r--common/bootsplash/config/bootsplash-1600x1200.cfg57
-rw-r--r--common/bootsplash/config/bootsplash-800x600.cfg57
-rw-r--r--common/bootsplash/config/bootsplash-template.cfg59
-rw-r--r--common/bootsplash/config/hibernate-1024x768.cfg57
-rw-r--r--common/bootsplash/config/hibernate-1280x1024.cfg57
-rw-r--r--common/bootsplash/config/hibernate-1600x1200.cfg57
-rw-r--r--common/bootsplash/config/hibernate-800x600.cfg57
-rw-r--r--common/bootsplash/config/hibernate-template.cfg59
-rw-r--r--common/bootsplash/config/vt0-1280x1024.cfg25
-rw-r--r--common/bootsplash/config/vt0-1600x1200.cfg25
-rw-r--r--common/bootsplash/config/vt0-800x600.cfg26
-rw-r--r--common/bootsplash/config/vt0-template.cfg (renamed from common/bootsplash/config/vt0-1024x768.cfg)8
-rw-r--r--common/screensaver/flower-0.png (renamed from common/screensaver/0-Anokalven.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-1.png (renamed from common/screensaver/1-Moln.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-2.png (renamed from common/screensaver/2-Norrsken.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-3.png (renamed from common/screensaver/3-Gapas.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-4.png (renamed from common/screensaver/4-Jiegnaffo.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-5.png (renamed from common/screensaver/5-Sol.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-6.png (renamed from common/screensaver/6-Goahti.png)bin365990 -> 365990 bytes
-rw-r--r--common/screensaver/flower-7.pngbin0 -> 365990 bytes
-rw-r--r--common/screensaver/flower-8.pngbin0 -> 365990 bytes
-rw-r--r--common/screensaver/flower-9.pngbin0 -> 365990 bytes
24 files changed, 122 insertions, 536 deletions
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-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-1024x768.cfg b/common/bootsplash/config/vt0-template.cfg
index 5bca5aa..638b459 100644
--- a/common/bootsplash/config/vt0-1024x768.cfg
+++ b/common/bootsplash/config/vt0-template.cfg
@@ -1,4 +1,4 @@
-# This is the configuration file for the 1024x768 bootsplash picture.
+# 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.
@@ -16,10 +16,10 @@ bgcolor=0
# tw/th is the width/height of the text window in pixels.
tx=0
ty=0
-tw=1024
-th=768
+tw=@WIDTH@
+th=@HEIGHT@
# name of the picture file (full path recommended)
-jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-1024x768.jpg
+jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-@WIDTH@x@HEIGHT@.jpg
overpaintok=1
diff --git a/common/screensaver/0-Anokalven.png b/common/screensaver/flower-0.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/0-Anokalven.png
+++ b/common/screensaver/flower-0.png
Binary files differ
diff --git a/common/screensaver/1-Moln.png b/common/screensaver/flower-1.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/1-Moln.png
+++ b/common/screensaver/flower-1.png
Binary files differ
diff --git a/common/screensaver/2-Norrsken.png b/common/screensaver/flower-2.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/2-Norrsken.png
+++ b/common/screensaver/flower-2.png
Binary files differ
diff --git a/common/screensaver/3-Gapas.png b/common/screensaver/flower-3.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/3-Gapas.png
+++ b/common/screensaver/flower-3.png
Binary files differ
diff --git a/common/screensaver/4-Jiegnaffo.png b/common/screensaver/flower-4.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/4-Jiegnaffo.png
+++ b/common/screensaver/flower-4.png
Binary files differ
diff --git a/common/screensaver/5-Sol.png b/common/screensaver/flower-5.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/5-Sol.png
+++ b/common/screensaver/flower-5.png
Binary files differ
diff --git a/common/screensaver/6-Goahti.png b/common/screensaver/flower-6.png
index 45ee75d..45ee75d 100644
--- a/common/screensaver/6-Goahti.png
+++ b/common/screensaver/flower-6.png
Binary files differ
diff --git a/common/screensaver/flower-7.png b/common/screensaver/flower-7.png
new file mode 100644
index 0000000..45ee75d
--- /dev/null
+++ b/common/screensaver/flower-7.png
Binary files differ
diff --git a/common/screensaver/flower-8.png b/common/screensaver/flower-8.png
new file mode 100644
index 0000000..45ee75d
--- /dev/null
+++ b/common/screensaver/flower-8.png
Binary files differ
diff --git a/common/screensaver/flower-9.png b/common/screensaver/flower-9.png
new file mode 100644
index 0000000..45ee75d
--- /dev/null
+++ b/common/screensaver/flower-9.png
Binary files differ