From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 22:51:25 +0200 Message-ID: <20200413205125.texkpflm2t2csny2@pelzflorian.localdomain> References: <871rorxzpw.fsf@ficus.lan> <87pncb3yyk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35899) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO63n-00066m-ET for bug-guix@gnu.org; Mon, 13 Apr 2020 16:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO63m-0007jp-Hs for bug-guix@gnu.org; Mon, 13 Apr 2020 16:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO63m-0007jl-Ej for bug-guix@gnu.org; Mon, 13 Apr 2020 16:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO63m-0003B2-DB for bug-guix@gnu.org; Mon, 13 Apr 2020 16:52:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87pncb3yyk.fsf@gnu.org> 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-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40599@debbugs.gnu.org, Niels Felsted On Mon, Apr 13, 2020 at 10:36:19PM +0200, Ludovic Courtès wrote: > Florian, could it be uvesafb messing with the graphics card? Yes, maybe, if amdgpu and uvesafb both try to modeset. Apparently yes, if it did not happen for rc1. Please try adding a kernel parameter modprobe.blacklist=amdgpu so only uvesafb is active. (To do that, press the E key in GRUB and move the cursor to the end of the line starting with linux. Then type modprobe.blacklist=amdgpu at the line’s end.) I wonder whether it’s better to 1) revert uvesafb and break other systems again, including other AMD ones, 2) add modprobe.blacklist=amdgpu to the default kernel parameters, although I’m not sure if uvesafb can replace amdgpu for every screen. Regards, Florian