New X test: blank with 6970 and two DVI monitors.

Jean-Sébastien Pédron jean-sebastien.pedron at dumbbell.fr
Tue Sep 17 18:24:51 UTC 2013


On 17.09.2013 17:40, Zaphod Beeblebrox wrote:
> In summary, Both monitors were blank.

The video card is properly initialized:
    info: [drm] Initialized radeon 2.29.0 20080528
    (in dmesg)

However, Xorg crashes:
    pid 19794 (Xorg), uid 0: exited on signal 6 (core dumped)
    (in dmesg)

And because the console doesn't know how to display anything after X.Org
exited, the screens remain blank. However, the computer should be still
responsive, for instance to remote connections.

Signal 6 is SIGABRT, sometimes used when an assertion isn't verified. It
could be interesting to see if Xorg wrote something to its stderr. Can
you connect remotely to your computer and run the following command
after Xorg crashed?
    vidcontrol -PH </dev/ttyv0

It'll dump the content of the console.

I also see that Xorg produced a core dump. Could you get a backtrace
using devel/gdb? You can obtain it by running gdb like that:
    gdb76 /usr/local/bin/Xorg ~/Xorg.core

-- 
Jean-Sébastien Pédron

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20130917/86b8f7fd/attachment.sig>


More information about the freebsd-x11 mailing list