summaryrefslogtreecommitdiffstats
path: root/theming/openslx/bootsplash
diff options
context:
space:
mode:
author(no author)2006-09-08 19:33:52 +0200
committer(no author)2006-09-08 19:33:52 +0200
commit65391b699742bfb48b64f9ec32b295d6a8e400a7 (patch)
treefab3f190c439dbb127e9038e32789775e25e9cc1 /theming/openslx/bootsplash
parentneed to commit (diff)
downloadcore-65391b699742bfb48b64f9ec32b295d6a8e400a7.tar.gz
core-65391b699742bfb48b64f9ec32b295d6a8e400a7.tar.xz
core-65391b699742bfb48b64f9ec32b295d6a8e400a7.zip
need to commit, for testing, maybe some bugs
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@363 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'theming/openslx/bootsplash')
-rw-r--r--theming/openslx/bootsplash/animations/spinner.mngbin0 -> 42728 bytes
-rw-r--r--theming/openslx/bootsplash/config/bootsplash-1024x768.cfg31
-rw-r--r--theming/openslx/bootsplash/config/bootsplash-1280x1024.cfg31
-rw-r--r--theming/openslx/bootsplash/config/bootsplash-640x480.cfg31
-rw-r--r--theming/openslx/bootsplash/config/bootsplash-800x600.cfg31
-rw-r--r--theming/openslx/bootsplash/images/bootsplash-1024x768.jpgbin0 -> 12599 bytes
-rw-r--r--theming/openslx/bootsplash/images/bootsplash-1280x1024.jpgbin0 -> 19882 bytes
-rw-r--r--theming/openslx/bootsplash/images/bootsplash-640x480.jpgbin0 -> 6275 bytes
-rw-r--r--theming/openslx/bootsplash/images/bootsplash-800x600.jpgbin0 -> 8775 bytes
-rw-r--r--theming/openslx/bootsplash/images/silent-1024x768.jpgbin0 -> 27475 bytes
-rw-r--r--theming/openslx/bootsplash/images/silent-1280x1024.jpgbin0 -> 58592 bytes
-rw-r--r--theming/openslx/bootsplash/images/silent-640x480.jpgbin0 -> 13566 bytes
-rw-r--r--theming/openslx/bootsplash/images/silent-800x600.jpgbin0 -> 19052 bytes
13 files changed, 124 insertions, 0 deletions
diff --git a/theming/openslx/bootsplash/animations/spinner.mng b/theming/openslx/bootsplash/animations/spinner.mng
new file mode 100644
index 00000000..b54f5444
--- /dev/null
+++ b/theming/openslx/bootsplash/animations/spinner.mng
Binary files differ
diff --git a/theming/openslx/bootsplash/config/bootsplash-1024x768.cfg b/theming/openslx/bootsplash/config/bootsplash-1024x768.cfg
new file mode 100644
index 00000000..4a23fbd9
--- /dev/null
+++ b/theming/openslx/bootsplash/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/theming/openslx/bootsplash/config/bootsplash-1280x1024.cfg b/theming/openslx/bootsplash/config/bootsplash-1280x1024.cfg
new file mode 100644
index 00000000..15453f08
--- /dev/null
+++ b/theming/openslx/bootsplash/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/theming/openslx/bootsplash/config/bootsplash-640x480.cfg b/theming/openslx/bootsplash/config/bootsplash-640x480.cfg
new file mode 100644
index 00000000..9232ff1c
--- /dev/null
+++ b/theming/openslx/bootsplash/config/bootsplash-640x480.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-640x480.jpg
+silentjpeg=/etc/bootsplash/themes/dxs/images/silent-640x480.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/theming/openslx/bootsplash/config/bootsplash-800x600.cfg b/theming/openslx/bootsplash/config/bootsplash-800x600.cfg
new file mode 100644
index 00000000..f0fb70e4
--- /dev/null
+++ b/theming/openslx/bootsplash/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/theming/openslx/bootsplash/images/bootsplash-1024x768.jpg b/theming/openslx/bootsplash/images/bootsplash-1024x768.jpg
new file mode 100644
index 00000000..9d19a391
--- /dev/null
+++ b/theming/openslx/bootsplash/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/bootsplash-1280x1024.jpg b/theming/openslx/bootsplash/images/bootsplash-1280x1024.jpg
new file mode 100644
index 00000000..7cf0f4a2
--- /dev/null
+++ b/theming/openslx/bootsplash/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/bootsplash-640x480.jpg b/theming/openslx/bootsplash/images/bootsplash-640x480.jpg
new file mode 100644
index 00000000..6e5320a6
--- /dev/null
+++ b/theming/openslx/bootsplash/images/bootsplash-640x480.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/bootsplash-800x600.jpg b/theming/openslx/bootsplash/images/bootsplash-800x600.jpg
new file mode 100644
index 00000000..b85aab9d
--- /dev/null
+++ b/theming/openslx/bootsplash/images/bootsplash-800x600.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/silent-1024x768.jpg b/theming/openslx/bootsplash/images/silent-1024x768.jpg
new file mode 100644
index 00000000..2f63e5a1
--- /dev/null
+++ b/theming/openslx/bootsplash/images/silent-1024x768.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/silent-1280x1024.jpg b/theming/openslx/bootsplash/images/silent-1280x1024.jpg
new file mode 100644
index 00000000..82466f7a
--- /dev/null
+++ b/theming/openslx/bootsplash/images/silent-1280x1024.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/silent-640x480.jpg b/theming/openslx/bootsplash/images/silent-640x480.jpg
new file mode 100644
index 00000000..735e4f37
--- /dev/null
+++ b/theming/openslx/bootsplash/images/silent-640x480.jpg
Binary files differ
diff --git a/theming/openslx/bootsplash/images/silent-800x600.jpg b/theming/openslx/bootsplash/images/silent-800x600.jpg
new file mode 100644
index 00000000..33dada58
--- /dev/null
+++ b/theming/openslx/bootsplash/images/silent-800x600.jpg
Binary files differ