Thursday, September 12, 2013

Change debian console screen resolution


The default console screen size is too small, I found the following way to achieve higher screen resolution.

Edit the /etc/default/grub

Change the following line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet vga=791"

Then run the command:

# update-grub

Reboot to take effect.

A few more mode can be find here:

GRUB VGA Modes

No comments:

Post a Comment