Hey folks,<br> <br>
at my workstation I'm using 2 NVidia Quadros and 4 TFTs.  <br>
I already got the dual/quad view working by configuring the xorg.conf file.<br> <br>
But I've got a small problem in expanding the desktop over all the four displays.<br>
The taskbar (panel) is just on the first two monitors. The other two
screens work well, I can move a window on them, but when I maximize a
window, it either fills the first two displays or the other two. <br> <br>
Here's my ServerLayout Section:<br><br><span id="nointelliTXT"><pre class="alt2" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 162px;">Section "ServerLayout"<br>   Identifier      "Default Layout"
<br>      Screen          "Screen0"<br>   Screen          "Screen1" RightOf "Screen0"<br>       Option          "Clone" "off"<br>     Option          "Xinerama" "on"<br>   InputDevice     "Mouse0" "CorePointer"
<br>      InputDevice     "Keyboard0" "CoreKeyboard"<br>EndSection</pre></span><br><br>
I think the problem is in the ServerLayout there are two Screens
declared. If there was only one screen, the taskbar would fill the
complete width of all 4 displays and windows would maximize over all
the displays.<br> <br>
Now my question: How can I solve this problem? Maybe it's possible to
combine the two screens to one so the x server has only one screen as
desktop? <br> <br>
Thank you very much <img src="http://www.linuxforums.org/forum/images/smilies/icon_wink.gif" alt="" title="Wink" class="inlineimg" border="0"><br> <br> <br> <br>
Here's my complete xorg.conf file:<br><br><span id="nointelliTXT"><pre class="alt2" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 498px;">##################################<br>
######### SERVER LAYOUT ##########<br>##################################<br>Section "ServerLayout"<br>      Identifier      "Default Layout"<br>    Screen          "Screen0"<br>   Screen          "Screen1" RightOf "Screen0"
<br>      Option          "Clone" "off"<br>     Option          "Xinerama" "on"<br>   InputDevice     "Mouse0" "CorePointer"<br>    InputDevice     "Keyboard0" "CoreKeyboard"
<br>EndSection<br><br><br>#######################<br>####### FILES #########<br>#######################<br>Section "Files"<br>        RgbPath         "/usr/share/X11/rgb"<br>        ModulePath      "/usr/lib/xorg/modules"
<br>      <br>      # path to defoma fonts<br>        FontPath        "/usr/share/fonts/X11/misc"<br>         FontPath        "/usr/X11R6/lib/X11/fonts/misc"<br>     FontPath        "/usr/share/fonts/X11/cyrillic"
<br>      FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"<br>         FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"<br>     FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
<br>      FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"<br>      FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"<br>          FontPath        "/usr/share/fonts/X11/Type1"<br>        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
<br>      FontPath        "/usr/share/fonts/X11/100dpi"<br>       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"<br>           FontPath        "/usr/share/fonts/X11/75dpi"<br>        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
<br>      FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>EndSection<br><br><br>#######################<br>####### MODULES #######<br>#######################<br>Section "Module"<br>
        Load           "i2c"<br>        Load           "bitmap"<br>     Load           "ddc"<br>        Load           "extmod"<br>     Load           "freetype"<br>           Load           "glx"
<br>      Load           "int10"<br>      Load           "type1"<br>      Load           "vbe"<br>EndSection<br><br><br>##########################<br>######## KEYBOARD ########<br>##########################
<br>Section "InputDevice"<br>     Identifier     "Keyboard0"<br>          Driver         "kbd"<br>        Option         "CoreKeyboard"<br>       Option         "XkbRules" "xorg"
<br>      Option         "XkbModel" "pc105"<br>         Option         "XkbLayout" "de"<br>           Option         "XkbVariant" "nodeadkeys"<br>EndSection<br><br><br>#######################
<br>######## MOUSE ########<br>#######################<br>Section "InputDevice"<br>           Identifier     "Mouse0"<br>     Driver         "mouse"<br>      Option         "CorePointer"<br>
        Option         "Device" "/dev/input/mice"<br>         Option         "Protocol" "ExplorerPS/2"<br>          Option         "Emulate3Buttons" "true"<br>EndSection<br>
<br><br>###################################<br>######## GRAPHICAL DEVICES ########<br>###################################<br>Section "Device"        <br> Identifier      "Card0"<br>     Driver          "nvidia"
<br>      VendorName      "nVidia Corporation"<br>        BoardName       "NV44 [Quadro NVS 285]"<br>     BusID           "PCI:1:0:0"<br> Option          "TwinView"<br>  Option          "TwinViewOrientation" "RightOf"
<br>      Option          "Xinerama" "on"<br>   Option          "Metamodes" "1280x1024,1280x1024"<br>EndSection<br><br>Section "Device"<br>       Identifier      "Card1"<br>     Driver          "nvidia"
<br>      VendorName      "nVidia Corporation"<br>        BoardName       "NV34GL [Quadro NVS 280 PCI]"<br>       BusID           "PCI:9:5:0"<br> Option          "TwinView"<br>  Option          "TwinViewOrientation" "RightOf"
<br>      Option          "Xinerama" "on"<br>   Option          "Metamodes" "1280x1024,1280x1024"<br><br>EndSection<br><br><br>###########################<br>######## MONITORS #########<br>###########################
<br>Section "Monitor"<br>         Identifier      "Monitor0"<br>  VendorName      "Fujitsu Siemens"<br>   ModelName       "P19-2"<br>     Option          "DPMS"<br>EndSection<br><br>Section "Monitor"
<br>      Identifier      "Monitor1"<br>  VendorName      "n/a"<br>       ModelName       "n/a"<br>       Option          "DPMS"<br>EndSection<br><br><br>############################<br>######### SCREENS ##########
<br>############################<br>Section "Screen"<br>    Identifier      "Screen0"<br>   Device          "Card0"<br>     Monitor         "Monitor0"<br>  DefaultDepth    24<br><br>  SubSection "Display"
<br>              Depth           1<br>             Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection<br>         <br>      SubSection "Display"<br>
                Depth           4<br>             Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection<br>         <br>      SubSection "Display"<br>                Depth           8
<br>              Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection<br>         <br>      SubSection "Display"<br>                Depth           15
<br>              Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection<br>         <br>      SubSection "Display"<br>                Depth           16
<br>              Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection<br>         <br>      SubSection "Display"<br>                Depth           24
<br>              Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection<br>EndSection<br><br>Section "Screen"<br>       Identifier      "Screen1"
<br>      Device          "Card1"<br>     Monitor         "Monitor1"<br>  DefaultDepth    24<br><br>  SubSection "Display"<br>                Depth           1<br>             Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"
<br>      EndSubSection<br>         <br>      SubSection "Display"<br>                Depth           4<br>             Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>
        EndSubSection<br>         <br>      SubSection "Display"<br>                Depth           8<br>             Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection
<br>      <br>      SubSection "Display"<br>                Depth           15<br>            Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection
<br>      <br>      SubSection "Display"<br>                Depth           16<br>            Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection
<br>      <br>      SubSection "Display"<br>                Depth           24<br>            Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"<br>        EndSubSection
<br>EndSection</pre></span><br>