<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:agd5f@yahoo.com" title="Alex Deucher <agd5f@yahoo.com>"> <span class="fn">Alex Deucher</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - 1920x1080 height too large for virtual size (dual radeon)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66799">bug 66799</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - 1920x1080 height too large for virtual size (dual radeon)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66799#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - 1920x1080 height too large for virtual size (dual radeon)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66799">bug 66799</a>
              from <span class="vcard"><a class="email" href="mailto:agd5f@yahoo.com" title="Alex Deucher <agd5f@yahoo.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
        <pre>Just remove the Virtual line from your config.  If you want to configure
multiple cards, you need a zaphod config.  e.g., something like:

Section "ServerLayout"
    Identifier  "Layout0"
    Option      "Xinerama" "on"
    # You would need one screen for each monitor
    Screen   0  "Screen0"
    Screen   1  "Screen1"  RightOf "Screen0"
EndSection

Section "Device"
    Identifier  "Device0"
    Driver      "radeon"
    # Actual PCI location of first card/gpu
    BusID       "PCI:2:0:0"
    Option      "ZaphodHeads" "DVI-0"
    Screen      0
EndSection
Section "Device"
    Identifier  "Device1"
    Driver      "radeon"
    # Actual PCI location of second card/gpu
    BusID       "PCI:1:0:0"
    Option      "ZaphodHeads" "DVI-1"
    Screen      0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Device0"
EndSection
Section "Screen"
    Identifier  "Screen1"
    Device      "Device1"
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>