summaryrefslogtreecommitdiffstats
path: root/vmware/corp-id-test/bootsplash
diff options
context:
space:
mode:
Diffstat (limited to 'vmware/corp-id-test/bootsplash')
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/animations/spinner.mngbin0 -> 42728 bytes
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1024x768.cfg31
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1280x1024.cfg31
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/config/bootsplash-800x600.cfg31
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1024x768.jpgbin0 -> 11422 bytes
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1280x1024.jpgbin0 -> 18513 bytes
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/images/bootsplash-800x600.jpgbin0 -> 7966 bytes
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/images/silent-1024x768.jpgbin0 -> 26078 bytes
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/images/silent-1280x1024.jpgbin0 -> 56434 bytes
-rw-r--r--vmware/corp-id-test/bootsplash/dxs/images/silent-800x600.jpgbin0 -> 17847 bytes
10 files changed, 93 insertions, 0 deletions
diff --git a/vmware/corp-id-test/bootsplash/dxs/animations/spinner.mng b/vmware/corp-id-test/bootsplash/dxs/animations/spinner.mng
new file mode 100644
index 00000000..b54f5444
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/animations/spinner.mng
Binary files differ
diff --git a/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1024x768.cfg b/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1024x768.cfg
new file mode 100644
index 00000000..4a23fbd9
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1024x768.cfg
@@ -0,0 +1,31 @@
+# This is a bootsplash configuration file for
+# SUSE Linux 10.1, resolution 1024x768.
+#
+# See www.bootsplash.org for more information.
+# Written by Jakub Steiner <jimmac@novell.com>
+#
+version=3
+state=1
+progress_enable=0
+overpaintok=1
+
+
+fgcolor=7
+bgcolor=0
+
+tx=20
+ty=60
+tw=994
+th=708
+
+
+jpeg=/etc/bootsplash/themes/dxs/images/bootsplash-1024x768.jpg
+silentjpeg=/etc/bootsplash/themes/dxs/images/silent-1024x768.jpg
+
+mnganim anim /etc/bootsplash/themes/dxs/animations/spinner.mng silent center 512 614 scale 1024:1600
+
+trigger silent play anim
+trigger "isdown" quit
+trigger "rlreached 5" toverbose
+trigger "rlchange 0" tosilent
+trigger "rlchange 6" tosilent
diff --git a/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1280x1024.cfg b/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1280x1024.cfg
new file mode 100644
index 00000000..15453f08
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-1280x1024.cfg
@@ -0,0 +1,31 @@
+# This is a bootsplash configuration file for
+# SUSE Linux 10.1, resolution 1280x1024.
+#
+# See www.bootsplash.org for more information.
+# Written by Jakub Steiner <jimmac@novell.com>
+#
+version=3
+state=1
+progress_enable=0
+overpaintok=1
+
+
+fgcolor=7
+bgcolor=0
+
+tx=20
+ty=60
+tw=1250
+th=964
+
+
+jpeg=/etc/bootsplash/themes/dxs/images/bootsplash-1280x1024.jpg
+silentjpeg=/etc/bootsplash/themes/dxs/images/silent-1280x1024.jpg
+
+mnganim anim /etc/bootsplash/themes/dxs/animations/spinner.mng silent center 640 819 scale 1280:1600
+
+trigger silent play anim
+trigger "isdown" quit
+trigger "rlreached 5" toverbose
+trigger "rlchange 0" tosilent
+trigger "rlchange 6" tosilent
diff --git a/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-800x600.cfg b/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-800x600.cfg
new file mode 100644
index 00000000..f0fb70e4
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/config/bootsplash-800x600.cfg
@@ -0,0 +1,31 @@
+# This is a bootsplash configuration file for
+# SUSE Linux 10.1, resolution 800x600.
+#
+# See www.bootsplash.org for more information.
+# Written by Jakub Steiner <jimmac@novell.com>
+#
+version=3
+state=1
+progress_enable=0
+overpaintok=1
+
+
+fgcolor=7
+bgcolor=0
+
+tx=20
+ty=60
+tw=770
+th=540
+
+
+jpeg=/etc/bootsplash/themes/dxs/images/bootsplash-800x600.jpg
+silentjpeg=/etc/bootsplash/themes/dxs/images/silent-800x600.jpg
+
+mnganim anim /etc/bootsplash/themes/dxs/animations/spinner.mng silent center 400 480 scale 800:1600
+
+trigger silent play anim
+trigger "isdown" quit
+trigger "rlreached 5" toverbose
+trigger "rlchange 0" tosilent
+trigger "rlchange 6" tosilent
diff --git a/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1024x768.jpg b/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1024x768.jpg
new file mode 100644
index 00000000..d0e6dd45
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1280x1024.jpg b/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1280x1024.jpg
new file mode 100644
index 00000000..988d96f1
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-800x600.jpg b/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-800x600.jpg
new file mode 100644
index 00000000..adbdcfef
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/images/bootsplash-800x600.jpg
Binary files differ
diff --git a/vmware/corp-id-test/bootsplash/dxs/images/silent-1024x768.jpg b/vmware/corp-id-test/bootsplash/dxs/images/silent-1024x768.jpg
new file mode 100644
index 00000000..44a9cf8a
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/images/silent-1024x768.jpg
Binary files differ
diff --git a/vmware/corp-id-test/bootsplash/dxs/images/silent-1280x1024.jpg b/vmware/corp-id-test/bootsplash/dxs/images/silent-1280x1024.jpg
new file mode 100644
index 00000000..fb0ebdef
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/images/silent-1280x1024.jpg
Binary files differ
diff --git a/vmware/corp-id-test/bootsplash/dxs/images/silent-800x600.jpg b/vmware/corp-id-test/bootsplash/dxs/images/silent-800x600.jpg
new file mode 100644
index 00000000..8d2bfb36
--- /dev/null
+++ b/vmware/corp-id-test/bootsplash/dxs/images/silent-800x600.jpg
Binary files differ