diff options
Diffstat (limited to 'themes/config/Mandrake/cfg/vt0-1024x768.cfg')
-rw-r--r-- | themes/config/Mandrake/cfg/vt0-1024x768.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/config/Mandrake/cfg/vt0-1024x768.cfg b/themes/config/Mandrake/cfg/vt0-1024x768.cfg new file mode 100644 index 0000000..1869964 --- /dev/null +++ b/themes/config/Mandrake/cfg/vt0-1024x768.cfg @@ -0,0 +1,26 @@ +# 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. + +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=7 +bgcolor=0 + +# (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=0 +ty=0 +tw=1024 + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-1024x768.jpg + +th=768 + +overpaintok=1 |