From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24696: Xorg segfault Date: Mon, 17 Oct 2016 10:24:37 +0200 Message-ID: <874m4bgz7e.fsf@gnu.org> References: <20161014205909.6f4e812c@polymos.lepiller.eu> <87shrwf5tm.fsf@gnu.org> <20161016224517.7172c3ce@polymos.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw3EI-000300-4g for bug-guix@gnu.org; Mon, 17 Oct 2016 04:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw3EE-0002Ze-TE for bug-guix@gnu.org; Mon, 17 Oct 2016 04:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bw3EE-0002Za-PN for bug-guix@gnu.org; Mon, 17 Oct 2016 04:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bw3EE-0008Jz-KH for bug-guix@gnu.org; Mon, 17 Oct 2016 04:25:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20161016224517.7172c3ce@polymos.lepiller.eu> (Julien Lepiller's message of "Sun, 16 Oct 2016 22:45:17 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Julien Lepiller Cc: 24696@debbugs.gnu.org Julien Lepiller skribis: > On Sun, 16 Oct 2016 21:32:21 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Hello, >>=20 >> Julien Lepiller skribis: >>=20 >> > [ 27.673] (II) LoadModule: "ati" >> > [ 27.674] (II) >> > Loading /gnu/store/r9l8k52a9alvycl7qd4sm3kxp5d682g5-xf86-video-ati-7.7= .0/lib/xorg/modules/drivers/ati_drv.so >> > [ 27.737] (II) Module ati: vendor=3D"X.Org >> > Foundation" [ 27.737] compiled for 1.18.1, module >> > version =3D 7.7.0 [ 27.738] Module class: X.Org Video >> > Driver [ 27.738] ABI class: X.Org Video Driver, version >> > 20.0 [ 27.738] (II) LoadModule: "radeon" [ 27.739] (II) >> > Loading /gnu/store/r9l8k52a9alvycl7qd4sm3kxp5d682g5-xf86-video-ati-7.7= .0/lib/xorg/modules/drivers/radeon_drv.so >> > [ 27.929] (II) Module radeon: vendor=3D"X.Org Foundation"=20=20 >>=20 >> [...] >>=20 >> > [ 28.167] (II) RADEON: Driver for ATI Radeon chipsets:=20=20 >>=20 >> [...] >>=20 >> > [ 28.615] (II) FBDEV(0): hardware: ATI Radeon 5b63 (video >> > memory: 262144kB)=20=20 >>=20 >> Xorg seems to be using the ATI driver, which was just recently added >> to the default set of Xorg drivers (commit >> 3126fd8820e8c30e27ef978d66dced8763d04905). >>=20 >> Could you try reverting that commit and see if it gives you a working >> Xorg over VESA/FB or something? > > Unfortunately, Xorg doesn't start either. I attached the new Xorg log. OK so the problem may be unrelated. Did you have success with previous versions of xorg-server or the drivers? (FWIW I use 1.18.1 successfully with xf86-video-intel.) >> Is xf86-video-ati known to be unstable? > > I don't think so, but it cannot work with my graphics card without a > binary blob. So what do you use on other free distros? VESA? Anything special is needed in xorg.conf? Thanks, Ludo=E2=80=99.