From 243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 27 Feb 2008 19:46:11 +0000 Subject: - Release 1.2.22 - New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds - use templates to create bootsplash configuration --- common/bootsplash/config/vt0-template.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 common/bootsplash/config/vt0-template.cfg (limited to 'common/bootsplash/config/vt0-template.cfg') diff --git a/common/bootsplash/config/vt0-template.cfg b/common/bootsplash/config/vt0-template.cfg new file mode 100644 index 0000000..638b459 --- /dev/null +++ b/common/bootsplash/config/vt0-template.cfg @@ -0,0 +1,25 @@ +# This is the configuration file for the @WIDTH@x@HEIGHT@ 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=@WIDTH@ +th=@HEIGHT@ + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-@WIDTH@x@HEIGHT@.jpg + +overpaintok=1 -- cgit v1.2.1