Geoffrey wrote:
> 
> I've got a 'Screen 0' in my first Device section and 'Screen 1' in the
> second.
> 
> The examples I used were for single card with dual outputs. One for a
> Matrox card that had two vga outputs (linux journal article) and another
> was an example config file from someone who has a Radeon VE oem card.
> He's using some hacked version of Xfree though.
> 
Do you also have different identifiers for the two device sections?
Here's the Device/Screen sections from a Radeon VE that works for me.
BUT, I have a Dell OEM version and had to apply the patch/hack to XFree
for the "Crt2Dac2" option.

Does this work for you?

Joe Krahn
------------------------------
Section "Device"
        Identifier   "Radeon0"
        Driver       "radeon"
        VendorName   "ATI Radeon AGP"
        BoardName     "ATI Radeon AGP"
        BusID        "PCI:1:0:0"
        Screen 0
EndSection

Section "Device"
        Identifier   "Radeon1"
        Driver       "radeon"
        VendorName   "ATI Radeon AGP"
        BoardName     "ATI Radeon AGP"
        Option "Crt2Dac2"
        BusID        "PCI:1:0:0"
        Screen 1
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "Radeon0"
        Monitor      "DELL"
        DefaultDepth    24
        Subsection "Display"
                Depth       24
                Modes      "1280x1024" 
        EndSubsection
EndSection

Section "Screen"
        Identifier   "Screen1"
        Device       "Radeon1"
        Monitor      "DTI3D"
        DefaultDepth    16
        Subsection "Display"
                Depth       16
                Modes       "1024x768" 
        EndSubsection
EndSection
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to