Hi All,<div><br></div><div>I'm trying to configure X with two GFX cards(Intel and Radeon) with 4 displays..</div><div><br></div><div>I was going to use ZaphodHeads to split each physical display into an X screen and use Xinerama to combine them all..</div>
<div><br></div><div>However, with the Intel driver, i'm unable to create 2 different screens with ZaphodHeads, it simple clones a single screen onto both.</div><div><br></div><div>Radeon works as expected..(with some trial and error)</div>
<div><br></div><div>Here is my config:</div><div><br></div><div><br></div><div><div>Section "ServerLayout"</div><div>    Identifier  "SL0"</div><div>    Option      "Xinerama" "on"</div>
<div>    Option      "Clone" "off"</div><div>    Screen      "S0" 0 0</div><div>    Screen      "S1" RightOf "S0"</div><div>    Screen      "S2" RightOf "S1"</div>
<div>    Screen      "S3" RightOf "S2"</div><div>EndSection</div><div><br></div><div>Section "Device"</div><div>    Identifier  "D0"</div><div>    Driver      "radeon"</div>
<div>    BusID       "PCI:1:00:0"</div><div>    Option      "ZaphodHeads" "DVI-0"</div><div>    Screen      0</div><div>EndSection</div><div>Section "Device"</div><div>    Identifier  "D1"</div>
<div>    Driver      "radeon"</div><div>    BusID       "PCI:1:00:0"</div><div>    Option      "ZaphodHeads" "DVI-1"</div><div>    Screen      1</div><div>EndSection</div><div><br></div>
<div>Section "Device"</div><div>    Identifier  "D2"</div><div>    Option      "ZaphodHeads" "VGA"</div><div>    Driver      "intel"</div><div>    BusID       "PCI:0:02:0"</div>
<div>    Screen      0</div><div>EndSection</div><div><br></div><div>Section "Device"</div><div>    Identifier  "D3"</div><div>    Driver      "intel"</div><div>    Option      "ZaphodHeads" "HDMI"</div>
<div>    BusID       "PCI:0:02:0"</div><div>    Screen      1</div><div>EndSection</div><div><br></div><div><br></div><div>Section "Screen"</div><div>    Identifier  "S0"</div><div>    Device      "D0"</div>
<div>EndSection</div><div>Section "Screen"</div><div>    Identifier  "S1"</div><div>    Device      "D1"</div><div>EndSection</div><div>Section "Screen"</div><div>    Identifier  "S2"</div>
<div>    Device      "D2"</div><div>EndSection</div><div><br></div><div>Section "Screen"</div><div>    Identifier  "S3"</div><div>    Device      "D3"</div><div>EndSection</div></div>
<div><br></div><div>Anyone any clues?</div><div><br></div><div>Thanks,</div><div><br></div><div>David</div><div><br></div>