Re: Three monitors



Peter Stolz wrote:

Rajko M. wrote:

Peter Stolz wrote:

Before my update from 10.2 to 10.3 it worked.


Do you have old xorg.conf saved somewhere?
Look in /etc/X11/ all xorg.conf.<something> files that look similar to
current, save current xorg.conf, copy the similar one as new xorg.conf
and try how it works.

With my old xorg.conf (from 10.2) X does not start. With my new xorg.conf
(see earlier posting) it works after: ctrl-alt-backspace.

Here the old xorg.conf-file:
[...] Thanks.

The ctrl-alt-backspace ie. xorg restart sounds like something that regular
startup scripts are running appear late.

Can you check to what card is connected the monitor that works right after
boot. You can also check /var/log/Xorg.0.log before xorg restart. Look for
lines starting with EE which indicates error.
grep EE /var/log/Xorg.0.log
can be helpful for the begin. You can also save that file.

Than restart xorg. That will generate new /var/log/Xorg.0.log . Compare both
files.

BTW, this is part of oldfile:
------8<------------------
Section "Device"
    Identifier     "Device[0]"
    Driver         "nvidia"
    VendorName     "NVidia"
    BoardName      "GeForce FX 5600"
    Option         "usevnc" "no"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:3:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:3:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Videocard2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5200"
    BusID          "PCI:1:10:0"
EndSection
------8<------------------

Which card is "GeForce FX 5600". I'm not sure, but X server is sometimes
very precise about xorg.conf and if it finds irregularities it can refuse
to start. The inspection of /var/log/Xorg.0.log before another attempt to
start Xorg can help a lot to find where it failed.

--
Regards, Rajko.
See http://en.opensuse.org/Portal
.