Debian: Resolución 1024×768 en el arranque

Si queremos que nuestro Debian se inicie con una resolución mayor para la consola solo tenemos que seguir los siguientes pasos:

Editamos el fichero /boot/grub/menu.lst
Buscamos ésta línea y añadimos “vga=791″:

kopt=root=/dev/hda2 ro vga=791

Con esto cada vez que añadamos un nuevo kernel llevará por defecto el parámetro vga=791

Ahora añadimos el parámetro en nuestras configuraciónes de arranque.

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

title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hda2 ro single vga=791
initrd /boot/initrd.img-2.6.18-5-686
savedefault

Aquí teneis una lista de las resoluciones posibles:

640×480……….800×600………1024×768………1280×1024
vga=769……….vga=771………..vga=773………..vga=775………….8…bits
vga=785……….vga=788………..vga=791………..vga=794………….16.bits
vga=786……….vga=789………..vga=792………..vga=795………….32.bits

Que lo disfruteis ;)

Vía Debian Total
Vía TukiPedia

Categorized: Linux
Tagged:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>