EDIT: Lösung in folgendem Thread gefunden
https://bbs.archlinux.org/viewtopic.php?id=106125&p=2 (noch nicht getestet, aber zuversichtlich)
Hallo Leute,
habe zwei Monitore an jeweils einer Grafikkarte. Nutze den proprietären Nvidia-Treiber und Xinerama ist aktiviert. Nach einer Weile des problemlosen Arbeitens stürtzt der X-Server ab
# tail -n40 /var/log/Xorg.0.log
<code>
[ 340.547] (II) No input driver/identifier specified (ignoring)
[ 340.550] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[ 340.550] (II) No input driver/identifier specified (ignoring)
[ 347.788] (II) NVIDIA(0): Setting mode "1400x1050"
[ 494.610] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[ 494.843] (II) NVIDIA(0): Setting mode "1400x1050"
[ 503.978] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[ 504.228] (II) NVIDIA(0): Setting mode "1400x1050"
[ 699.007] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[ 892.620]
Backtrace:
[ 892.736] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f1a8]
[ 892.737] 1: /usr/bin/X (0x400000+0x60239) [0x460239]
[ 892.737] 2: /lib/libpthread.so.0 (0x7ff268537000+0xf1c0) [0x7ff2685461c0]
[ 892.737] 3: /usr/bin/X (0x400000+0xabdb5) [0x4abdb5]
[ 892.737] 4: /usr/bin/X (0x400000+0x2d1b1) [0x42d1b1]
[ 892.737] 5: /usr/bin/X (0x400000+0x212ce) [0x4212ce]
[ 892.737] 6: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7ff2674bcc4d]
[ 892.737] 7: /usr/bin/X (0x400000+0x20e79) [0x420e79]
[ 892.737] Segmentation fault at address 0x4
[ 892.737]
Fatal server error:
[ 892.737] Caught signal 11 (Segmentation fault). Server aborting
[ 892.737]
[ 892.737]
Please consult the The X.Org Foundation support
at
http://wiki.x.org
for help.
[ 892.737] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 892.737]
[ 892.780] (II) Power Button: Close
[ 892.780] (II) UnloadModule: "evdev"
[ 892.833] (II) Power Button: Close
[ 892.833] (II) UnloadModule: "evdev"
[ 892.886] (II) HID 046a:0023: Close
[ 892.886] (II) UnloadModule: "evdev"
[ 892.940] (II) HID 046a:0023: Close
[ 892.940] (II) UnloadModule: "evdev"
[ 892.993] (II) B16_b_02 USB-PS/2 Optical Mouse: Close
[ 892.993] (II) UnloadModule: "evdev"
</code>
Mit deaktiviertem Xinerama (und beiden Monitoren an einer GraKa und dann per TwinView gekoppelt) läuft das X stabil.
Demnach gehe ich davon aus, dass irgendwas mit Xinerama nichts stimmt ...
#Ich kann auch nicht genau sagen, wann genau X abschmiert, da ich es nicht an einer bestimmte Aktion festmachen kann
EDIT: Der X-Server schmiert ab, sobald ich PSI starte. EDIT2: Auch nach dem Start von Virtualbox. In beiden Fällen sehe ich noch kurz das Fenster ...
Ich hoffe ihr habt eine Idee zur Problembehebung