[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

devg-orchid.so

Graphics driver for Fujitsu MB86292 graphics controller

Syntax:

io-graphics -d orchid [option[,option...]]
            ... &

Runs on:

x86, SH, PowerPC

Options:

For the general io-graphics options that can be used with this driver, see io-graphics.

Options specific to this driver:

mode_opts=config-file
Specifies the full path to orchid.conf, which is the configuration file for this driver.

Description:

The devg-orchid.so driver provides accelerated 2D support for the Fujitsu MB86292 graphics controller.

You can edit the orchid.conf configuration file to enable devg-orchid.so to run on your board. Follow the editing instructions in this file to specify the correct configuration for the required display mode. (For a more detailed explanation of the display settings, see the appropriate Fujitsu documentation.)

You must specify the location of the configuration file to the devg-orchid.so driver via the mode_opts option of io-graphics For example:

io-graphics -d orchid xres=640,yres=480,bitpp=15,photon,
mode_opts=/etc/photon/config/orchid.conf

Supported chipsets

Acceleration features

Feature Provision
Solid fills Yes
Bresenham lines Yes
Pattern fills Yes
Polygons Yes
Onscreen blitting Yes
Offscreen blitting Yes
Chroma-keyed blitting Yes
Alpha blending No
Raster OP's Partial
Bitmaps Yes

Video Overlay/Scaler support

Feature Provision
YUV formats Yes
RGB formats Yes
Up scaling No
Down scaling Not supported for RGB formats

Other features

Feature Provision
Hardware Cursor Yes
TV Out No
Video capture Yes
DPMS (power saving) Yes
Layers supported 4

Resolution and refresh support

Display size (pixels): Refresh rate(Hz): Color depth (bits per pixel):
640x480 60 8, 15
800x600 60 8, 15
1024x768 60 8, 15

Restrictions:

Files:

This driver needs the following files available at run time:

libdisputil.so
Graphics driver utility library.
libffb.so
Software rasterization library.

See also:

io-graphics, crttrap, devgt-iographics, orchid.conf


[Previous] [Contents] [Index] [Next]