I have 1 ATI graphic card connected to a 17" monitor and a Nvidia connected to a 21" monitor. It was working great with Breezy (after spending some time configuring xorg.conf). But now that I upgraded to Dapper I can use only 1 monitor at a time, and the other one remains blank (I can select the main display in the computer Bios because the ATI is a PCI card and the Nvidia is an AGP one). I checked everything and I can't understand why I can not have more than 1 monitor at a time with Dapper when it was working perfectly with Breezy. Here are the relevent parts of my current Xorg.conf:
Section "Device"
identifier "NVIDIA"
boardname "NVIDIA GeForce2 DDR (generic)"
busid "PCI:1:0:0"
driver "nv"
screen 0
vendorname "NVIDIA"
EndSection
Section "Device"
identifier "ATI"
boardname "ATI Mach64 3D RAGE II"
busid "PCI:0:9:0"
driver "ati"
screen 0
vendorname "ATI"
option "MergedFB" "off"
EndSection
Section "Monitor"
identifier "VX1110"
...
EndSection
Section "Monitor"
identifier "DELL"
...
EndSection
Section "Screen"
Identifier "Small Screen"
Device "ATI"
Monitor "DELL"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1600x1200@65" "1600x1200@60" "1400x1050@75" "1792x1344@60" "1400x1050@60" "1280x960@75" "1280x1024@60" "1280x960@60" "1280x1024@75" "1280x854" "1152x768@54" "1152x864@75" "1024x768@43" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA"
Monitor "VX1110"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1600x1200@85" "1792x1344@75" "1600x1200@70" "1792x1344@60" "1600x1200@75" "1856x1392@60" "1600x1200@60" "1856x1392@75" "1600x1200@65" "1920x1440@60" "1400x1050@75" "1920x1440@75" "1400x1050@60" "2048x1536@60" "1280x960@75" "1280x1024@60" "1280x1024@85" "1280x960@85" "1280x960@60" "1280x1024@75" "1280x854" "1152x768@54" "1152x864@75" "1024x768@43" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "Small Screen" Leftof "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
option "Xinerama" "false"
EndSection
Section "Device"
identifier "NVIDIA"
boardname "NVIDIA GeForce2 DDR (generic)"
busid "PCI:1:0:0"
driver "nv"
screen 0
vendorname "NVIDIA"
EndSection
Section "Device"
identifier "ATI"
boardname "ATI Mach64 3D RAGE II"
busid "PCI:0:9:0"
driver "ati"
screen 0
vendorname "ATI"
option "MergedFB" "off"
EndSection
Section "Monitor"
identifier "VX1110"
...
EndSection
Section "Monitor"
identifier "DELL"
...
EndSection
Section "Screen"
Identifier "Small Screen"
Device "ATI"
Monitor "DELL"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1600x1200@65" "1600x1200@60" "1400x1050@75" "1792x1344@60" "1400x1050@60" "1280x960@75" "1280x1024@60" "1280x960@60" "1280x1024@75" "1280x854" "1152x768@54" "1152x864@75" "1024x768@43" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA"
Monitor "VX1110"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1600x1200@85" "1792x1344@75" "1600x1200@70" "1792x1344@60" "1600x1200@75" "1856x1392@60" "1600x1200@60" "1856x1392@75" "1600x1200@65" "1920x1440@60" "1400x1050@75" "1920x1440@75" "1400x1050@60" "2048x1536@60" "1280x960@75" "1280x1024@60" "1280x1024@85" "1280x960@85" "1280x960@60" "1280x1024@75" "1280x854" "1152x768@54" "1152x864@75" "1024x768@43" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "Small Screen" Leftof "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
option "Xinerama" "false"
EndSection
Comment