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

devg-q2sd.so

Graphics driver for Hitachi Q2SD display controller

Syntax:

io-graphics -dl devg-q2sd.so [option[,option ...]] ... &

Runs on:

SH4

Options:

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

Options specific to this driver:

-amode=config_file
Specifies the full path to q2sd.conf, the configuration file for this driver.

Description:

The devg-q2sd.so driver provides accelerated 2D support for the Hitachi Q2SD display controller on the specified platforms.

You can configure devg-q2sd.so to run your board by editing the q2sd.conf configuration file. 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 Hitachi documentation.)

You must specify the location of the configuration file to the devg-q2sd.so driver via the -a option of io-graphics, like this example:

io-graphics -dl devg-q2sd.so -g 640x480x16 -amode=/etc/config/q2sd.conf

Supported platforms

Acceleration features

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

Video Overlay/Scaler support

None

Other features

Feature Provision
Hardware Cursor Yes
TV Out Yes (NTSC)
Video capture No
DPMS (power saving) No

Resolution and refresh support

Display size (pixels): Refresh rate (Hz): Color depth (bits per pixel):
640x240 NTSC 60 16
640x480 NTSC 60 (interlaced) 16
640x480 VGA 60 16

Restrictions:

Files:

This driver needs the following files available at run time:

libdisputil.so
graphics driver utility library
libffb-q2sd.so.2
software rasterization library
q2sd.conf
driver configuration file

See also:

io-graphics, crttrap, devgt-iographics


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