diff options
Diffstat (limited to 'common/bootsplash/config/bootsplash-1024x768.cfg')
-rw-r--r-- | common/bootsplash/config/bootsplash-1024x768.cfg | 57 |
1 files changed, 0 insertions, 57 deletions
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 |