Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dfbg(1) [debian man page]

DFBG(1) 						       DirectFB Manual Pages							   DFBG(1)

NAME
dfbg - DirectFB background configuration tool SYNOPSIS
dfbg [options] <filename>|<color> DESCRIPTION
dfbg is a small utility to configure the background of the DirectFB desktop. It loads the specified image and sets it as background image. dfbg requires DirectFB with the multi-application core enabled. OPTIONS
-c, --color Set color fill mode using <color> in AARRGGBB format (hexadecimal). The alpha component can be omitted in most configurations. -t, --tile Set tiled mode instead of scaling the image to fit the screen size. -v, --version Output version information. -h, --help Print brief help and exit. 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 OTHER INFO
The canonical place to find informations about DirectFB is at http://www.directfb.org/. Version 1.2.10 9 Jul 2003 DFBG(1)

Check Out this Related Man Page

gnome-background-properties(1)					   User Commands				    gnome-background-properties(1)

NAME
gnome-background-properties - customize your desktop background SYNOPSIS
gnome-background-properties [gnome-std-options] DESCRIPTION
The Background preferences tool allows you to customize the desktop background. The desktop background is the part of the desktop where there are no interface graphical items, such as panels and windows. The desktop background is always beneath the other interface items. You can customize the desktop background in the following ways: o Select an image to display on the desktop background. The image is superimposed on the desktop background color. The desktop back- ground color is visible if you select a transparent image or if the image does not cover the entire desktop background. o Select a color for the desktop background. You can select a solid color, or create a gradient effect with two colors. A gradient effect is a visual effect where one color blends gradually into another color. OPTIONS
The following options are supported: gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Launching the background preference tool example% gnome-background-properties EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-backgrounExecutableefor Background preferences tool ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+------------------------------+ |Availability |SUNWgnome-desktop-preferences | +-----------------------------+------------------------------+ |Interface stability |External | +-----------------------------+------------------------------+ SEE ALSO
Preference Tools Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-control-center(1), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 gnome-background-properties(1)
Man Page