diff options
Diffstat (limited to 'common/bootsplash/config/hibernate-1280x1024.cfg')
-rw-r--r-- | common/bootsplash/config/hibernate-1280x1024.cfg | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/common/bootsplash/config/hibernate-1280x1024.cfg b/common/bootsplash/config/hibernate-1280x1024.cfg new file mode 100644 index 0000000..41ee770 --- /dev/null +++ b/common/bootsplash/config/hibernate-1280x1024.cfg @@ -0,0 +1,57 @@ +# 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/Mandriva-common/images/hibernate-1280x1024.jpg +silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1280x1024.jpg + +progress_enable=1 + +# background +# b(order) or i(nter) +box silent noover 25 978 654 1001 #fefefe98 +# progress bar +box silent inter 25 979 25 1000 #eeeeee #eeeeee #195ea5 #195ea5 +box silent 25 979 654 1000 #eeeeee #eeeeee #195ea5 #195ea5 +# black border (top, bottom, left, right) +box silent 25 978 654 978 #313234 +box silent 25 1001 654 1001 #889499 +box silent 25 978 25 1001 #313234 +box silent 654 978 654 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 |