diff options
129 files changed, 407 insertions, 540 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-theme PACKAGE=mandriva-theme -VERSION=1.2.21 +VERSION=1.2.22 THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash @@ -36,23 +36,36 @@ install: install -m644 $$t/bootsplash/data/*.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/; \ install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/config; \ install -m644 common/bootsplash/config/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/; \ - perl -pi -e "s,/\@THEME\@/,/$$t/," $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \ if [ -d $$t/bootsplash/config ]; then \ install -m644 $$t/bootsplash/config/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/; \ fi; \ install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/animations; \ install -m644 $$t/background/$$t-*.png $(prefix)$(sharedir)/mdk/backgrounds/; \ + install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \ + for d in 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \ + do \ + ln -f -s $$t-$$d-1300.png $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d.png; \ + done; \ + source $$t/bootsplash/colors; \ for d in 800x600 1024x768 1280x1024 1600x1200; \ do \ - ln -s bootsplash-$$d.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/silent-$$d.jpg; \ + W=`echo $$d | sed -e "s/x.*//"` ;\ + H=`echo $$d | sed -e "s/.*x//"` ;\ + ln -f -s bootsplash-$$d.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/silent-$$d.jpg; \ + for v in common/bootsplash/config/*-template.cfg ; do \ + cp -f $$v $(prefix)$(configdir)/bootsplash/themes/$$t/config/`basename $$v -template.cfg`-$$d.cfg ;\ + done; \ + perl -pi -e "s,/\@THEME\@/,/$$t/,; s,\@B1\@,$$B1,g; s,\@B2\@,$$B2,g; s,\@B3\@,$$B3,g;s,\@B4\@,$$B4,g; s/\@HEIGHT\@(-\d+)?/$$H+\$$1/eg; s/\@WIDTH\@(-\d+)?/$$W+\$$1/eg" $(prefix)$(configdir)/bootsplash/themes/$$t/config/*-$$d.cfg; \ for v in 1 2 3 4 5 6; \ do \ - ln -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/$$t/config/vt$$v-$$d.cfg; \ + ln -f -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/$$t/config/vt$$v-$$d.cfg; \ done; \ done; \ + rm -f $(prefix)$(configdir)/bootsplash/themes/$$t/config/*template.cfg ; \ chmod 644 $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \ install -d $(prefix)$(sharedir)/gfxboot/themes/$$t; \ install -m644 $$t/gfxboot/*.jpg $(prefix)$(sharedir)/gfxboot/themes/$$t/; \ + install -m644 /usr/share/fonts/TTF/dejavu/DejaVuSans.ttf $(prefix)$(configdir)/bootsplash/luxisri.ttf; \ done changelog: ../common/username diff --git a/Mandriva-Flash/background/Mandriva-Flash.xml b/Mandriva-Flash/background/Mandriva-Flash.xml new file mode 100644 index 0000000..5ff25fa --- /dev/null +++ b/Mandriva-Flash/background/Mandriva-Flash.xml @@ -0,0 +1,63 @@ +<background> + <starttime> + <year>2007</year> + <month>09</month> + <day>26</day> + <hour>07</hour> + <minute>00</minute> + <second>00</second> + </starttime> +<!-- This animation will start at 7 AM. --> + +<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Flash-0700.png</file> +</static> + +<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Flash-0700.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-PowerPack-1300.png</to> +</transition> + +<!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> +<static> +<duration>7200.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Flash-1300.png</file> +</static> + +<!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> +<transition type="overlay"> +<duration>10800.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Flash-1300.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Flash-1800.png</to> +</transition> + +<!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Flash-1800.png</file> +</static> + +<!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Flash-1800.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Flash-0000.png</to> +</transition> + +<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> +<static> +<duration>18000.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Flash-0000.png</file> +</static> + +<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> +<transition type="overlay"> +<duration>7200.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Flash-0000.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Flash-0700.png</to> +</transition> +</background> diff --git a/Mandriva-Flash/bootsplash/colors b/Mandriva-Flash/bootsplash/colors new file mode 100644 index 0000000..9ac0ebe --- /dev/null +++ b/Mandriva-Flash/bootsplash/colors @@ -0,0 +1,4 @@ +B1="#8EA2CF" +B2="#4965AE" +B3="#415DA6" +B4="#21459C" diff --git a/Mandriva-Free/background/Mandriva-Free-1024x768.png b/Mandriva-Free/background/Mandriva-Free-1024x768-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1024x768.png +++ b/Mandriva-Free/background/Mandriva-Free-1024x768-0000.png diff --git a/Mandriva-Free/background/Mandriva-Free-1280x1024.png b/Mandriva-Free/background/Mandriva-Free-1024x768-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1280x1024.png +++ b/Mandriva-Free/background/Mandriva-Free-1024x768-0700.png diff --git a/Mandriva-Free/background/Mandriva-Free-1280x800.png b/Mandriva-Free/background/Mandriva-Free-1024x768-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1280x800.png +++ b/Mandriva-Free/background/Mandriva-Free-1024x768-1300.png diff --git a/Mandriva-Free/background/Mandriva-Free-1440x900.png b/Mandriva-Free/background/Mandriva-Free-1024x768-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1440x900.png +++ b/Mandriva-Free/background/Mandriva-Free-1024x768-1800.png diff --git a/Mandriva-Free/background/Mandriva-Free-1600x1200.png b/Mandriva-Free/background/Mandriva-Free-1280x1024-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1600x1200.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x1024-0000.png diff --git a/Mandriva-Free/background/Mandriva-Free-1680x1050.png b/Mandriva-Free/background/Mandriva-Free-1280x1024-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1680x1050.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x1024-0700.png diff --git a/Mandriva-Free/background/Mandriva-Free-1920x1200.png b/Mandriva-Free/background/Mandriva-Free-1280x1024-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1920x1200.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x1024-1300.png diff --git a/Mandriva-Free/background/Mandriva-Free-1920x1440.png b/Mandriva-Free/background/Mandriva-Free-1280x1024-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/background/Mandriva-Free-1920x1440.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x1024-1800.png diff --git a/Mandriva-Free/lilo/lilo.png b/Mandriva-Free/background/Mandriva-Free-1280x800-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/lilo/lilo.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x800-0000.png diff --git a/Mandriva-Free/lilo/syslinux.png b/Mandriva-Free/background/Mandriva-Free-1280x800-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Free/lilo/syslinux.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x800-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1024x768.png b/Mandriva-Free/background/Mandriva-Free-1280x800-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1024x768.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x800-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1280x1024.png b/Mandriva-Free/background/Mandriva-Free-1280x800-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1280x1024.png +++ b/Mandriva-Free/background/Mandriva-Free-1280x800-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1280x800.png b/Mandriva-Free/background/Mandriva-Free-1440x900-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1280x800.png +++ b/Mandriva-Free/background/Mandriva-Free-1440x900-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1440x900.png b/Mandriva-Free/background/Mandriva-Free-1440x900-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1440x900.png +++ b/Mandriva-Free/background/Mandriva-Free-1440x900-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1600x1200.png b/Mandriva-Free/background/Mandriva-Free-1440x900-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1600x1200.png +++ b/Mandriva-Free/background/Mandriva-Free-1440x900-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1680x1050.png b/Mandriva-Free/background/Mandriva-Free-1440x900-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1680x1050.png +++ b/Mandriva-Free/background/Mandriva-Free-1440x900-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1200.png b/Mandriva-Free/background/Mandriva-Free-1600x1200-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1920x1200.png +++ b/Mandriva-Free/background/Mandriva-Free-1600x1200-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1440.png b/Mandriva-Free/background/Mandriva-Free-1600x1200-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/background/Mandriva-One-1920x1440.png +++ b/Mandriva-Free/background/Mandriva-Free-1600x1200-0700.png diff --git a/Mandriva-One/lilo/lilo.png b/Mandriva-Free/background/Mandriva-Free-1600x1200-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/lilo/lilo.png +++ b/Mandriva-Free/background/Mandriva-Free-1600x1200-1300.png diff --git a/Mandriva-One/lilo/syslinux.png b/Mandriva-Free/background/Mandriva-Free-1600x1200-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-One/lilo/syslinux.png +++ b/Mandriva-Free/background/Mandriva-Free-1600x1200-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768.png b/Mandriva-Free/background/Mandriva-Free-1680x1050-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768.png +++ b/Mandriva-Free/background/Mandriva-Free-1680x1050-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024.png b/Mandriva-Free/background/Mandriva-Free-1680x1050-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024.png +++ b/Mandriva-Free/background/Mandriva-Free-1680x1050-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800.png b/Mandriva-Free/background/Mandriva-Free-1680x1050-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800.png +++ b/Mandriva-Free/background/Mandriva-Free-1680x1050-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900.png b/Mandriva-Free/background/Mandriva-Free-1680x1050-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900.png +++ b/Mandriva-Free/background/Mandriva-Free-1680x1050-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200.png b/Mandriva-Free/background/Mandriva-Free-1920x1200-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1200-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050.png b/Mandriva-Free/background/Mandriva-Free-1920x1200-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1200-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200.png b/Mandriva-Free/background/Mandriva-Free-1920x1200-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1200-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440.png b/Mandriva-Free/background/Mandriva-Free-1920x1200-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1200-1800.png diff --git a/Mandriva-Powerpack/lilo/lilo.png b/Mandriva-Free/background/Mandriva-Free-1920x1440-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/lilo/lilo.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1440-0000.png diff --git a/Mandriva-Powerpack/lilo/syslinux.png b/Mandriva-Free/background/Mandriva-Free-1920x1440-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/Mandriva-Powerpack/lilo/syslinux.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1440-0700.png diff --git a/common/screensaver/0-Anokalven.png b/Mandriva-Free/background/Mandriva-Free-1920x1440-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/0-Anokalven.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1440-1300.png diff --git a/common/screensaver/1-Moln.png b/Mandriva-Free/background/Mandriva-Free-1920x1440-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/1-Moln.png +++ b/Mandriva-Free/background/Mandriva-Free-1920x1440-1800.png diff --git a/Mandriva-Free/background/Mandriva-Free.xml b/Mandriva-Free/background/Mandriva-Free.xml new file mode 100644 index 0000000..8171092 --- /dev/null +++ b/Mandriva-Free/background/Mandriva-Free.xml @@ -0,0 +1,63 @@ +<background> + <starttime> + <year>2007</year> + <month>09</month> + <day>26</day> + <hour>07</hour> + <minute>00</minute> + <second>00</second> + </starttime> +<!-- This animation will start at 7 AM. --> + +<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Free-0700.png</file> +</static> + +<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Free-0700.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-PowerPack-1300.png</to> +</transition> + +<!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> +<static> +<duration>7200.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Free-1300.png</file> +</static> + +<!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> +<transition type="overlay"> +<duration>10800.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Free-1300.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Free-1800.png</to> +</transition> + +<!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Free-1800.png</file> +</static> + +<!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Free-1800.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Free-0000.png</to> +</transition> + +<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> +<static> +<duration>18000.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Free-0000.png</file> +</static> + +<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> +<transition type="overlay"> +<duration>7200.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Free-0000.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Free-0700.png</to> +</transition> +</background> diff --git a/Mandriva-Free/bootsplash/colors b/Mandriva-Free/bootsplash/colors new file mode 100644 index 0000000..5c9a6c3 --- /dev/null +++ b/Mandriva-Free/bootsplash/colors @@ -0,0 +1,4 @@ +B1="#adcfff" +B2="#7BAAE7" +B3="#5A8AD6" +B4="#427dc6" diff --git a/common/screensaver/2-Norrsken.png b/Mandriva-One/background/Mandriva-One-1024x768-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/2-Norrsken.png +++ b/Mandriva-One/background/Mandriva-One-1024x768-0000.png diff --git a/common/screensaver/3-Gapas.png b/Mandriva-One/background/Mandriva-One-1024x768-0700.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/3-Gapas.png +++ b/Mandriva-One/background/Mandriva-One-1024x768-0700.png diff --git a/common/screensaver/4-Jiegnaffo.png b/Mandriva-One/background/Mandriva-One-1024x768-1300.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/4-Jiegnaffo.png +++ b/Mandriva-One/background/Mandriva-One-1024x768-1300.png diff --git a/common/screensaver/5-Sol.png b/Mandriva-One/background/Mandriva-One-1024x768-1800.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/5-Sol.png +++ b/Mandriva-One/background/Mandriva-One-1024x768-1800.png diff --git a/common/screensaver/6-Goahti.png b/Mandriva-One/background/Mandriva-One-1280x1024-0000.png Binary files differindex 45ee75d..45ee75d 100644 --- a/common/screensaver/6-Goahti.png +++ b/Mandriva-One/background/Mandriva-One-1280x1024-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1280x1024-0700.png b/Mandriva-One/background/Mandriva-One-1280x1024-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x1024-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1280x1024-1300.png b/Mandriva-One/background/Mandriva-One-1280x1024-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x1024-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1280x1024-1800.png b/Mandriva-One/background/Mandriva-One-1280x1024-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x1024-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1280x800-0000.png b/Mandriva-One/background/Mandriva-One-1280x800-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x800-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1280x800-0700.png b/Mandriva-One/background/Mandriva-One-1280x800-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x800-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1280x800-1300.png b/Mandriva-One/background/Mandriva-One-1280x800-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x800-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1280x800-1800.png b/Mandriva-One/background/Mandriva-One-1280x800-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1280x800-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1440x900-0000.png b/Mandriva-One/background/Mandriva-One-1440x900-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1440x900-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1440x900-0700.png b/Mandriva-One/background/Mandriva-One-1440x900-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1440x900-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1440x900-1300.png b/Mandriva-One/background/Mandriva-One-1440x900-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1440x900-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1440x900-1800.png b/Mandriva-One/background/Mandriva-One-1440x900-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1440x900-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1600x1200-0000.png b/Mandriva-One/background/Mandriva-One-1600x1200-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1600x1200-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1600x1200-0700.png b/Mandriva-One/background/Mandriva-One-1600x1200-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1600x1200-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1600x1200-1300.png b/Mandriva-One/background/Mandriva-One-1600x1200-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1600x1200-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1600x1200-1800.png b/Mandriva-One/background/Mandriva-One-1600x1200-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1600x1200-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1680x1050-0000.png b/Mandriva-One/background/Mandriva-One-1680x1050-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1680x1050-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1680x1050-0700.png b/Mandriva-One/background/Mandriva-One-1680x1050-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1680x1050-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1680x1050-1300.png b/Mandriva-One/background/Mandriva-One-1680x1050-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1680x1050-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1680x1050-1800.png b/Mandriva-One/background/Mandriva-One-1680x1050-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1680x1050-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1200-0000.png b/Mandriva-One/background/Mandriva-One-1920x1200-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1200-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1200-0700.png b/Mandriva-One/background/Mandriva-One-1920x1200-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1200-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1200-1300.png b/Mandriva-One/background/Mandriva-One-1920x1200-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1200-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1200-1800.png b/Mandriva-One/background/Mandriva-One-1920x1200-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1200-1800.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1440-0000.png b/Mandriva-One/background/Mandriva-One-1920x1440-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1440-0000.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1440-0700.png b/Mandriva-One/background/Mandriva-One-1920x1440-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1440-0700.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1440-1300.png b/Mandriva-One/background/Mandriva-One-1920x1440-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1440-1300.png diff --git a/Mandriva-One/background/Mandriva-One-1920x1440-1800.png b/Mandriva-One/background/Mandriva-One-1920x1440-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-One/background/Mandriva-One-1920x1440-1800.png diff --git a/Mandriva-One/background/Mandriva-One.xml b/Mandriva-One/background/Mandriva-One.xml new file mode 100644 index 0000000..22461d2 --- /dev/null +++ b/Mandriva-One/background/Mandriva-One.xml @@ -0,0 +1,63 @@ +<background> + <starttime> + <year>2007</year> + <month>09</month> + <day>26</day> + <hour>07</hour> + <minute>00</minute> + <second>00</second> + </starttime> +<!-- This animation will start at 7 AM. --> + +<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-One-0700.png</file> +</static> + +<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-One-0700.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-PowerPack-1300.png</to> +</transition> + +<!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> +<static> +<duration>7200.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-One-1300.png</file> +</static> + +<!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> +<transition type="overlay"> +<duration>10800.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-One-1300.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-One-1800.png</to> +</transition> + +<!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-One-1800.png</file> +</static> + +<!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-One-1800.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-One-0000.png</to> +</transition> + +<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> +<static> +<duration>18000.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-One-0000.png</file> +</static> + +<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> +<transition type="overlay"> +<duration>7200.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-One-0000.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-One-0700.png</to> +</transition> +</background> diff --git a/Mandriva-One/bootsplash/colors b/Mandriva-One/bootsplash/colors new file mode 100644 index 0000000..9ac0ebe --- /dev/null +++ b/Mandriva-One/bootsplash/colors @@ -0,0 +1,4 @@ +B1="#8EA2CF" +B2="#4965AE" +B3="#415DA6" +B4="#21459C" diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1024x768-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x1024-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1280x800-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1440x900-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1600x1200-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1680x1050-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1200-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-0000.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-0000.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-0000.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-0700.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-0700.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-0700.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-1300.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-1300.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-1300.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-1800.png b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-1800.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack-1920x1440-1800.png diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack.xml b/Mandriva-Powerpack/background/Mandriva-Powerpack.xml new file mode 100644 index 0000000..c0e9f89 --- /dev/null +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack.xml @@ -0,0 +1,63 @@ +<background> + <starttime> + <year>2007</year> + <month>09</month> + <day>26</day> + <hour>07</hour> + <minute>00</minute> + <second>00</second> + </starttime> +<!-- This animation will start at 7 AM. --> + +<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.png</file> +</static> + +<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-PowerPack-1300.png</to> +</transition> + +<!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> +<static> +<duration>7200.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1300.png</file> +</static> + +<!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> +<transition type="overlay"> +<duration>10800.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1300.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.png</to> +</transition> + +<!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> +<static> +<duration>3600.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.png</file> +</static> + +<!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.png</to> +</transition> + +<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> +<static> +<duration>18000.0</duration> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.png</file> +</static> + +<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> +<transition type="overlay"> +<duration>7200.0</duration> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.png</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.png</to> +</transition> +</background> diff --git a/Mandriva-Powerpack/bootsplash/colors b/Mandriva-Powerpack/bootsplash/colors new file mode 100644 index 0000000..9ac0ebe --- /dev/null +++ b/Mandriva-Powerpack/bootsplash/colors @@ -0,0 +1,4 @@ +B1="#8EA2CF" +B2="#4965AE" +B3="#415DA6" +B4="#21459C" 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/flower-0.png b/common/screensaver/flower-0.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-0.png diff --git a/common/screensaver/flower-1.png b/common/screensaver/flower-1.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-1.png diff --git a/common/screensaver/flower-2.png b/common/screensaver/flower-2.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-2.png diff --git a/common/screensaver/flower-3.png b/common/screensaver/flower-3.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-3.png diff --git a/common/screensaver/flower-4.png b/common/screensaver/flower-4.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-4.png diff --git a/common/screensaver/flower-5.png b/common/screensaver/flower-5.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-5.png diff --git a/common/screensaver/flower-6.png b/common/screensaver/flower-6.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-6.png diff --git a/common/screensaver/flower-7.png b/common/screensaver/flower-7.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-7.png diff --git a/common/screensaver/flower-8.png b/common/screensaver/flower-8.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-8.png diff --git a/common/screensaver/flower-9.png b/common/screensaver/flower-9.png Binary files differnew file mode 100644 index 0000000..45ee75d --- /dev/null +++ b/common/screensaver/flower-9.png |