diff options
Diffstat (limited to 'common/bootsplash/config/bootsplash-1280x1024.cfg')
-rw-r--r-- | common/bootsplash/config/bootsplash-1280x1024.cfg | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/common/bootsplash/config/bootsplash-1280x1024.cfg b/common/bootsplash/config/bootsplash-1280x1024.cfg deleted file mode 100644 index 8cf9fd6..0000000 --- a/common/bootsplash/config/bootsplash-1280x1024.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# This is the configuration file for the 1280x1024 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=37 -ty=65 -tw=1203 -th=869 - -# ttf message output parameters -text_x=25 -text_y=950 -text_size=20 -text_color=0xd3dde7 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg -silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 25 978 452 1001 #fefefe98 -# progress bar -box silent inter 25 979 25 1000 #eeeeee #eeeeee #195ea5 #195ea5 -box silent 25 979 452 1000 #eeeeee #eeeeee #195ea5 #195ea5 -# black border (top, bottom, left, right) -box silent 25 978 452 978 #313234 -box silent 25 1001 452 1001 #889499 -box silent 25 978 25 1001 #313234 -box silent 452 978 452 1001 #889499 - -# text box -box noover 27 60 1250 939 #ffffffa0 -# black border (top, bottom, left, right) -box 26 60 26 940 #313234 -box 27 60 1251 60 #313234 -box 1251 61 1251 940 #889499 -box 27 940 1251 940 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt |