[Bug 66799] 1920x1080 height too large for virtual size (dual radeon)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 10 15:01:42 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=66799

Alex Deucher <agd5f at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Alex Deucher <agd5f at yahoo.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20130710/43fd7d55/attachment.html>


More information about the xorg-driver-ati mailing list