From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#40538: installer: Support uvesafb to install on machines without KMS. Date: Tue, 14 Apr 2020 10:34:34 +0200 Message-ID: <20200414083434.jwx4p5psgvqtxhzp@pelzflorian.localdomain> References: <20200410125447.smn6xhcixe7hpday@pelzflorian.localdomain> <87tv1rv21e.fsf@gnu.org> <20200411184346.c3cgop7egcjyqzwf@pelzflorian.localdomain> <874ktpspr5.fsf@gnu.org> <20200412090257.jxljqbkwfhn7afnr@pelzflorian.localdomain> <20200412112400.x4qufeztdnkmzqhx@pelzflorian.localdomain> <874ktooj3v.fsf@gmail.com> <20200412153052.ewxdd6m4f6yar2jw@pelzflorian.localdomain> <871roqlebf.fsf@gmail.com> <20200414081652.vjdu7d6w2u5piud4@pelzflorian.localdomain> 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]:52915) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOH27-000165-F9 for bug-guix@gnu.org; Tue, 14 Apr 2020 04:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOH26-0006Q1-JY for bug-guix@gnu.org; Tue, 14 Apr 2020 04:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOH26-0006Pw-GY for bug-guix@gnu.org; Tue, 14 Apr 2020 04:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOH26-0003tu-EY for bug-guix@gnu.org; Tue, 14 Apr 2020 04:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20200414081652.vjdu7d6w2u5piud4@pelzflorian.localdomain> 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: Mathieu Othacehe Cc: 40538@debbugs.gnu.org On Tue, Apr 14, 2020 at 10:16:52AM +0200, pelzflorian (Florian Pelz) wrote: > 1) Make the loading of the uvesafb kernel module by the installer > conditional. For your GPU, don’t load uvesafb, if before it worked > without. P.S. I would suppose that a lot of cases and lspci parsing might be needed to do that for various AMD GPUs and Intel GPUs. Also the Nvidia GPU in my Macbook requires nomodeset only if booted from DVD. :/ But I think my Macbook GPU is semi-broken anyway; because I see errors from nouveau, I generally use fbdev. I also need an older kernel for GDM to log in, even though GDM itself runs fine. Regards, Florian