Why isn't Grub2 using custom resolution?
- by beanaroo
I hope somebody can help me with this... Running Ubuntu 12.10
I am trying to get Grub2 to use a resolution of 1600x900...
I have checked vbeinfo and hwinfo --framebuffer which both provide:
Mode 0x037f: 1600x900 (+6400), 24 bits
This resolution has worked on previous Ubuntu and Fedora installs.
Here is my /etc/default/grub: http://paste.ubuntu.com/1308444/ Line 25 = GRUB_GFXMODE="1600x900"
As well as my /boot/grub/grub.cfg: http://paste.ubuntu.com/1308446/ Line 72 = set gfxmode=1600x900
I have tried using grub-customizer:
Why is it not taking effect?? I have tried different resolutions...
Backgrounds and font colours are changeable.
Thank you for your insight.