From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Merging =?utf-8?Q?=E2=80=98wip-newt-installer=E2=80=99?= in master? Date: Fri, 08 Feb 2019 23:00:00 +0100 Message-ID: <87h8devt3z.fsf@gnu.org> References: <87lg6sejwa.fsf@gmail.com> <87efbb4xpt.fsf@gnu.org> <871s7bm8k5.fsf@gmail.com> <8736rl6049.fsf@gmail.com> <874lc15opg.fsf@gnu.org> <87r2f4smlk.fsf@gmail.com> <8736rk6ui1.fsf@gnu.org> <87d0qgt8ej.fsf@gmail.com> <871s5q1zyv.fsf@gnu.org> <874ladwudb.fsf@gmail.com> <87zhs0tq7s.fsf@gnu.org> <87va2ov15l.fsf@gmail.com> <87won4rvye.fsf@gnu.org> <87va2npt44.fsf@gmail.com> <87lg3jv33o.fsf@gnu.org> <8736po8qy0.fsf@ambrevar.xyz> <87o98apfzf.fsf@gmail.com> <87lg3e76as.fsf@ambrevar.xyz> <87bm4a2xi6.fsf@gmail.com> <87ef96l6rb.fsf@ambrevar.xyz> <875ztxggw1.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsEBr-0006c3-UD for guix-devel@gnu.org; Fri, 08 Feb 2019 17:00:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsEBp-0006hj-TW for guix-devel@gnu.org; Fri, 08 Feb 2019 17:00:07 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:40060) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsEBn-0006ds-RM for guix-devel@gnu.org; Fri, 08 Feb 2019 17:00:05 -0500 In-Reply-To: <875ztxggw1.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 06 Feb 2019 14:56:14 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix-devel , Mathieu Othacehe Pierre Neidhardt skribis: > I confirm that the RX580 does not have framebuffer/KMS support with the A= TI > driver. > There is KMS support with the AMDGPU driver, sadly it requires some propr= ietary > blob :( I=E2=80=99d expect the framebuffer to always work, at least through VESA, n= o? > During the Guix days you mentioned that you went for KMSCON because of en= coding > issues if I recall correctly. So what about this: on startup, test if KM= S is > supported. If not, fall back to the default TTY, and too bad for the lim= ited > encoding :p Would that work? That would be a reasonable workaround. Ludo=E2=80=99.