blob: e6dfc79f0eefe6d0eb1682c43589d63318b14206 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# This is the configuration file for the 1600x1200 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=44
ty=65
tw=1513
th=1045
# ttf message output parameters
text_x=30
text_y=1100
text_size=20
text_color=0xeef4ff
# name of the picture file (full path recommended)
jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1600x1200.jpg
silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-1600x1200.jpg
progress_enable=1
# background
# b(order) or i(nter)
box silent noover 30 1129 804 1168 #ffffff98
# progress bar
box silent inter 30 1130 30 1167 #ffffff #ffffff #d3dde7 #d3dde7
box silent 30 1130 804 1167 #ffffff #ffffff #d3dde7 #d3dde7
# black border (top, bottom, left, right)
box silent 30 1129 804 1129 #313234
box silent 30 1168 804 1168 #889499
box silent 30 1129 30 1168 #313234
box silent 804 1129 804 1168 #889499
# text box
box noover 34 60 1567 1115 #ffffffa0
# black border (top, bottom, left, right)
box 33 60 33 1116 #313234
box 34 60 1568 60 #313234
box 1568 61 1568 1116 #889499
box 34 1116 1568 1116 #889499
overpaintok=1
LOGO_CONSOLE=vt
|