No nie przesadzajmy, fglrx to może poezja nie jest ale da się to ujarzmić i jakiś czas temu mi się to udało. Myślę, że jak kolega ma trochę samozaparcia to w oparciu o mój xorg.conf stworzy swój działający na 2 monitorach:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 1080
Screen 1 "Screen1" 1920 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "Xinerama" "off"
EndSection
Section "Monitor"
Identifier "0-DFP1"
VendorName "ATI Proprietary Driver"
ModelName "W2343"
EndSection
Section "Monitor"
Identifier "0-DFP4"
VendorName "ATI Proprietary Driver"
ModelName "Philips FTV"
EndSection
Section "Device"
Identifier "Device0"
Driver "fglrx"
BusID "PCI:4:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "fglrx"
BusID "PCI:4:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "0-DFP1"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "0-DFP4"
DefaultDepth 24
EndSection
Section "DRI"
Mode 0666
EndSection
Pierwszy monitor to właśnie monitor, drugi to TV. To trzeba dostosować. BusID też pewnie trzeba będzie zmienić. Reszta będzie ok, niezależnie od sprzętu.