<div dir="ltr"><div><div><div>Hello everyone:<br><br>I'm trying to get three monitors going with a built-in intel chipset and a discrete radeon card. <br></div><div> I have two apple cinema displays and a dell flat panel. I would like the two apple displays to form a single "screen" that I can drag windows back and forth on. The dell monitor will only be used for my monitoring solution and will be static all the time, so I don't need to be able to drag windows to/from it and the apple displays.<br>
<br></div><div>I'm running into one of two problems. <br><br>In my current config, only the graphics card I have listed first (I've tried swapping the order) will bring up X. The other will be blank or show the console depending on the card and will not even be listed in the Xorg.0.log file. If I have the radeon device listed first they are configured correctly as I have described above.<br>
<br></div><div>If I un-comment the layout section in my xorg.conf all three screens come up, but the two displays connected to the radeon card will act like one screen. (My panel bar in KDE stretches across both screens and my yakuake console will drop down on both.) Not what I'm wanting to happen.<br>
<br></div><div>I've also been able to have all three screens on at one time, but not be able to drag windows between any screen. (I can't remember off the top of my head but I believe I had this setup by splitting the radeon card into two device entries and adding a third screen section and having it be "RightOf" screen1 and moving the intel device to screen2.<br>
</div><div><br></div><div>Is what I want possible? Can anyone help with suggestions about config changes?<br></div><div><br></div>Here is the listing from lspci:<br><br>00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)<br>
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450]<br><br></div>Here is my current xorg.conf:<br><br></div><div>###Section "ServerLayout"<br>###     Identifier "layout0"<br>
###     Screen  0 "screen0"<br>###     Screen  1 "screen1" Above "screen0"<br>###EndSection<br><br>Section "Screen"<br>        Identifier "screen0"<br>        Device     "radeon0"<br>
        DefaultDepth     24<br>        Monitor "apple0"<br>        SubSection "Display"<br>                Depth     24<br>        EndSubSection<br>EndSection<br><br>Section "Screen"<br>        Identifier "screen1"<br>
        Device     "intel"<br>        DefaultDepth     24<br>        Monitor "dell"<br>        SubSection "Display"<br>                Depth     24<br>        EndSubSection<br>EndSection<br><br>
Section "Device"<br>        Identifier  "radeon0"<br>        Driver      "radeon"<br>        BusID       "PCI:1:0:0"<br>        Option      "Monitor-DisplayPort-1" "apple0"<br>
        Option      "Monitor-DVI-0" "apple1"<br>EndSection<br><br>Section "Device"<br>        Identifier  "intel"<br>        Driver      "intel"<br>        BusID       "PCI:0:2:0"<br>
        Option      "Monitor-VGA1" "dell"<br>EndSection<br><br>Section "Monitor"<br>        Identifier   "apple0"<br>EndSection<br><br>Section "Monitor"<br>        Identifier   "apple1"<br>
        Option      "RightOf" "apple0"<br>EndSection<br><br>Section "Monitor"<br>        Identifier   "dell"<br>        Option      "Above" "apple0"<br>EndSection<br>
<br><div><div>Thanks for your help!<br></div><div>Brandon<br></div></div></div></div>