Dualhead mit xorg läuft nicht

From: Markus Meincke <markusmeincke(at)GMX.de>
Date: Thu, 24 Jul 2008 09:36:45 +0200

Hi!
Ich hab hier zwei TFT's rumstehn und würde sie gern beide mit meiner
Dualhead ATI Karte zum Laufen bringen.
Allerdings hab ich da keinen Erfolg - sobald ich xorg starte, wird ein
Monitor schwarz.

Ich hab hier: X.Org X Server 1.4.0
auf: FreeBSD 7.0 Release

Meine xorg.conf:
------------------------------------
Section "ServerLayout"
        Identifier "Dualhead"
        Screen 0 "Screen0" 0 0
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath "/usr/local/share/X11/rgb"
        ModulePath "/usr/local/lib/xorg/modules"
        FontPath "/usr/local/lib/X11/fonts/misc/"
        FontPath "/usr/local/lib/X11/fonts/TTF/"
        FontPath "/usr/local/lib/X11/fonts/OTF"
        FontPath "/usr/local/lib/X11/fonts/Type1/"
        FontPath "/usr/local/lib/X11/fonts/100dpi/"
        FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load "GLcore"
        Load "dbe"
        Load "dri"
        Load "extmod"
        Load "glx"
        Load "record"
        Load "xtrap"
        Load "freetype"
        Load "type1"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
        Option "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "auto"
        Option "Device" "/dev/sysmouse"
        Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName "Monitor Model"
        Option "Position" "1024 0"
EndSection

Section "Monitor"
        Identifier "Monitor1"
        VendorName "Monitor Vendor"
        ModelName "Monitor Model"
        Option "Position" "0 0"
EndSection

Section "Device"
        Identifier "Card0"
        Driver "ati"
        VendorName "ATI Technologies Inc"
        BoardName "Radeon RV100 QY [Radeon 7000/VE]"
        BusID "PCI:1:0:0"
        Option "Monitor-VGA-0" "Monitor0"
        Option "Monitor-VGA-1" "Monitor1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Card0"
        Monitor "Monitor0"
        Monitor "Monitor1"
        DefaultDepth 24
        SubSection "Display"
                Virtual 2048 768
        EndSubSection
EndSection
------------------------------------

xrandr sagt:

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 768
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis)
0mm x 0mm
   1024x768 60.0*
   800x600 60.3
   640x480 59.9
VGA-0 disconnected (normal left inverted right x axis y axis)
S-video disconnected (normal left inverted right x axis y axis)

Sieht so aus, als wäre an VGA-0 gar kein Monitor angeschlossen, ist er
aber.
Der Ausgang funktioniert jedenfalls, denn wenn ich im Textmodus arbeite
zeigen beide Monitore ein Bild - beide das selbe.
Sobald ich startx mache, verliert aber ein Monitor das Signal:
"Kein Signal - Frequenz und Steckverbindung überprüfen".
Sobald ich X töte, geht er wieder an.

xrandr --output VGA-0 --auto
hat auch keinen Effekt.

Ich hab mich am BSDForen.de Wiki Howto orientiert, und bei Google
komm ich jetzt auch nicht mehr weiter. Find leider meinen Fehler nicht.

Jemand ne Idee?

Gruß

Markus

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 24 Jul 2008 - 09:35:54 CEST

search this site