multiple monitor QRTP

Groovy <jv90@dds.nl> wrote:

—559023410-2078917053-971261554=:430103
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

I ran “crttrap trap” and I only got this file. And it doesn’t look like
the output on > http://support.qnx.com/support/bok/solution.qnx?9490 > Does
somebody have an explanation for it. Or some help…

The web page you refer to is for QNX 4.xx and Photon 1.xx . It says
that in the heading.

Your trap file does indeed contain command lines to run drivers for
both Matrox and TNT cards. Each line is simply a command with a comment
at the end after the `;’

When you run Photon… the command at the top of the file will be run
automatically. Run any of the lines containing -dldevg-tnt.so and your
other card should spring to life. Add a `-o1280’ just after io-graphics,
and it will start up 1280 pixels to the right.

io-graphics -g1280x1024x32 -dldevg-matroxg.so -I0 -d0x102b,0x521 -R75 io-graphics -g800x600x16 -dldevg-vesabios.so -I0 -d0x102b,0x521;#1280,1024,32,100,0CBDr,matroxg - Matrox G200/G400
io-graphics -g1152x864x32 -dldevg-tnt.so -I0 -d0x12d2,0x18 -R60;#1152,864,32,100,0CBDr,tnt - nVidia Riva TNT/TNT2

Groovy <jv90@dds.nl> wrote:

I ran “crttrap trap” and I only got this file. And it doesn’t look like the output on > http://support.qnx.com/support/bok/solution.qnx?9490 > Does somebody have an explanation for it. Or some help…

Grz. Groovy

io-graphics -g1280x1024x32 -dldevg-matroxg.so -I0 -d0x102b,0x521 -R75 io-graphics -g800x600x16 -dldevg-vesabios.so -I0 -d0x102b,0x521;#1280,1024,32,100,0CBDr,matroxg - Matrox G200/G400

You want a semicolon right before the second io-graphics.

But unfortunately, your configuration is supported yet for multiple monitors.
Right now, it only works if the non-primary cards are Voodoo3/Banshee.

David Donohoe <ddonohoe@qnx.com> wrote:

Groovy <> jv90@dds.nl> > wrote:

I ran “crttrap trap” and I only got this file. And it doesn’t look like the output on > http://support.qnx.com/support/bok/solution.qnx?9490 > Does somebody have an explanation for it. Or some help…

Grz. Groovy

io-graphics -g1280x1024x32 -dldevg-matroxg.so -I0 -d0x102b,0x521 -R75 io-graphics -g800x600x16 -dldevg-vesabios.so -I0 -d0x102b,0x521;#1280,1024,32,100,0CBDr,matroxg - Matrox G200/G400

You want a semicolon right before the second io-graphics.

But unfortunately, your configuration is supported yet for multiple monitors.

I meant to say “is not supported” (unfortunately :frowning: )

Right now, it only works if the non-primary cards are Voodoo3/Banshee.

Do you know (maybe pete@qnx.com know) if it will be supported in the future?


David Donohoe <ddonohoe@qnx.com> wrote in message
news:8s208s$r3t$1@nntp.qnx.com

David Donohoe <> ddonohoe@qnx.com> > wrote:
Groovy <> jv90@dds.nl> > wrote:

I ran “crttrap trap” and I only got this file. And it doesn’t look like
the output on > http://support.qnx.com/support/bok/solution.qnx?9490 > Does

somebody have an explanation for it. Or some help…

Grz. Groovy

io-graphics -g1280x1024x32 -dldevg-matroxg.so -I0 -d0x102b,0x521 -R75
io-graphics -g800x600x16 -dldevg-vesabios.so -I0 -d0x102b,0x521;#1280,1024,3

2,100,0CBDr,matroxg - Matrox G200/G400

You want a semicolon right before the second io-graphics.

But unfortunately, your configuration is supported yet for multiple
monitors.

I meant to say “is not supported” (unfortunately > :frowning: > )

Right now, it only works if the non-primary cards are Voodoo3/Banshee.

Groovy <jv90@dds.nl> wrote:

Do you know (maybe > pete@qnx.com > know) if it will be supported in the future?

Yes it will.