From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2BF9158013 for ; Thu, 14 Dec 2023 15:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E839E2BC03F; Thu, 14 Dec 2023 15:35:07 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A204C2BC013 for ; Thu, 14 Dec 2023 15:35:07 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rDnjt-0007VS-Dr for gentoo-user@lists.gentoo.org; Thu, 14 Dec 2023 16:35:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: No text scrolling at boot Date: Thu, 14 Dec 2023 17:34:57 +0200 Message-ID: References: <2ba00b8a-4f7f-6a33-cbae-f720b2dab228@sys-concept.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird Content-Language: en-US In-Reply-To: <2ba00b8a-4f7f-6a33-cbae-f720b2dab228@sys-concept.com> X-Archives-Salt: fbee364f-7c3e-4b66-a78a-d3118fa37d90 X-Archives-Hash: e0a891231f497be250cc3eac99ca0506 On 13/12/2023 21:29, thelma@sys-concept.com wrote: > When gentoo boots grub display only kernel selection on the screen, > hitting "Enter" there is not kernel line scrolling, > only the login screen after few seconds: graphical login, user and > password. > Which parameter controls it. is it grub? > > In /etc/default/grub > ... > #GRUB_CMDLINE_LINUX_DEFAULT="" > GRUB_GFXMODE=1024x768x32 > GRUB_GFXPAYLOAD_LINUX=keep > > framebuffer settings in the kernel configuration under "Device Drivers" > -> "Graphics support" -> "Support for frame buffer devices." > is build IN. Enable the EFI frame buffer and rebuild the kernel. You should probably also use the native resolution of your monitor GRUB_GFXMODE. And also use "auto" as a fallback. For my 1440p display, I use: GRUB_GFXMODE=2560x1440x32,auto