Ir a contenido

Howto set a proper framebuffer console resolution


Just a quick note.

If you what to change framebuffer resolution in you GRUB config file you are gonna like this table:

#VGA option
# vga=xxx sets the framebuffer console to a specific resolution.
Here is a table you can use so it can help you decide what resolution you want to use:
# 640×480 800×600 1024×768 1280×1024 1600×1200
# 256 colors (8b) 769 771 773 775 796
# 32K colors (15b) 784 787 790 793 797
# 64K colors (16b) 785 788 791 794 798
# 16M colors (24b) 786 789 792 795 799

Use example:


# defoptions=vga=791 resume=/dev/hda7

title Debian GNU/Linux, kernel 2.6.22-2-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-2-686 root=/dev/hda2 ro vga=791
initrd /boot/initrd.img-2.6.22-2-686

I’ve got it pasted into my /boot/grub/menu.lst file.

Hey, anyone has tested grub2?

Etiquetas: , , , , , , , ,