From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: Re: Screen does not wake up from suspend ("No signal") on a Radeon RX 580 Date: Mon, 4 Feb 2019 15:41:38 -0700 Message-ID: <20190204224136.de2snbvxctmi7b4g@cf0> References: <87d0oj1z53.fsf@ambrevar.xyz> <871s4zdvu4.fsf@gmail.com> <87a7jmmppx.fsf@ambrevar.xyz> <877eeplqo3.fsf@gmail.com> <87wompds8s.fsf@ambrevar.xyz> <87munl7z4r.fsf@gmail.com> <87imy9djlp.fsf@ambrevar.xyz> <87va28c4cj.fsf@gmail.com> <875zu7pvdl.fsf@ambrevar.xyz> <87munjd4mr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqn9r-00061C-Vc for help-guix@gnu.org; Mon, 04 Feb 2019 17:56:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqmw2-0007wI-7p for help-guix@gnu.org; Mon, 04 Feb 2019 17:41:54 -0500 Received: from cock.li ([2a06:1700:0:b::c0cc]:49564) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqmw1-0007pg-7X for help-guix@gnu.org; Mon, 04 Feb 2019 17:41:49 -0500 Content-Disposition: inline In-Reply-To: <87munjd4mr.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I also have an RX 580 and experience the same issue. Although I was under the impression that the cause may be the motherboard or CPU (amd ryzen 7 2700x), as it seems to have other known issues like soft lock-ups. However, I can confirm that I had the same issue with both the radeon and amdgpu driver. Although dmesg would report loading amdgpu if I ran: lspci -k | grep driver I would see it report radeon instead of amdgpu. The only way I could get it to use the amdgpu driver was to add this package to my configs load path: https://paste.debian.net/1065215/ and also add this to my services: https://paste.debian.net/1065216/ (appologies if the code is ugly, but it works) Now lspci reports amdgpu, but I still experience the same sleeping issue. Personally I wouldn't suspect this is a Guix specific problem, but rather a driver, kernel, or hardware issue.