Ubuntu installations come with 640 x 480 default config on console or TTY (Teleprinter/Teletype/Teletypewriter). To change that config to something readable:
- You need to edit /boot/grub/menu.lst
- To the end there are lines:
title Ubuntu 8.04.2, kernel 2.6.24-23 server
….
….
kernel /vmlinuz-2.6.24-23…
at the end of kernel /vmlinuz line we need to a new argument ‘vga’.
I mostly use vga=791
then update grub using:
# update-grub
and reboot.
|
Color Depth |
640×480 |
800×600 |
1024×768 |
1280×1024 |
|
8 (256) |
769 |
771 |
773 |
775 |
|
15 (32K) |
784 |
787 |
790 |
793 |
|
16 (65K) |
785 |
788 |
791 |
794 |
|
24 (16M) |
786 |
789 |
792 |
795 |
Entries (RSS)