From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.dekshteyn@gmail.com (Boris A. Dekshteyn) Subject: Re: X/GDM fails on linux 5.0.7 AMD Radeon RX 580 after system reconfigure Date: Sat, 11 May 2019 00:12:25 +1200 Message-ID: <8736lmeceu.fsf@gmail.com> References: <871s17fwmp.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP4OI-0006If-DS for guix-devel@gnu.org; Fri, 10 May 2019 08:12:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP4OH-00050Y-D8 for guix-devel@gnu.org; Fri, 10 May 2019 08:12:42 -0400 Received: from mail-lj1-x229.google.com ([2a00:1450:4864:20::229]:43965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hP4OH-0004ym-60 for guix-devel@gnu.org; Fri, 10 May 2019 08:12:41 -0400 Received: by mail-lj1-x229.google.com with SMTP id z5so4877290lji.10 for ; Fri, 10 May 2019 05:12:40 -0700 (PDT) Received: from localhost (enceladus.provocation.me. [2001:470:24:e81:76d4:35ff:feb0:d0bf]) by smtp.gmail.com with ESMTPSA id d4sm1389903lfg.79.2019.05.10.05.12.30 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 10 May 2019 05:12:32 -0700 (PDT) In-Reply-To: <871s17fwmp.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 09 May 2019 17:58:06 +0200") 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: guix-devel@gnu.org Pierre Neidhardt writes: > Hi, > > My last system reconfigure dates back to April 17th and works > flawlessly. > Yesterday I ran a new one and X / GDM don't start up properly: > > - I can guess bits and pieces of the GDM interface but the screen is > torn asunder by the most epic artifacts (green / purple flashing tiles). > > - In a TTY, I see that GDM is restarting in an infinite loop. > > - dmesg reports some "corruption" at the level of the video card (AMD > Radeon RX 580). > > The weird thing is that I'm still using Linux 5.0.7 like I was on April > 17th and everything worked well. > > I've tried both with linux-libre and a custom kernel. > > Have we changed anything to the boot parameters maybe? > > > Side question: how do we know which Guix commit was used for a specific > system generation? For now the only way I can think of is > > /var/guix/profiles/system-17-link/profile/bin/guix --version > > Anything more convenient? From Emacs Guix? See bug#35575. If you have the same symptoms, the problem is most likely that mesa does not check its shader cache. Working solution - clear $HOME/.cache/mesa_shader_cache/ -- WBR, Boris Dekshteyn