From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36069: Menu-based installer unusable through noVNC Date: Sat, 20 Jul 2019 15:47:04 +0200 Message-ID: <87pnm495t3.fsf@gnu.org> References: <20190625002420.27685559@alma-ubu> <87v9wtn4u9.fsf@gnu.org> <36FEF9C6-B901-4E6B-920B-00E545A10279@vllmrt.net> <20190625170603.176cb07b@alma-ubu> <20190625155439.hmzw4s6o2pxhwyiw@pelzflorian.localdomain> <20190626185141.3e4639de@alma-ubu> <20190626202351.s2km4b4zt7uwdob7@pelzflorian.localdomain> <73149751-082E-4EB6-89CB-7E242830BDBF@vllmrt.net> <87zhlab5hc.fsf@gnu.org> <87a7danfos.fsf@netris.org> 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]:49699) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hopiV-0002sx-4U for bug-guix@gnu.org; Sat, 20 Jul 2019 09:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hopiT-0002w6-WB for bug-guix@gnu.org; Sat, 20 Jul 2019 09:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hopiT-0002vz-Sl for bug-guix@gnu.org; Sat, 20 Jul 2019 09:48:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hopiT-0003lp-QP for bug-guix@gnu.org; Sat, 20 Jul 2019 09:48:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7danfos.fsf@netris.org> (Mark H. Weaver's message of "Fri, 19 Jul 2019 12:37:12 -0400") 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: Mark H Weaver Cc: Robert Vollmert , 36069@debbugs.gnu.org Hi Mark, Mark H Weaver skribis: > Ludovic Court=C3=A8s wrote: > >> Robert Vollmert skribis: [...] >>> Great find! Indeed, lspci lists >>> >>> 00:02.0 VGA compatible controller: Cirrus Logic GD 5446 >>> >>> Is this something that could be fixed by including a driver for that >>> card in the kernel? >> >> I suppose so. >> >> Mark, WDYT about adding support for Cirrus VGA cards to the kernel? >> What would it take to do so? > > I know of two kernel configuration options for Cirrus video cards: > > CONFIG_DRM_CIRRUS_QEMU: Cirrus driver for QEMU emulated device > CONFIG_FB_CIRRUS: Cirrus Logic support > > CONFIG_DRM_CIRRUS_QEMU is enabled as a module in all of our > configurations except for 5.2-arm-veyron.conf. CONFIG_FB_CIRRUS is > enabled as a module in all of our x86_64 and i686 configurations. > > Is there something else I've overlooked? Oh, I see. Robert and Bj=C3=B6rn, could you check if adding the =E2=80=98cirrus=E2=80= =99 and possibly the =E2=80=98cirrusfb=E2=80=99 module(s) to =E2=80=98initrd-modules=E2=80= =99 in the image you run at your VPS solves the issue? TIA, Ludo=E2=80=99.