After hours of net searching, I've been unable to find any information about
whether or not the Radeon driver supports the dual-head cards.  X runs just
fine, but I'm unable to set up multiple displays-- I'm stuck with one
display mirrored on two monitors.  While stereo-scopic vision is nifty and
all, I'd prefer something a little more useful... Has anyone gotten
dual-head working on the Radeon VE?  IS this even supported in the driver?
If so, how? Any help would be appreciated, considering I bought this card
simply because it was dual-head. I'm running 4.20, and here are the relevant
sections of my XF86Config file:

Section "Device"
    Identifier "RadeonVE"
    VendorName "ATI"
    BoardName "Unknown"
    Driver     "ati"
    Screen 0
EndSection

Section "Device"
    Identifier  "RadeonVE2"
    VendorName  "ATI"
    BoardName   "Unknown"
    Driver     "ati"
 Screen 1
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "RadeonVE"
    Monitor     "nanao"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "RadeonVE2"
    Monitor     "gateway"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to