<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
      I am using a configuration for two heads, :0.0 and :0.1:<br>
    <br>
    <i>Section "Device"</i><i><br>
    </i><i>        Identifier  "devDn"</i><i><br>
    </i><i>        Driver      "radeon"</i><i><br>
    </i><i>        BusID       "PCI:0:1:0"</i><i><br>
    </i><i>        Option      "monitor-VGA-0" "monDn"</i><i><br>
    </i><i>        Screen      0</i><i><br>
    </i><i>EndSection</i><i><br>
    </i><i><br>
    </i><i>Section "Device"</i><i><br>
    </i><i>        Identifier  "devUp"</i><i><br>
    </i><i>        Driver      "radeon"</i><i><br>
    </i><i>        BusID       "PCI:0:1:0"</i><i><br>
    </i><i>        Option      "monitor-HDMI-0"  "monUp"</i><i><br>
    </i><i>        Screen      1</i><i><br>
    </i><i>EndSection</i><br>
    <br>
    But the HDMI is always assigned to :0.0 and the VGA port is always
    :0.1.<br>
    <br>
    How can one reverse the order of the detected connectors? I would
    like to have an easy option to swap the two.<br>
    I have found that in the old days, a "MonitorLayout" option was the
    best way to do that, but nowadays it does not work:<br>
    <br>
    <i>(WW) RADEON(0): Option "MonitorLayout" is not used</i><br>
    <br>
    Is it dependant on something?<br>
    <br>
    The reason to swap the heads here is due to the fact that the
    software which accesses the two screens has hard coded the 0/1
    values in many places, but the monitors are sometime swapped in the
    installation and it would be much easier to just swap them by
    software. Also this dual screen way of access is a legacy thing and
    is not easy to change - it is an embedded system, now ported to a G
    series T56N apu (in Q7 form factor):<br>
    <br>
    00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee
    ATI Wrestler [Radeon HD 6320]<br>
    <br>
    Thanks,<br>
    <br>
    Daniel<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>