<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - 1920x1080 height too large for virtual size (dual radeon)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66799">66799</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>xorg-driver-ati@lists.x.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>1920x1080 height too large for virtual size (dual radeon)
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>xorg-team@lists.x.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>duanev@gmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Driver/Radeon
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=82302" name="attach_82302" title="Xorg.0.log">attachment 82302</a> <a href="attachment.cgi?id=82302&action=edit" title="Xorg.0.log">[details]</a></span>
Xorg.0.log

Xorg exhibits several problems possibly because of Dual 4550 Radeon cards.
1) 66796 - radeon dual card configure segmentation fault
2) (this bug) - 1920x1080 height too large for virtual size (dual radeon)
3) (after #2 is fixed)  xrandr -q lists only one screen for 2 cards, 2 monitors


Much time spent looking for cause why second monitor of a dual radeon (2 cards,
1 monitor each) remained blank when Xorg reported both cards and monitors
detected.  Monitor on card1 is 1680x1050, monitor on card two is 1920x1080. 
With no xorg.conf (default config) the 1680x1050 monitor would light up and the
1920x1080 would stay blank.  Note the *informatory* message "[585135.723] (II)
RADEON(G0): Not using mode "1920x1080" (height too large for virtual size)" in
the Xorg.0.log file (in my opinion, if a significant bit of hardware is
disabled due to a resource problem, it should be a warning).


A workaround for this problem appears to be to create an xorg.conf file that
defines the virtual display size as large or larger than the physical screen
size.

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Virtual 1920 1088
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Virtual 1920 1088
        EndSubSection
EndSection</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>