Som så många andra har jag problem med att få två skärmar att fungera på Dell Inspiron 9400, Intel® 810 Chipset. Efter att ha spenderat ca 50-60h på detta inser jag att jag behöver nog lite hjälp. Jag har en 19" TFT som jag vill använda som första skärm och sen vill jag att Laptopskärmen ska visa ett utökat skrivbord till höger om TFT:n. TFT:n visar det den ska, men laptopen är bara svart.
[bifogad fil raderad av administratör]
Dual screen i810
SV: Dual screen i810
Äntligen fick jag det att fungera genom att placera TFT:n till vänster om laptopen. Trodde egentligen att menyerna och det skulle vara på laptopen, men det fungerade visst precis som jag ville ha det. 

Kod: Markera allt
Section "Device"
Identifier "0 Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "DDCMode" "true"
Option "MonitorLayout" "CRT,LFP"
Option "MetaModes" "1440x900-1280x1024"
Option "MergedFB" "true"
Option "MergedNonRectangular" "true"
Option "SecondPosition" "LeftOf"
Option "SecondMonitorHorizSync" "30-82"
Option "SecondMonitorVertRefresh" "56-76"
EndSection
Section "Monitor"
Identifier "External Monitor"
Option "DPMS"
HorizSync 31.50-37.90
VertRefresh 50.00-70.00
EndSection
Section "Screen"
Identifier "External Screen"
Device "0 Intel Corporation Mobile Integrated Graphics Controller"
Monitor "External Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "External Screen"
Option "Xinerama" "off"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection