I got it fixed I had to change the Video memory and use i810 Below is the config
Code:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection
Section "Device"
Identifier "Videocard0"
# Driver "intel"
Driver "i810"
# Option "Monitor-VGA" "monitor1"
# Option "Monitor-TMDS-1" "monitor0"
Option "Clone" "false"
Option "MonitorLayout" "DFP,CRT"
Option "VideoRam" "131072"
BusId "PCI:0:2:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
# Driver "intel"
Driver "i810"
Option "MonitorLayout" "DFP,CRT"
Option "VideoRam" "131072"
BusId "PCI:0:2:0"
Screen 1
EndSection
Section "Monitor"
Identifier "monitor0"
# Option "LeftOf" "monitor1"
# Option "Position" "1280 0"
# Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "monitor1"
# Option "LeftOf" "monitor0"
# Option "Enable" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
# Virtual 2048 1024
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
# Virtual 2048 1024
EndSubSection
EndSection