From b6e78d3f0e1bee0d4287e215cb4c47db0b27bdb0 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 27 Feb 2007 23:02:12 +0000 Subject: Configuration for the different bootsplash resolutions ... animations would be nice ... see #64 too ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@733 95ad53e4-c205-0410-b2fa-d234c58c8868 --- .../bootsplash/config/bootsplash-1024x768.cfg | 31 ++++++++++++++++++++++ .../bootsplash/config/bootsplash-1280x1024.cfg | 31 ++++++++++++++++++++++ .../bootsplash/config/bootsplash-640x480.cfg | 31 ++++++++++++++++++++++ .../bootsplash/config/bootsplash-800x600.cfg | 31 ++++++++++++++++++++++ 4 files changed, 124 insertions(+) create mode 100644 theming/openslx/bootsplash/config/bootsplash-1024x768.cfg create mode 100644 theming/openslx/bootsplash/config/bootsplash-1280x1024.cfg create mode 100644 theming/openslx/bootsplash/config/bootsplash-640x480.cfg create mode 100644 theming/openslx/bootsplash/config/bootsplash-800x600.cfg (limited to 'theming') diff --git a/theming/openslx/bootsplash/config/bootsplash-1024x768.cfg b/theming/openslx/bootsplash/config/bootsplash-1024x768.cfg new file mode 100644 index 00000000..2ecfc9f2 --- /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 +# +version=3 +state=1 +progress_enable=0 +overpaintok=1 + + +fgcolor=7 +bgcolor=0 + +tx=20 +ty=60 +tw=994 +th=708 + + +jpeg=/tmp/bootsplash/images/bootsplash-1024x768.jpg +silentjpeg=/tmp/bootsplash/images/silent-1024x768.jpg + +mnganim anim /tmp/bootsplash/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..0ddf729f --- /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 +# +version=3 +state=1 +progress_enable=0 +overpaintok=1 + + +fgcolor=7 +bgcolor=0 + +tx=20 +ty=60 +tw=1250 +th=964 + + +jpeg=/tmp/bootsplash/images/bootsplash-1280x1024.jpg +silentjpeg=/tmp/bootsplash/images/silent-1280x1024.jpg + +mnganim anim /tmp/bootsplash/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..f190272b --- /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 640x480. +# +# See www.bootsplash.org for more information. +# Written by Jakub Steiner +# +version=3 +state=1 +progress_enable=0 +overpaintok=1 + + +fgcolor=7 +bgcolor=0 + +tx=20 +ty=60 +tw=610 +th=420 + + +jpeg=/tmp/bootsplash/images/bootsplash-640x480.jpg +silentjpeg=/tmp/bootsplash/images/silent-640x480.jpg + +mnganim anim /tmp/bootsplash/animations/spinner.mng silent center 320 384 scale 640: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..e19b566e --- /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 +# +version=3 +state=1 +progress_enable=0 +overpaintok=1 + + +fgcolor=7 +bgcolor=0 + +tx=20 +ty=60 +tw=770 +th=540 + + +jpeg=/tmp/bootsplash/images/bootsplash-800x600.jpg +silentjpeg=/tmp/bootsplash/images/silent-800x600.jpg + +mnganim anim /tmp/bootsplash/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 -- cgit v1.2.3-55-g7522