I've searched on this topic and not found anything in the end helpful, so I'll lob a new thread.
I just installed FC10 (formerly FC8 - did new install/not upgrade) and can't replicate my dual-monitor behavior from FC8. Using an Nvidia 7600GT with dual DVI outputs.
Old behavior (FC8):
One virtual screen (dual 20" LCD) with resolution 3200x1200 (1600x1200 x2) using Twinview
Top/bottom panels span the virtual screen
"maximize" a window maximizes across both screens
"login" window has login in the center of the screen
New behavior (FC10):
One virtual screen (dual 20" LCD) with resolution 3200x1200 (1600x1200 x2) using Twinview
Top/bottom panels exist on only left screen
"maximize" a window maximizes to just one screen
"login" window has login on just one screen (sometimes randomly switches from left to right)
I attempted to use my old FC8 xorg.conf, which did not work. I've tried messing with adding the "Virtual" keyword to 'xorg.conf' and some other sections I copy/pasted in from my old FC8 xorg.conf, but to be honest it in the end was 'just working' in FC8 and I didn't have to rummage around xorg.conf.
Any thoughts? Here's my current FC10 xorg.conf file - the only thing I manually added was the 'Virtual' setting, which made no difference.
Thanks...
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Thu Apr 16 19:37:21 PDT 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL 2001FP"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP-0: 1600x1200 +0+0, DFP-1: 1600x1200 +1600+0; DFP-0: NULL, DFP-1: nvidia-auto-select +0+0; DFP-0: 1400x1050 +0+0, DFP-1: nvidia-auto-select +1400+0; DFP-0: 1280x1024 +0+0, DFP-1: nvidia-auto-select +1280+0; DFP-0: 1280x960 +0+0, DFP-1: nvidia-auto-select +1280+0; DFP-0: 1152x864 +0+0, DFP-1: nvidia-auto-select +1152+0; DFP-0: 1024x768 +0+0, DFP-1: nvidia-auto-select +1024+0; DFP-0: 800x600 +0+0, DFP-1: nvidia-auto-select +800+0; DFP-0: 640x480 +0+0, DFP-1: nvidia-auto-select +640+0"
SubSection "Display"
Depth 24
Virtual 3200 1200
EndSubSection
EndSection