Environment:
Fedora 9 Linux version 2.6.25.6-55.fc9.i686 fully updated as of 20080702 from Fedora 9 and Fedora 9 updates repositories
Dell D630 with Intel Corporation Mobile GM965/GL960 chipset
Docked, Dell USB Mouse, Dell USB Keyboard
(2) 19" Flatscreens:
Dell 1907FP (Digital) plugged into VGA port (Left)
Dell 1901FP (Digital) plugged into DVI port (Right)
Resolution set at 1280x1024.
Virtual setting: Be sure to use double your horizontal resolution and use your vertical resolution.
For example, 1280x1024 would need "Virtual 2560 1024", as in mine below, near bottom of file.
Enjoy!
Always be sure to back up your original file.
Place the below in your /etc/X11/xorg.conf file:
# Xorg configuration created by BHG_2008 20080701
Section "ServerLayout"
Identifier "Extended Desktop"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "Extended Desktop"
Option "DontVTSwitch" "off"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "VGA"
VendorName "Dell"
ModelName "Dell 1907FP (Digital)"
HorizSync 30.0 - 80.0
VertRefresh 56.0 - 76.0
Option "dpms"
Option "LeftOf" "TMDS-1"
EndSection
Section "Monitor"
Identifier "LVDS"
Option "Enable" "0"
Option "Ignore" "True"
EndSection
Section "Monitor"
Identifier "TV"
Option "Enable" "0"
Option "Ignore" "True"
EndSection
Section "Monitor"
Identifier "TMDS-1"
VendorName "Dell"
ModelName "Dell 1901FP (Digital)"
HorizSync 30.0 - 80.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "intel"
Option "monitor-VGA" "VGA"
Option "monitor-LVDS" "LVDS"
Option "monitor-TV" "TV"
Option "monitor-TMDS-1" "TMDS-1"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Generic Video Card"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1440x900" "1400x1050" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1440x900" "1400x1050" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1440x900" "1400x1050" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1440x900" "1400x1050" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1440x900" "1400x1050" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Virtual 2560 1024
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection