Re: grub.cfg and kernel video resolution

2019-12-28 Thread stan via users
On Fri, 27 Dec 2019 15:05:13 -0500 Robert McBroom via users wrote: > > $ man 5 console-setup > No manual entry for console-setup in section 5 dnf install console-setup Summary : Tools for configuring the console using X Window System key maps Description : This package provides the console

Re: grub.cfg and kernel video resolution

2019-12-27 Thread Joe Zeff
On 12/27/2019 01:05 PM, Robert McBroom via users wrote: never encountered sections to man before You'll find a fairly brief explanation of them at the beginning of man's own man page, although it doesn't list what the various sections are for. Generally, of course, you only need to specify

Re: grub.cfg and kernel video resolution

2019-12-27 Thread Robert McBroom via users
On 12/24/19 1:47 PM, stan via users wrote: On Tue, 24 Dec 2019 10:32:48 -0500 Robert McBroom via users wrote: With the deprecating of the "vga=791" specification, what is the method of passing the video resolution to the kernel in a text mode boot?  The setting in grub.cfg gives the grub menu

Re: grub.cfg and kernel video resolution

2019-12-24 Thread stan via users
On Tue, 24 Dec 2019 10:32:48 -0500 Robert McBroom via users wrote: > With the deprecating of the "vga=791" specification, what is the > method of passing the video resolution to the kernel in a text mode > boot?  The setting in grub.cfg gives the grub menu resolution but the > kernel drops back t

grub.cfg and kernel video resolution

2019-12-24 Thread Robert McBroom via users
With the deprecating of the "vga=791" specification, what is the method of passing the video resolution to the kernel in a text mode boot?  The setting in grub.cfg gives the grub menu resolution but the kernel drops back to 640x480 when it starts unless the vga specification is added to the com