Helo,
i have a problem with my Debian Xorg.conf. The main Display on the 1st graphic card worked perfectly, but the other two ones Power On but the screens are black.
Hope you can help me.
My Xorg.conf
Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Monitor"
Identifier "Belinea 1980S2-0"
HorizSync 28-51
VertRefresh 43-60
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Belinea 1980S2-1"
HorizSync 28-51
VertRefresh 43-60
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Belinea 1980S2-2"
HorizSync 28-51
VertRefresh 43-60
Option "DPMS"
EndSection
Section "Device"
Identifier "HD2600 -0"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "HD2600 -1"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "HD2600 -2"
Driver "radeon"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Monitor mitte"
Device "HD2600 -0"
Monitor "Belinea 1980S2-0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Monitor links"
Device "HD2600 -1"
Monitor "Belinea 1980S2-1"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Monitor rechts"
Device "HD2600 -2"
Monitor "Belinea 1980S2-2"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Monitor mitte"
Screen 1 "Monitor links" LeftOf "Monitor mitte"
Screen 2 "Monitor rechts" RightOf "Monitor mitte"
EndSection
Best regards
streetfighter122