PBXGA graphics card
Table of Contents
- 1 General description
- 1.1 Emulated cards
- 2 Important notes
- 3 Virtual PBXGA PCI graphics card settings
- 3.1 Loading virtual PBXGA graphics card
- 3.2 Configuration parameters
- 3.2.1 size
- 3.2.2 cpu_draw
- 3.2.3 application
- 3.3 Using PBXGA_TV
- 3.3.1 General Information
- 3.3.2 Command-Line Parameters
- 3.3.3 Multiple Screens
- 4 Examples
- 4.1 Example 1: 8-bpp graphics on AlphaServer 400
- 4.2 Example 2: 24-bpp graphics on AlphaServer DS20
- 4.3 Example 3: two display units, running independently
- 4.4 Example 4: dual head display, 2x 1280x1024
- 4.5 Example 5: triple head display, 3x 1280x1024
- 4.6 Example 6: Two screens consolidated in a column in one window
General description
Charon-AXP supports emulation of PBXGA graphics card(s) by direct virtualization and provides a virtual console for displaying graphics.
The console starts automatically upon starting the emulator. Its resolution is 800 x 600 by default.
Support for AXP graphics is provided with two components:
emulation of PBXGA PCI graphics adapter and
emulation of display unit (display unit is emulated with separate executable PBXGA_TV)
Emulated cards
PBXGA_AA emulates 8bpp graphics card (256 colors, pseudo-color) with 4MB frame buffer - ZLXp-E1
PBXGA_BA emulates 24bpp graphics card (16M colors, TrueColor) with 16MB frame buffer - ZLXp-E2
Important notes
PBXGA graphics console cannot be used as the system console. Use OPA0 for this purpose.
If PBXGA graphics card is going to be used, the resolution of CHARON host screen must be sufficient to provide ability to display the graphics console properly.
If PBXGA graphics card is configured, starting with version 4.12, Charon can now run as a service and is therefore compatible with the Linux Toolkit. Alternatively the emulator can also be run in detached mode (
# <emulator exe> -d <configuration file>)If the window of the PBXGA graphics card console is closed by user or killed as a process, it will not re-appear automatically ( the Charon emulator will continue to work). In this situation the user has to restart the pbxga_tv program with the correct parameters, as defined in the configuration file, to restart the graphical display (see application chapter further)
Virtual PBXGA PCI graphics card settings
Loading virtual PBXGA graphics card
Syntax for loading PBXGA graphics card:
|
Syntax for loading PBXGA graphics card on AlphaServer 400:
|
Example (more examples below):
|
On Charon startup a window will appear on CHARON host monitor to display graphics.
All the parameters described in the "Placement of peripheral devices on PCI bus" chapter, such as "bus", "device", "function", "irq", "irq_bus" are applicable for PBXGA graphics card.
Configuration parameters
size
Parameter | size |
|---|---|
Type | Text string |
Value | Predefine the screen size. Possible values: 640x480, 800x600 (default), 1024x768, 1152x900, 1280x1024, 1920x1080 Example:
|
cpu_draw
Parameter | cpu_draw |
|---|---|
Type | boolean |
Value | Offloading raster operations. The default value is "true" Example:
|
.
application
Parameter | application |
|---|---|
Type | Text string |
Value | Specifies the application to open for displaying the emulated graphics device. The pbxga_tv executable file is provided for this. It is located in the same folder as the Charon emulator executable file. Syntax:
When several graphics cards are loaded, the <device name(s)> have to be separated by a pipe character and the application has to be defined for the latest loaded PBXGA card. See examples below. Note that correct consolidation is only possible when screens are of the same depth and size. Example:
There is no need to supply display size to PBXGA_TV application. Using PanoramiX/XINERAMA extensions to DECwindows is also possible (topics of proper configuration OpenVMS/Tru64 are not covered here). These extensions allow to join multiple heads in one big virtual screen. The PBXGA_TV virtual display unit has special notation allowing to consolidate multiple frame buffers in single window (topology is flexible, to some extent):
Example:
|
SDL2