C H A P T E R 5 |
PGX Graphics Accelerator |
This chapter describes how to change the display resolution on the PGX Graphics Accelerator.
You can change the PGX screen and associated graphics hardware through the m64config utility. Options are specified on the command line. The specified options can be stored in the OWconfig file to provide persistence of the options across window system sessions and system reboots.
Note - m64 is the UNIX device name for the PGX Graphics Accelerator. |
TABLE 5-1 lists the screen resolutions that are supported by the PGX Graphics Accelerator.
This example changes the screen resolution temporarily. It can be used to verify that the monitor supports the specified resolution.
/usr/sbin/m64config -res video-mode try |
TABLE 5-2 lists the video-mode options. You are given ten seconds to confirm the video mode by typing y .
For example, to try the 1152 x 900 resolution at 76 Hz, enter one of the following formats:
This example uses the WidthxHeightxRate format
/usr/sbin/m64config -res 1152x900x76 try |
This example uses the symbolic name format.
/usr/sbin/m64config -res 1152 try |
To print the PGX hardware configuration information, type:
/usr/sbin/m64config -prconf |
The following is a typical display of the hardware configuration information:
The examples in this chapter are only two of the simpler uses of the m64config utility. For more information on m64config , see the m64config man page.
Some 3D applications may experience problems when run on the PGX frame buffer. Problems may range from incorrect rendering to window system crashes.
The work-around for these problems is to set the environment variable XGLNOPEX before executing any 3D applications. For example:
Copyright © 2002, Sun Microsystems, Inc. All rights reserved.