From mboxrd@z Thu Jan 1 00:00:00 1970 From: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) Subject: bug#35904: Rx 580 and Guix Date: Sat, 25 May 2019 15:14:06 -0400 Message-ID: <87mujaxs75.fsf@sdf.lonestar.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUc8I-00021c-F9 for bug-guix@gnu.org; Sat, 25 May 2019 15:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUc8G-0005x4-H9 for bug-guix@gnu.org; Sat, 25 May 2019 15:15:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36110) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUc8E-0005tL-17 for bug-guix@gnu.org; Sat, 25 May 2019 15:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUc8D-00085K-SY for bug-guix@gnu.org; Sat, 25 May 2019 15:15:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Marlon's message of "Sat, 25 May 2019 15:06:25 -0300") 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: 35904@debbugs.gnu.org The "[drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting." in your dmesg output comes from the 'nomodeset' parameter. If possible, I'd try setting up an SSH daemon, removing 'nomodeset' from your kernel command-line, and getting dmesg output remotely. (I assume you don't get any screen output without 'nomodeset'.) I had the same issue with my RX460. Modesetting (to my knowledge) isn't possible without the nonfree firmware, so I just gave in and created a package for the blobs. There _may_ be a way to use your card without the firmware, but if there is, I'm not aware of it. Sorry :< Jakob (Apologies if you're receiving this twice, Gnus quit out on me as I was sending this).