1
2DFBG(1) DirectFB Manual Pages DFBG(1)
3
4
5
7 dfbg - DirectFB background configuration tool
8
9
11 dfbg [options] <filename>|<color>
12
13
15 dfbg is a small utility to configure the background of the DirectFB
16 desktop. It loads the specified image and sets it as background image.
17
18 dfbg requires DirectFB with the multi-application core enabled.
19
20
22 -c, --color
23 Set color fill mode using <color> in AARRGGBB format (hexadeci‐
24 mal). The alpha component can be omitted in most configura‐
25 tions.
26
27
28 -t, --tile
29 Set tiled mode instead of scaling the image to fit the screen
30 size.
31
32
33 -v, --version
34 Output version information.
35
36
37 -h, --help
38 Print brief help and exit.
39
40
42 Set background color to DirectFB's default color
43
44 dfbg -c ff107ce8
45
46 Set image stretched to fit the screen
47
48 dfbg bg.png
49
50 Set image tiled
51
52 dfbg -t bg.png
53
54
55
57 The canonical place to find informations about DirectFB is at
58 http://www.directfb.org/.
59
60
61
62Version 1.0.0 9 Jul 2003 DFBG(1)