From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40538: installer: Support uvesafb to install on machines without KMS. Date: Tue, 14 Apr 2020 12:09:12 +0200 Message-ID: <87h7xmz8dz.fsf@gnu.org> 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: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35504) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOIW2-0005wt-NG for bug-guix@gnu.org; Tue, 14 Apr 2020 06:10:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOIW1-0006Ac-P1 for bug-guix@gnu.org; Tue, 14 Apr 2020 06:10:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49966) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOIW1-0006AW-M0 for bug-guix@gnu.org; Tue, 14 Apr 2020 06:10:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOIW1-0008KS-HP for bug-guix@gnu.org; Tue, 14 Apr 2020 06:10:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200414081652.vjdu7d6w2u5piud4@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Tue, 14 Apr 2020 10:16:52 +0200") 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: "pelzflorian (Florian Pelz)" Cc: 40538@debbugs.gnu.org Hi, "pelzflorian (Florian Pelz)" skribis: > That is good to hear! The options I know of are: > > 1) Make the loading of the uvesafb kernel module by the installer > conditional. For your GPU, don=E2=80=99t load uvesafb, if before it work= ed > without. > > 2) Add modprobe.blacklist=3Di915 to the default kernel parameters (or > whatever the kernel module for this GPU is), so this kind of GPU > always only uses uvesafb. > > 3) Add nomodeset to the default kernel parameters for the installer, > so all GPUs always use uvesafb. > > I do not know if uvesafb works on all display technologies though. Would there be a way to load uvesabf only on hardware where it=E2=80=99s kn= own to fix things? Or better yet, is there a way to check whether KMS is already using another driver, and to not load uvesafb in that case? Probably there=E2=80= =99s some info in /sys. > uvesafb certainly is not supported on ARM (though maybe it works; the > README of uvesafb=E2=80=99s helper program v86d just says it is not suppo= rted). Let=E2=80=99s forget about ARM, we don=E2=80=99t ship Guix System installat= ion images for ARM. Ludo=E2=80=99.