Habe es hinbekommen :-)

Ich "glaube" nicht, dass überall ein eigener X-Server läuft, da ich die
Fenster auf jden Monitor verschieben kann, aber ganz sicher bin ich mir trotzdem nicht. Compiz/Beryl hab ich zwar noch nich hinbekommen, aber das schaff ich hoffentlich auch noch. Ich poste mal meine xorg.conf, falls sich jemand dafür interessieren sollte, wie ich es hinbekommen habe. Der Slüssel lag zum Schluss in den Einstellungen beim Server-Layout ;-)


Viele Grüße,

Peter

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen 0" 0 0
    Screen         "Default Screen 1" RightOf "Default Screen 0"
    Screen         "Default Screen 2" LeftOf "Default Screen 0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "ServerFlags"
        Option          "VTSysReq" "1"
        Option          "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Acer AL2216W"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce 8800 GT] 0"
    BusID          "PCI:4:0:0"
    Driver         "nvidia"
    Screen         0
EndSection

Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce 8800 GT] 1"
    BusID          "PCI:4:0:0"
    Driver         "nvidia"
    Screen         1
EndSection

Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce 7600 GT]"
    BusID          "PCI:2:0:0"
    Driver         "nvidia"
EndSection


Section "Screen"
    Identifier     "Default Screen 0"
    Device         "nVidia Corporation G70 [GeForce 8800 GT] 0"
    Monitor        "Acer AL2216W"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Default Screen 1"
    Device         "nVidia Corporation G70 [GeForce 8800 GT] 1"
    Monitor        "Acer AL2216W"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Default Screen 2"
    Device         "nVidia Corporation G70 [GeForce 7600 GT]"
    Monitor        "Acer AL2216W"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024"
    EndSubSection
EndSection
-- 
----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an