diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-27 19:46:11 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-27 19:46:11 +0000 |
commit | 243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc (patch) | |
tree | fc46cbbe591f4a05509f0b9d9ddb8dc3f2ce3fc6 /common/bootsplash/config/vt0-1600x1200.cfg | |
parent | d543e9b3699e25adab6118275fc78989c2a3cf12 (diff) | |
download | theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.gz theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.bz2 theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.xz theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.zip |
- Release 1.2.22
- New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds
- use templates to create bootsplash configuration
Diffstat (limited to 'common/bootsplash/config/vt0-1600x1200.cfg')
-rw-r--r-- | common/bootsplash/config/vt0-1600x1200.cfg | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/common/bootsplash/config/vt0-1600x1200.cfg b/common/bootsplash/config/vt0-1600x1200.cfg deleted file mode 100644 index 1786f12..0000000 --- a/common/bootsplash/config/vt0-1600x1200.cfg +++ /dev/null @@ -1,25 +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. - -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=1600 -th=1200 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-1600x1200.jpg - -overpaintok=1 |