Can anyone help me figure out what I'm doing wrong here.

Below is my /etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Sony CPD-100SX"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell 2007FP (Digital)
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard Vendor"
BoardName "Intel Corporation 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "vesa"
VendorName "Videocard Vendor"
BoardName "Intel Corporation 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:1"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Output of lspci -v -t
-[0000:00]-+-00.0 Intel Corporation 4 Series Chipset DRAM Controller
+-01.0-[0000:01]--
+-02.0 Intel Corporation 4 Series Chipset Integrated Graphics Controller
+-02.1 Intel Corporation 4 Series Chipset Integrated Graphics Controller
+-1b.0 Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller
+-1c.0-[0000:02]--
+-1c.1-[0000:03]----00.0 Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
+-1d.0 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1
+-1d.1 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2
+-1d.2 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3
+-1d.3 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4
+-1d.7 Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller
+-1e.0-[0000:04]--
+-1f.0 Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge
+-1f.1 Intel Corporation 82801G (ICH7 Family) IDE Controller
+-1f.2 Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller
\-1f.3 Intel Corporation 82801G (ICH7 Family) SMBus Controller
I must be messing something up somewhere. Thank you for the help. If it helps, this is an Intel DG41MJ. Using vesa drivers.