PDA

View Full Version : Eight Monitors With ATI Linux Graphics


phoronix
09-20-2008, 07:20 AM
Phoronix: Eight Monitors With ATI Linux Graphics

With the most recent Catalyst 8.9 Linux driver release there is support for MultiView on FireGL and FirePRO graphics cards. This allows the user to use multiple graphics cards together in order to build a single X server that spans all of these displays...

http://www.phoronix.com/vr.php?view=NjczNQ

ethana2
09-20-2008, 11:24 AM
Could it do 5 on the bottom, 3 on the top instead? That would be a bit more awesome in a lot of use cases..

mtippett
09-20-2008, 03:14 PM
Could it do 5 on the bottom, 3 on the top instead? That would be a bit more awesome in a lot of use cases..

This dual head - without Xinerama - each head is accessible independently, and hence you can lay it out however you want. In our development (unrelated to the video), We have played with 1x8 and 3+5 configs.

It looks like this demo setup was put together quickly - flightgear obviously uses one monitor as the centre point.

AMD did a similar demo at siggraph - the video posted is a response to that. That was in a 1+3 config.

For those with matching workstation cards, you can run

aticonfig --initial=dual-head --adapter=all

The driver hasn't been validated with consumer or mismatched cards, so it is disabled in those configs.

Regards,

Matthew

EDIT: fixed typo in aticonfig commandline

bridgman
09-21-2008, 01:13 PM
aticonfig --initial=dual-head --adapaters=all

Should it be "adapters=all" rather than "adapAters=all" ?

Michael
09-21-2008, 03:42 PM
aticonfig --initial=dual-head --adapaters=allShould it be "adapters=all" rather than "adapAters=all" ?

Yes John, you are correct.