Open the Editor, type in the following configuration file for the matroxg :
— 8< —
[GLOBAL]
devices = matroxg
[DEVICE.matroxg]
dllpath = devg-matroxg.so
pci_vendor_id = 0x102b
pci_device_id = 0x2527
pci_index = 0
displays = 2
plugins = photon
photon =
[DEVICE.matroxg.0]
xres = 1280
yres = 1024
bitpp = 32
refresh = 75
region_x = 1280
[DEVICE.matroxg.1]
xres = 1280
yres = 1024
bitpp = 32
refresh = 75
[PLUGIN.photon]
dllpath = gri-photon.so
— 8< —
Save this file under /usr/photon/config/matroxg.conf
Now open in the Editor the /etc/system/config/graphics-modes file, and
replace the first line with :
— 8< —
io-graphics -c/usr/photon/config/matroxg.conf
— 8< —
Save and close the Editor. Now the graphic configurator
(‘Launch/Configure/Display Settings’ or /usr/photon/bin/phgraphx) no more
works anymore. It wasn’t updated to handle multi-monitor 
Open ‘Launch/Configure/Apparance’, clic the ‘Window’ tab, and uncheck
‘Multi-monitor placement’ to avoid the self to spread across all the
monitors (which make the workspace difficult to use).
Now reboot, I’ll explain further the ‘matroxg.conf’ file once you tested
things a bit.
OK, the second monitor switch on, and the login screen is located accross
the two monitors, that’s a bug. Login, and things return right, as
expected, your primary monitor is on the left, the second on the right.
The helpviewer tells there might some bugs on multi-monitors, test it with
opening any Open GL demo ! As you may see, the GlPh context is on the
second monitor whereas the window is on the left one. Move the window on
the right monitor, the GlPh context now merge perfectly with the window.
Don’t forget QNX is new into multi-monitors, but this is promising
They
ought to have asked some help to the masters of multi-monitoring, Matrox 
Well, now the explainataion of the conf file :
The [DEVICE.matroxg.0] section is for the secondary monitor, where the
[DEVICE.matroxg.1] is for the primary. The priority of monitors is managed
like SCSI units, where the last one (7 or 15) is the host controller.
‘region_x = 1280’ for the second monitor place it 1280 pixels on the right
from the first monitor. You should also have written ‘region_x = -1280’ in
the [DEVICE.matroxg.1] section, which should have placed the first monitor
1280 pixels on the left from the second monitor 
I’ll write a new ‘Display Settings’ manager that can handle
multi-monitors, like the one in Windows. Will see what it gives (sniff PCI
devices, list display controllers, get their abilities with crttrap, and
mix things into a new UI).
Kochise