You are not logged in.
Hello
I'm able to get 1440x900 if I append vga=ask to the kernel line in grub menu, and select 36D when the list appears after rebooting. However, if I append vga=36D in the grub menu, it selects 1024x768, any ideas why?
Thanks for reading.
- M
EDIT: I use grub-gfx if that has anything to say.
Last edited by valvet (2010-11-04 13:13:56)
Offline
36D is a hexadecimal number. The vga=ask dialog knows that, so it processes it fine, but the kernel command line in grub doesn't, so you need to add '0x' in front of it - just like the examples in your grub menu.lst.
Or you could go find a hex2decimal conversion thinger, and put in 877.
Offline
36D is a hexadecimal number. The vga=ask dialog knows that, so it processes it fine, but the kernel command line in grub doesn't, so you need to add '0x' in front of it - just like the examples in your grub menu.lst.
Or you could go find a hex2decimal conversion thinger, and put in 877.
Hi Tomk
I see :-) - will try my luck with that! Thank you.
Offline
And, it's working. Thank you again, good fun hitting myself the next couple of hours.
- M
Offline