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

devg-flat.so

Graphics driver for unaccelerated flat frame buffers

Syntax:

 io-display [-vf] -d vid=[0x]vendor_id,did=[0x]device_id[,deviceindex=index] [-c config_file] [-p priority]

Runs on:

Neutrino

Targets:

x86, PowerPC, ARMLE, SHLE

Options:

For the general io-display options that you can use with this driver, see io-display.

Options specific to this driver:

mem_opts=0xAAAAAAAA,0xSSSSSSSS[,PPPP]
For a non-PCI device, AAAAAAAA specifies the physical address of the frame buffer aperture. The SSSSSSSS variable specifies the size of the aperture in bytes. The (optional) PPPP variable specifies the stride of the aperture in bytes.
mem_opts=X[,PPPP]
For a PCI device, X specifies the device's PCI aperture (0-5) which maps to the frame buffer; the (optional) PPPP variable is the stride of the frame buffer in bytes.

Description:

The devg-flat.so driver provides unaccelerated flat support for frame buffers.

Files:

This driver needs the following at run time:

libffb.so
Software rasterization library.

See also:

io-display