* [gentoo-user] No text scrolling at boot
@ 2023-12-13 19:29 thelma
2023-12-14 15:34 ` [gentoo-user] " Nikos Chantziaras
0 siblings, 1 reply; 3+ messages in thread
From: thelma @ 2023-12-13 19:29 UTC (permalink / raw
To: Gentoo mailing list
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.
--
Thelma
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: No text scrolling at boot
2023-12-13 19:29 [gentoo-user] No text scrolling at boot thelma
@ 2023-12-14 15:34 ` Nikos Chantziaras
2023-12-16 7:31 ` [SOLVED][gentoo-user] " thelma
0 siblings, 1 reply; 3+ messages in thread
From: Nikos Chantziaras @ 2023-12-14 15:34 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [SOLVED][gentoo-user] Re: No text scrolling at boot
2023-12-14 15:34 ` [gentoo-user] " Nikos Chantziaras
@ 2023-12-16 7:31 ` thelma
0 siblings, 0 replies; 3+ messages in thread
From: thelma @ 2023-12-16 7:31 UTC (permalink / raw
To: gentoo-user
On 12/14/23 08:34, Nikos Chantziaras wrote:
> 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
Thanks, that solved the issue.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-16 7:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 19:29 [gentoo-user] No text scrolling at boot thelma
2023-12-14 15:34 ` [gentoo-user] " Nikos Chantziaras
2023-12-16 7:31 ` [SOLVED][gentoo-user] " thelma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox