From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: Re: X/GDM fails on linux 5.0.7 AMD Radeon RX 580 after system reconfigure Date: Sat, 25 May 2019 18:24:53 -0600 Message-ID: <20190526002452.t2rgjwqa4nypdl5v@cf0> References: <871s17fwmp.fsf@ambrevar.xyz> <8736lmeceu.fsf@gmail.com> <87zhncxi5y.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUh0W-0002YW-BU for guix-devel@gnu.org; Sat, 25 May 2019 20:27:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUgyG-0003Jt-Mt for guix-devel@gnu.org; Sat, 25 May 2019 20:25:05 -0400 Received: from mx1.cock.li ([185.10.68.5]:47307 helo=cock.li) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUgyG-0003IT-4b for guix-devel@gnu.org; Sat, 25 May 2019 20:25:04 -0400 Content-Disposition: inline In-Reply-To: <87zhncxi5y.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org Are you using GuixSD or Guix on top of another distro? It seemed to me that when my caches were empty the first application I'd run would cause the shaders to be rebuilt with whatever version of llvm that application was built with. And it also seems that the issue goes both ways, so if you run an application that builds the shaders with llvm6 then all applications which expect 7 will show artifacts, and vice versa, if you clear your cache and then immediately run a program which builds the shaders with llvm7 then any programs which expect llvm6 will see artifacts. So it sounds to me like you have a combination of programs built with these conflicting versions. In my case, since I'm running GuixSD, I just did a full upgrade, cleared both caches, and then restarted my machine. Haven't had an issue since. However, if you're using just Guix on another distro, then perhaps the host distro software uses llvm6 while your Guix applications use llvm7? If that's the case then I'm not sure what the best solution to that would be. Perhaps you could just consider re-installing the affected Guix applications with: guix package -i your_program --with-input=llvm=llvm@6.0.1 until your host distro updates to llvm7.