<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2>Good evening.<div><br></div><div>Ii have a config question about a mulit monitor setup:</div><div>I'm using the intel driver  xf86-video-intel 2.20.0 and want to start a single driver instance for each screen in xorg in order to use xinerama. Because at the moment every window which i maximize spans over the whole screen, i want ti use xinerama.</div><div><br></div><div>I have two device sections in my xorg.conf but only the first is used.</div><div><br></div><div>Her's my xorg.conf:</div><div><br></div><div>Section "ServerLayout"</div><div><div>    Identifier     "X.org Configured"</div><div>    Screen      0  "Screen0" 0 0</div><div>    Screen      1  "Screen1" RightOf "Screen0"</div><div>    Screen      2  "Screen2" RightOf "Screen1"</div><div>    Screen      3  "Screen3" RightOf "Screen2"</div><div>    InputDevice    "Mouse0" "CorePointer"</div><div>    InputDevice    "Keyboard0" "CoreKeyboard"</div><div>EndSection</div><div><br></div><div>Section "Files"</div><div>    ModulePath      "/usr/lib64/xorg/modules"</div><div>    FontPath        "/usr/share/fonts/misc/"</div><div>    FontPath        "/usr/share/fonts/TTF/"</div><div>    FontPath        "/usr/share/fonts/OTF/"</div><div>    FontPath        "/usr/share/fonts/Type1/"</div><div>    FontPath        "/usr/share/fonts/100dpi/"</div><div>    FontPath        "/usr/share/fonts/75dpi/"</div><div>EndSection</div><div><br></div><div>Section "Module"</div><div>    Load           "record"</div><div>    Load           "glx"</div><div>    Load           "extmod"</div><div>    Load           "dbe"</div><div>    Load           "RandR"</div><div>EndSection</div><div><br></div><div>Section "InputDevice"</div><div>    Identifier     "Keyboard0"</div><div>    Driver         "kbd"</div><div>EndSection</div><div><br></div><div>Section "InputDevice"</div><div>    Identifier     "Mouse0"</div><div>    Driver         "mouse"</div><div>    Option         "Protocol" "auto"</div><div>    Option         "Device" "/dev/input/mice"</div><div>    Option         "ZAxisMapping" "4 5 6 7"</div><div>EndSection</div><div><br></div><div>Section "Monitor"</div><div>    Identifier     "Monitor0"</div><div>    VendorName     "DELL"</div><div>    ModelName      "U2410"</div><div>    HorizSync       30.0 - 81.0</div><div>    VertRefresh     56.0 - 76.0</div><div>EndSection</div><div><br></div><div>Section "Monitor"</div><div>    Identifier     "Monitor1"</div><div>    VendorName     "DELL"</div><div>    ModelName      "U2410"</div><div>    Option "Primary" "true"</div><div>    HorizSync       30.0 - 81.0</div><div>    VertRefresh     56.0 - 76.0</div><div>EndSection</div><div><br></div><div>Section "Monitor"</div><div>    Identifier     "Monitor2"</div><div>    VendorName     "DELL"</div><div>    ModelName      "1908WFP"</div><div>    Option         "dpms"</div><div>    Option "PreferredMode" "1440x900"</div><div>EndSection</div><div><br></div><div>Section "Monitor"</div><div>    Identifier     "Monitor3"</div><div>    VendorName     "DELL"</div><div>    ModelName      "LCD"</div><div>    Option         "dpms"</div><div>    Option "PreferredMode" "1920x1080"</div><div>    Option "RightOf" "Monitor2"</div><div>EndSection</div><div><br></div><div><br></div><div>Section "Device"</div><div>    Identifier     "Device0"</div><div>    Driver         "intel"</div><div>    VendorName     "Intel"</div><div>    BoardName      "IGS"</div><div>    BusID          "PCI:0:2:0"</div><div>    Option         "monitor-LVDS1" "Monitor3"</div><div>    Option         "monitor-VGA1" "Monitor2"</div><div>    Option         "MergedFB" "false"</div><div>    Option         "ZaphodHeads" "LVDS1"</div><div>EndSection</div><div><br></div><div>Section "Device"</div><div>    Identifier     "Device1"</div><div>    Driver         "intel"</div><div>    VendorName     "Intel"</div><div>    BoardName      "IGS"</div><div>    BusID          "PCI:0:2:0"</div><div>    Option         "monitor-LVDS1" "Monitor3"</div><div>    Option         "monitor-VGA1" "Monitor2"</div><div>    Option         "MergedFB" "false"</div><div>    Option         "ZaphodHeads" "VGA1"</div><div>EndSection</div><div><br></div><div>Section "Device"</div><div>    Identifier     "Device2"</div><div>    Driver         "nvidia"</div><div>    VendorName     "NVIDIA Corporation"</div><div>    BoardName      "NVS 4200M"</div><div>    BusID          "PCI:1:0:0"</div><div>    Screen          0</div><div>EndSection</div><div><br></div><div>Section "Device"</div><div>    Identifier     "Device3"</div><div>    Driver         "nvidia"</div><div>    VendorName     "NVIDIA Corporation"</div><div>    BoardName      "NVS 4200M"</div><div>    BusID          "PCI:1:0:0"</div><div>    Screen          1</div><div>EndSection</div><div><br></div><div>Section "Screen"</div><div>    Identifier     "Screen0"</div><div>    Device         "Device2"</div><div>    Monitor        "Monitor0"</div><div>    DefaultDepth    24</div><div>    Option         "TwinView" "0"</div><div>    Option         "TwinViewXineramaInfoOrder" "DFP-4, DFP-2"</div><div>    Option         "metamodes" "DFP-4: nvidia-auto-select +0+0"</div><div>    SubSection     "Display"</div><div>        Depth       24</div><div>    EndSubSection</div><div>EndSection</div><div><br></div><div>Section "Screen"</div><div>    Identifier     "Screen1"</div><div>    Device         "Device3"</div><div>    Monitor        "Monitor1"</div><div>    DefaultDepth    24</div><div>    Option         "TwinView" "0"</div><div>    Option         "metamodes" "DFP-2: nvidia-auto-select +0+0"</div><div>    SubSection     "Display"</div><div>        Depth       24</div><div>    EndSubSection</div><div>EndSection</div><div><br></div><div>Section "Screen"</div><div>    Identifier     "Screen2"</div><div>    Device         "Device0"</div><div>    Monitor        "Monitor2"</div><div>    DefaultDepth    24</div><div>    SubSection     "Display"</div><div>        Depth       24</div><div><span class="Apple-tab-span" style="white-space: pre; ">   </span>Modes       "1440x900"</div><div>    EndSubSection</div><div>EndSection</div><div><br></div><div>Section "Screen"</div><div>    Identifier     "Screen3"</div><div>    Device         "Device1"</div><div>    Monitor        "Monitor3"</div><div>    SubSection     "Display"</div><div>        Depth       24</div><div><span class="Apple-tab-span" style="white-space: pre; ">     </span>Modes       "1920x1080"</div><div>    EndSubSection</div><div>EndSection</div></div></FONT>