Hi everybody,<br>i got the a problem with dual screen mode. I own a intel945GM with a dvi and a vga port, now i bought a second graphik card a ATI 7000 Sapphire DVI to get the 2 monitors working both with dvi. But i got a problem only the onboard chip is starting (i810) and the screen on the PCI is black.
<br><br>Here is my config:<br><br>Section "Files"<br> FontPath "/usr/share/fonts/misc"<br> FontPath "/usr/share/fonts/cyrillic"<br> FontPath "/usr/share/fonts/100dpi"
<br> FontPath "/usr/share/fonts/75dpi"<br> FontPath "/usr/share/fonts/Type1"<br> FontPath "/usr/share/fonts/misc"<br> FontPath "/usr/share/fonts/local"<br> FontPath "/usr/share/fonts/TTF"
<br> FontPath "/usr/share/fonts/artwiz"<br>EndSection<br><br>Section "Module"<br> Load "i2c"<br> Load "bitmap"<br> Load "ddc"<br> Load "dri"
<br> Load "extmod"<br> Load "freetype"<br># Load "glx"<br> Load "int10"<br> Load "type1"<br> Load "vbe"<br>EndSection<br><br>
Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "kbd"<br> Option "CoreKeyboard"<br> Option "XkbRules" "xorg"
<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "de"<br> Option "XkbOptions" "lv3:ralt_switch"<br>EndSection<br><br>
Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br> Option "CorePointer"<br> Option "Device" "/dev/input/mice"
<br> Option "Protocol" "ExplorerPS/2"<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "true"<br>EndSection
<br><br>Section "Device"<br> Identifier "Card0"<br> Driver "i810"<br> BusID "PCI:0:2:0"<br> Option "DDCMode" "True"<br> Option "MonitorLayout" "DFP,DFP"
<br> Screen 0<br>EndSection<br><br>Section "Device"<br> Identifier "Card1"<br> Driver "radeon"<br> BusID "PCI:4:4:0"<br># Option "DDCMode" "True"
<br> Option "MonitorLayout" "DFP,DFP"<br> Option "BusType" "PCI"<br> Option "RenderAccel" "true"<br> Option "OpenGLOverlay" "1"
<br> Option "EnablePageFlip" "true"<br> Option "MergedFB" "On"<br> Screen 1<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor0"
<br> Option "DPMS"<br> DisplaySize 320 471<br> HorizSync 30-81<br> VertRefresh 56-75<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor1"<br> Option "DPMS"
<br> DisplaySize 350 471<br> HorizSync 30-81<br> VertRefresh 56-75<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "Card0"<br> Monitor "Monitor0"
<br> DefaultDepth 24<br> SubSection "Display"<br> Depth 24<br> Modes "1680x1050"<br> EndSubSection<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen1"
<br> Device "Card1"<br> Monitor "Monitor1"<br> DefaultDepth 24<br> SubSection "Display"<br> Depth 24<br> Modes "1680x1050"<br>
EndSubSection<br>EndSection<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen 0 "Screen0"<br> Screen 1 "Screen1" RightOf "Screen0"
<br> InputDevice "Generic Keyboard"<br> InputDevice "Configured Mouse"<br> Option "Xinerama" "true"<br>EndSection<br><br>Section "DRI"<br> Mode 0666
<br>EndSection<br><br>And here is the xorg.log<br><br>(WW) RADEON: No matching Device section for instance (BusID PCI:4:4:0) found<br>(EE) Screen 1 deleted because of no matching config section.<br>(**) RADEON(1): RADEONFreeScreen
<br><br>but lspci | grep VGA told me this:<br><br>00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)<br>04:04.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
<br><br>Maybe someone can help me.<br><br>Greetings<br>eSpo