From owner-freebsd-x11@FreeBSD.ORG Wed Jan 22 13:06:23 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26094361 for ; Wed, 22 Jan 2014 13:06:23 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC17116AC for ; Wed, 22 Jan 2014 13:06:22 +0000 (UTC) Received: from [2001:1b48:10b:cafe:225:64ff:febe:589f] (helo=viking.yzserv.com) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W5xVb-0000PQ-Nx for freebsd-x11@freebsd.org; Wed, 22 Jan 2014 14:06:21 +0100 Message-ID: <52DFC23E.5060407@FreeBSD.org> Date: Wed, 22 Jan 2014 14:06:06 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: KMS sad story References: <52DE9249.9060502@li.ru> <52DE985D.1070107@FreeBSD.org> <52DEDEDE.8040100@ksu.ru> In-Reply-To: <52DEDEDE.8040100@ksu.ru> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9UV6nIASvVjhFx0TwHSWa2fdrEIGeOkA" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 13:06:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --M9UV6nIASvVjhFx0TwHSWa2fdrEIGeOkA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 21.01.2014 21:55, Marat N.Afanasyev wrote: > it's already unset: >=20 > debug.debugger_on_panic: 0 > debug.trace_on_panic: 1 >=20 > how long should I wait after hang to press reset? I have 8GB of memory The computer should reboot once the crash dump is written. But in your case, I don't think there's a panic. > BTW, should I remove KDB/DDB from my kernel config to obtain crash dump= s? No, keep them. In the dmesg you provided, I see that your card is properly initialized. However, you're using the older X.Org stack, based on your installed packages list: libdrm-2.4.17_1 xf86-video-ati-6.14.6_1 xorg-server-1.7.7_11,1 To install the newer stack, you must set the following variables in your /etc/make.conf: WITH_NEW_XORG=3Dyes WITH_GALLIUM=3Dyes Then, update your installed ports (eg. portmaster -a). After the update, you have to rebuild xf86-input-keyboard and xf86-input-mouse (maybe xf86-video-vesa too), so that they match the installed X.Org server. The full procedure is described on the wiki: https://wiki.freebsd.org/Graphics#Installing_KMS_Ports --=20 Jean-S=C3=A9bastien P=C3=A9dron --M9UV6nIASvVjhFx0TwHSWa2fdrEIGeOkA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLfwksACgkQa+xGJsFYOlP8dgCgixnxAabrwbGvgPdd0zTIVwu1 82YAoMZLYEY5z7QxLFOcm7b/SVFuitC3 =MtoT -----END PGP SIGNATURE----- --M9UV6nIASvVjhFx0TwHSWa2fdrEIGeOkA--