On Sunday 16 Jul 2017 16:18:16 Harry Putnam wrote: > I'm starting a new vbox install of gentoo using the minimal ISO from > 07/13 > > When it gets to the kernel setup... I cannot figure out what to set > to make my console terminal high resolution. Something along the line > of 1600x1200. > > I understand this can all be done in the kernel now. But cannot > really get a good fix googling on what is needed there.
It used to be the case before KMS you could ask the BIOS what video modes are supported, by adding on the kernel line: vga=ask It should show a table for you to choose what you prefer. I understand these days KMS takes care of this and uses the native video resolution, but if you must use vga you will probably have to set: vga=normal nomodeset to bypass the kernel's framebuffer intentions. I am not sure how you can tweak the native KMS resolution. -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.