From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/docs/dfbg.1.in | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 Source/DirectFB/docs/dfbg.1.in (limited to 'Source/DirectFB/docs/dfbg.1.in') diff --git a/Source/DirectFB/docs/dfbg.1.in b/Source/DirectFB/docs/dfbg.1.in new file mode 100755 index 0000000..04e893a --- /dev/null +++ b/Source/DirectFB/docs/dfbg.1.in @@ -0,0 +1,54 @@ +.\" Hey Emacs! This file is -*- nroff -*- source. +.\" +.\" This man page is Copyright (C) 2002-2003 Sven Neumann + +.TH DFBG 1 "9 Jul 2003" "Version @DIRECTFB_VERSION@" "DirectFB Manual Pages" + +.SH NAME +dfbg \- DirectFB background configuration tool + +.SH SYNOPSIS +\fBdfbg\fP [\fIoptions\fP] <\fIfilename\fP>| + +.SH DESCRIPTION +\fBdfbg\fP is a small utility to configure the background of the DirectFB +desktop. It loads the specified image and sets it as background image. + +\fBdfbg\fP requires DirectFB with the multi-application core enabled. + +.SH OPTIONS +.TP +.B -c, --color +Set color fill mode using in AARRGGBB format (hexadecimal). +The alpha component can be omitted in most configurations. + +.TP +.B -t, --tile +Set tiled mode instead of scaling the image to fit the screen size. + +.TP +.B -v, --version +Output version information. + +.TP +.B -h, --help +Print brief help and exit. + +.SH EXAMPLES + +Set background color to DirectFB's default color + + dfbg -c ff107ce8 + +Set image stretched to fit the screen + + dfbg bg.png + +Set image tiled + + dfbg -t bg.png + + +.SH OTHER INFO +The canonical place to find informations about DirectFB is at +http://www.directfb.org/. -- cgit