Hey,
When i was using Windows, i used 3 screens, and of course, under Pardus i would like to have the same.

The 2 videocards i'm using are:
- Dualhead Video Radeon 9200 (AGP) -> Screen 1 + Screen 2
- GF MX4000 (PCI) -> Screen 3
What's happening?
The pc is booting on screen 3 (the PCI card).
To log in, the pc swaps to Screen 1 and Screen 2. It took a while, but now it's working in dual screen, before it was an exact copy.
But i can't get screen 3 to join into.
Any idea?
This is my xorg.conf:
Section "Device"
Identifier "VideoCard"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200]"
BusId "PCI:1:0:0"
Option "Monitor-DVI-0" "Monitor[DVI-0]"
Option "Monitor-VGA-0" "Monitor[VGA-0]"
EndSection
Section "Device"
Identifier "VideoCard2"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 4000]"
BusId "PCI:0:11:0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "VideoCard"
Monitor "Monitor[VGA-0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2560 1024
Modes "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "VideoCard"
Monitor "Monitor[DVI-0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2560 1024
Modes "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen3"
Device "VideoCard2"
Monitor "Monitor3"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2560 1024
Modes "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen1"
Screen "Screen2"
Screen "Screen3"
EndSection
Section "Monitor"
Identifier "Monitor[VGA-0]"
VendorName "Dell"
ModelName "DELL E207WFP"
HorizSync 30.0-83.0
VertRefresh 56.0-75.0
Option "PreferredMode" "1280x1024"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor[DVI-0]"
VendorName "Dell"
ModelName "DELL E207WFP"
HorizSync 30.0-83.0
VertRefresh 56.0-75.0
Option "PreferredMode" "1280x1024"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor3"
VendorName "Dell"
ModelName "DELL E207WFP"
HorizSync 30.0-83.0
VertRefresh 56.0-75.0
Option "PreferredMode" "1280x1024"
Option "Enable" "true"
EndSection