projects/Ultra/splash: remove unneeded splash images, add splash.conf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-03 22:53:49 +02:00
parent 075364ded8
commit cf3006b132
37 changed files with 40 additions and 288 deletions

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@ -0,0 +1,40 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
#
# splash.conf
#
DMI_BOARD_VENDOR=`cat /sys/class/dmi/id/board_vendor`
SYSTEM_CPU=`grep -m1 model /proc/cpuinfo | awk '{print $3}'`
if [ "$DMI_BOARD_VENDOR" = "XtReAmEr" ]; then
if [ "$SYSTEM_CPU" = "28" ]; then
# Xtreamer Ultra 1
SPLASHIMAGE="/splash/splash_ultra1.png"
elif [ "$SYSTEM_CPU" = "54" ]; then
# Xtreamer Ultra 2
SPLASHIMAGE="/splash/splash_ultra2.png"
fi
fi

View File

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 657 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1024x768.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1024x768.png
silentpic=/etc/splash/ultra1/images/splash-1024x768.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1280x1024.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1280x1024.png
silentpic=/etc/splash/ultra1/images/splash-1280x1024.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1280x720.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1280x720.png
silentpic=/etc/splash/ultra1/images/splash-1280x720.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1280x800.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1280x800.png
silentpic=/etc/splash/ultra1/images/splash-1280x800.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1400x1050.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1400x1050.png
silentpic=/etc/splash/ultra1/images/splash-1400x1050.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1600x1200.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1600x1200.png
silentpic=/etc/splash/ultra1/images/splash-1600x1200.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1600x900.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1600x900.png
silentpic=/etc/splash/ultra1/images/splash-1600x900.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1920x1080.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-1920x1080.png
silentpic=/etc/splash/ultra1/images/splash-1920x1080.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 800x600.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra1/images/splash-800x600.png
silentpic=/etc/splash/ultra1/images/splash-800x600.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 812 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 KiB

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1024x768.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1024x768.png
silentpic=/etc/splash/ultra2/images/splash-1024x768.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1280x1024.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1280x1024.png
silentpic=/etc/splash/ultra2/images/splash-1280x1024.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1280x720.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1280x720.png
silentpic=/etc/splash/ultra2/images/splash-1280x720.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1280x800.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1280x800.png
silentpic=/etc/splash/ultra2/images/splash-1280x800.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1400x1050.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1400x1050.png
silentpic=/etc/splash/ultra2/images/splash-1400x1050.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1600x1200.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1600x1200.png
silentpic=/etc/splash/ultra2/images/splash-1600x1200.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1600x900.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1600x900.png
silentpic=/etc/splash/ultra2/images/splash-1600x900.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 1920x1080.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-1920x1080.png
silentpic=/etc/splash/ultra2/images/splash-1920x1080.png

View File

@ -1,16 +0,0 @@
# This is a gensplash configuration file for
# theme OpenELEC, resolution 800x600.
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=18
text_color=#83b9dd
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/ultra2/images/splash-800x600.png
silentpic=/etc/splash/ultra2/images/splash-800x600.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 862 KiB