| Summary: | sys-boot/grub:2 - gfxpayload option does not work | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | MarcusX <maneamarius> |
| Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | floppym |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
MarcusX
2012-02-09 20:30:34 UTC
Just to clarify, after modifying /etc/default/grub or /etc/grub.d/00_header I did run the command: grub2-mkconfig -o /boot/grub2/grub.cfg in order to rebuild grub.cfg file. Update: I used the option: GRUB_CMDLINE_LINUX_DEFAULT="video=uvesafb:ywrap,mtrr:3,1024x768" in my /etc/default/grub file, then rebuilt grub.cfg and now I get a working resolution in the console. However, I think it is a workaround, the original problem still exists. I cannot get it working using the either using 'GRUB_GFXPAYLOAD_LINUX' in /etc/default/grub or using 'set gfxpayload' in 00_header file, no matter what I do... I think this is something that should be fixed nevertheless. Does it work if you configure your kernel with the older vesafb driver? (CONFIG_FB_VESA) Usually: GRUB_GFXPAYLOAD_LINUX="keep" to maintain the GRUB_GFXMODE resolution. |