Dual-Head nach Kanotix dist-upgrade

J

JRB

Linux-Padawan
Hallo zusammen!
Auf meinem Rechner rennt schon seit einiger Zeit Kanotix und seit einem Monat hab ich hier auch DualHead eingerichtet.
Jetzt habe ich letzt ein d-u gemacht und nun startet X über den grafischen Login nur noch mit dem Hauptbildschirm, der zweite Schirm bleibt dunkel und zeigt an, dass er kein Videosignal bekommt.
Wenn ich mich nun aber nicht über den grafischen Login anmelde, sondern über die Textkonsole und dort X mit dem Befehl startx starte, dann bekomme ich beide Schirme.
Meine Frage jetzt: woran könnte das liegen? DualHead hab ich eingerichtet, indem ich die xorg.conf editiert habe. Wurde durch das d-u irgendwo noch eine zweite xorg.conf angelegt, oder wie kann man sich das erklären?

Hier noch meine xorg.conf:
Code:
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen0" LeftOf "Screen1"
        Screen          "Screen1"
        Option          "Clone" "off"
        Option          "Xinerama" "off"
        InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
# ALPS TouchPad not detected
# Synaptics TouchPad not detected
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
        Option "IgnoreABI" "True"
EndSection

Section "Files"
        # path to defoma fonts
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/100dpi:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts/ttf/decoratives"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
#       Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "speedo"
        Load  "type1"
        Load  "freetype"
        Load  "record"
# TouchPad not detected
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
        Identifier      "LG"
        Option  "DPMS"  "true"
        VendorName      "LG"
        ModelName       "Flatron ez T710PH"
        HorizSync       30 - 85
        VertRefresh     50 - 160
        # These are the DDC-probed settings reported by your monitor.
        # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
        ModeLine "1280x1024"    135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
        ModeLine "1280x1024"    135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        # 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00
        ModeLine "1152x864"     108.00 1152 1216 1344 1600  864  865  868  900 +hsync +vsync
        # 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
        ModeLine "1024x768"      94.50 1024 1072 1168 1376  768  769  772  808 +hsync +vsync
        # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
        ModeLine "1024x768"      78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
        # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
        ModeLine "1024x768"      78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
        # 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
        ModeLine "1024x768"      75.00 1024 1048 1184 1328  768  771  777  806 -hsync -vsync
        # 1024x768, 60.0Hz; hfreq=48.36, vfreq=60.00
        ModeLine "1024x768"      65.00 1024 1048 1184 1344  768  771  777  806 -hsync -vsync
        # Extended modelines with GTF timings
        # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
        ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
        # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
        ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
EndSection

Section "Monitor"
        Identifier "PHILIPS"
        Option "DPMS" "true"
        VendorName "PHILIPS"
        ModelName "170S"
        HorizSync 30 - 82 # DDC-probed
        VertRefresh 56 -76 # DDC-probed
EndSection

Section "Device"
        Option      "RenderAccel"       "1"
        Identifier  "G550_0"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "G550 Millenium DualHead"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Device"
        Option      "RenderAccel"       "1"
        Identifier  "G550_1"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "G550 Millenium DualHead"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "G550_0"
        Monitor    "LG"
        DefaultColorDepth 24

        SubSection "Display"
                Depth     8
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "G550_1"
        Monitor    "PHILIPS"
        DefaultColorDepth 24

        SubSection "Display"
                Depth     8
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
                ViewPort    0 0
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
#       Option  "Composite"     "1"
#       Option  "RENDER"        "1"
Endsection
 
Ich würde folgendes untersuchen:

1. über [gkw]dm anmelden und die Xorg.0.log sichern
2. per "startx" den X-Server starten und die neue Xorg.0.log sichern
3. beide Dateien vergleichen (z.B. per diff)

P.S.: Schon mal getestet, was passiert, wenn Du den graph. Login-Manager stops und wieder startest und Dich dann erst anmeldest? Gibts da einen Unterschied?
 
Habe deine Tipps mal ausprobiert und folgendes hab ich dabei erhalten:
- wenn ich mir startx angemeldet bin, die aktuelle Sitzung beende und mich mit dem graph. Login anmelde, bekomme ich beide Bildschirme
- wenn ich den Rechner komplett neu boote und über KDM einlogge bekomme ich einen Schirm
- wenn ich über KDM eingeloggt war (ein Schirm) und mich danach ein zweites Mal über KDM einlogge, bekomme ich zwei Schirme

Hier mal die Ausgabe von diff zwischen der Xorg.0.log vom ersten KDM-Login und vom startx-Login:
Code:
root@Kanotix:/home/julia# diff Xorg.0.kdm.log Xorg.0.startx.log
14c14
< (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 12 13:27:33 2006 (kdm)
---
> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 12 13:07:15 2006 (startx)
61c61
< (++) using VT number 7
---
> (--) using VT number 7
604,605c604
< (--) MGA(0): Display dimensions: (340, 270) mm
< (--) MGA(0): DPI set to (95, 96)
---
> (++) MGA(0): DPI set to (100, 100)
832,833c831
< (--) MGA(1): Display dimensions: (320, 240) mm
< (--) MGA(1): DPI set to (101, 108)
---
> (++) MGA(1): DPI set to (100, 100)
890,892c888
< drmOpenDevice: open result is -1, (No such device or address)
< drmOpenDevice: open result is -1, (No such device or address)
< drmOpenDevice: Open failed
---
> drmOpenDevice: open result is 8, (OK)
894,896c890
< drmOpenDevice: open result is -1, (No such device or address)
< drmOpenDevice: open result is -1, (No such device or address)
< drmOpenDevice: Open failed
---
> drmOpenDevice: open result is 8, (OK)
902d895
< (II) MGA(0): [drm] loaded kernel module for "mga" driver
905,906c898,899
< (II) MGA(0): [drm] added 8192 byte SAREA at 0xe11e0000
< (II) MGA(0): [drm] mapped SAREA 0xe11e0000 to 0xb4b6f000
---
> (II) MGA(0): [drm] added 8192 byte SAREA at 0xe11f2000
> (II) MGA(0): [drm] mapped SAREA 0xe11f2000 to 0xb4aa8000
939c932
< (II) MGA(0): [drm] dma control initialized, using IRQ 185
---
> (II) MGA(0): [drm] dma control initialized, using IRQ 177

Hab mal alle drei Xorg.0.log angehängt, die ich erstellt habe. Einmal die vom 1. KDM-Login, dann die vom 2. KDM-Login (s.o.) und dann noch die vom startx-Login.


Was meinst du genau mit graph. Login stoppen und wieder starten? Auf die Konsole gehen und dann wieder init 5?
 

Anhänge

  • Xorg.0.kdm.log.txt
    55,9 KB · Aufrufe: 1
  • Xorg.0.kdm2.log.txt
    59,3 KB · Aufrufe: 1
  • Xorg.0.startx.log.txt
    55,5 KB · Aufrufe: 1

Ähnliche Themen

Zweiter Monitor geht bei Vollbildspielen aus.

Monitor getauscht, Schriftgrößen verstellt

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Ubuntu X / dbus problem

XFCE freezes at startup

Zurück
Oben