Kann ich gerne machen:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "ScreenMain" 0 0
Screen 1 "ScreenTV" LeftOf "ScreenMain"
#Option "Xinerama"
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "MonitorMain"
Option "VendorName" "Dell"
Option "ModelName" "UltraSharp U2312HM"
Option "DPMS" "true"
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
#Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "MonitorTV"
Option "VendorName" "LG"
Option "ModelName" "RZ32"
Option "DPMS" "true"
Option "PreferredMode" "1360x768"
Option "TargetRefresh" "60"
#Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "AMD6850-1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "AMD6850-2"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "ScreenMain"
Device "AMD6850-1"
Monitor "MonitorMain"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Screen"
Identifier "ScreenTV"
Device "AMD6850-2"
Monitor "MonitorTV"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1360x768"
EndSubSection
EndSection
Für Gnome Shell wird die Option Xinerama aktiviert. Unter xfce benötige ich sie nicht. Ich kann dann zwar keine Anwendungen zwischen Monitoren verschieben, aber das ist auch keine Anforderung von mir.
Ich bin gerne offen für Alternativen wie z.B. multiple X Sessions. Probiert habe ich das noch nie, da man kaum Informationen findet und z.B. keiner sagen kann ob dann die Grafikbeschleunigung noch funktioniert.