Joe Krahn wrote:
> 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?

Yeah.

> 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.

My assumption is that this patch deals with the fact the oem card has 
two digital outputs?  At least that's what I understand, mine has one 
vga and one digital.  I don't think this should matter though.  I've got 
a converter on my digital and before starting X, I've got mirrored 
output to both monitors.

> 
> Does this work for you?

Looks very much the same as mine.  I actually forwarded mine to another 
person who has the oem card and he couldn't see anything wrong with it 
either.

Here's an excerpt from mine, if you see anything that's wrong, please 
let me know?

Section "Device"
     Identifier  "ATI Radeon_0"
     Screen 0
     VendorName  "ATI"
     BoardName   "Unknown"
     Driver      "radeon"
     Option  "AGPMode" "2"
#    VideoRam    32768
     BusID "PCI:1:0:0"
     Option      "DPMS"
EndSection

Section "Device"
     Identifier  "ATI Radeon_1"
     Screen 1
     VendorName  "ATI"
     BoardName   "Unknown"
     Driver      "radeon"
     Option  "AGPMode" "2"
#    VideoRam    32768
     BusID "PCI:1:0:0"
     Option      "DPMS"
EndSection

Section "Screen"
     Identifier "screen0"
     Device      "ATI Radeon_0"
     Monitor     "Monitor0"
     DefaultColorDepth 16
     Subsection "Display"
         Depth       16
         Modes       "800x600"
         ViewPort    0 0
     EndSubsection
EndSection


Section "Screen"
     Identifier "screen1"
     Device      "ATI Radeon_1"
     Monitor     "Monitor1"
     DefaultColorDepth 16
     Subsection "Display"
         Depth       16
         Modes       "800x600"
         ViewPort    0 0
     EndSubsection
EndSection

Section "ServerLayout"
     Identifier "layout"
     Screen    "screen0"
     Screen 0 "screen0" 0 0
     Screen 1 "screen1" RightOf "screen0"

     Option "Xinerama" "on"

     InputDevice "Mouse1" "CorePointer"

     # InputDevice "Mouse2" "SendCoreEvents"

     InputDevice "Keyboard1" "CoreKeyboard"
EndSection
-- 
Until later: Geoffrey           [EMAIL PROTECTED]

I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?

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

Reply via email to