I'm using Debian inside Virtual Box using a very high resolution on my laptop. Definitively, 25x80 is not very comfortable. One solution is to modify the configuration file of grub as following:
- Open up
/etc/default/grubwith superuser privileges:sudo nano /etc/default/grub - Uncomment/add the following lines:
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep - Save the file and exit: Ctrl-O, Enter, Ctrl-X
- Run
update-grubas superuser:sudo update-grub - Reboot, and (hopefully) enjoy a higher-resolution console!
No hay comentarios:
Publicar un comentario