From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#39607: GRUB module all_video required to get video on 4K monitor Date: Tue, 17 Mar 2020 23:31:53 -0400 Message-ID: <87fte649ue.fsf@gmail.com> References: <877e0pj7ax.fsf@gmail.com> <87d0aa9dc5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56572) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEPS4-0008W8-SY for bug-guix@gnu.org; Tue, 17 Mar 2020 23:33:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEPS2-0001Jl-Rt for bug-guix@gnu.org; Tue, 17 Mar 2020 23:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33756) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEPS2-0001Ge-KP for bug-guix@gnu.org; Tue, 17 Mar 2020 23:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEPS2-00050O-G5 for bug-guix@gnu.org; Tue, 17 Mar 2020 23:33:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87d0aa9dc5.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 19 Feb 2020 21:55:54 -0500") 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: 39607-done@debbugs.gnu.org Maxim Cournoyer writes: > Hello, > > Maxim Cournoyer writes: > >> Hello, >> >> I installed Guix System on a new machine, which displays on a 4K (3840 x >> 2160 pixels) monitor. >> >> Unless I go to the GRUB command prompt with 'c' at boot and type 'insmod >> all_video', the video cuts early after booting a GRUB entry with 'No >> suitable video mode found', or similar. >> >> I think we should include this GRUB module in our default GRUB >> package/configuration. >> >> Maxim > > I think the attached patches fixes this issue, and makes the > GRUB configuration a bit simpler too! Merge to master with commit 6794653e1b. Closing!