From owner-freebsd-x11@freebsd.org Mon Feb 13 11:38:42 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66EC7CDDBAA for ; Mon, 13 Feb 2017 11:38:42 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 507EB19C1 for ; Mon, 13 Feb 2017 11:38:42 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4FD3BCDDBA9; Mon, 13 Feb 2017 11:38:42 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F80FCDDBA8 for ; Mon, 13 Feb 2017 11:38:42 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDBE619C0 for ; Mon, 13 Feb 2017 11:38:41 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id v1DBcZut002250 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 13 Feb 2017 13:38:35 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v1DBcZut002250 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v1DBcZ79002249; Mon, 13 Feb 2017 13:38:35 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 13 Feb 2017 13:38:35 +0200 From: Konstantin Belousov To: Stari Karp Cc: x11@freebsd.org Subject: Re: xser 1.84 doesn't start Message-ID: <20170213113835.GO2092@kib.kiev.ua> References: <4934191486985301@web2m.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4934191486985301@web2m.yandex.ru> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Status: No, score=-0.3 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,URIBL_SBL,URIBL_SBL_A autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 11:38:42 -0000 On Mon, Feb 13, 2017 at 06:28:21AM -0500, Stari Karp wrote: > I did update to 1.18.4 on FreeBSD 11-RELEASE (amd64) and now it doesn't start anymore. > My graphics card: > vendor='Advanced Micro Devices, Inc. [AMD/ATI] > device="RV770/MP8L > [Mobility Radeon HD 4850}' > > My system is FreeBSD 11-RELEASE (amd64) installed on iMac and it works from version 7 and desktop from 10. I didn't have any problem with previous versions of xorg-server. > > And my xorg.log: > > http://pastebin.com/PQ16aF25 > > I am using Synth and I have the previous version packages of Xorg saved. Should I downgrade the xserver with the old packages or should I use portdowngrade or is something which I should do to star working again. > Thank you. You have both llvm 3.4 and 3.9 installed. glx extension module dlopens libLLVM by some shortcut name, while dri depends on 3.9 libs. Then, at runtime, symbols from incompatible libraries are mixed and cause breakage. Do you need 3.4 for anything ? If not, deinstall it and try starting X server again.