Thursday, May 2, 2024
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 15653  / 3 Years ago, sun, august 29, 2021, 5:36:33

I have disabled the automatic boot into Unity and am booting into a CLI tty with a login shell. While running the CLI login shell the screen resolution is fairly low and only utilizes a tiny portion of my widescreen. I do want to maximise the screen resolution but keep the fonts small. I am actually running this particular install in a virtual machine inside VirtualBox but will also apply it later to other "bare metal" installs on other machines.


More From » command-line

 Answers
5

You can change the console resolution via GRUB configuration.
In the file /etc/default/grub you can find the following lines, near to the end of the file:



# The resolution used on graphical terminal   
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
# GRUB_GFXMODE=640x480


Uncomment the GRUB_GFXMODE=640x480 line(i.e, remove the # at the beginning). Change the value 640x480 to the resolution you prefer. Now save the file and run:



sudo update-grub


You can now restart your system.



Courtesy: http://ubuntuforums.org/showthread.php?t=1478692



N.B: I have not checked this solution myself, but it should work fine.


[#33803] Monday, August 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
odyroc

Total Points: 324
Total Questions: 109
Total Answers: 103

Location: Belize
Member since Mon, Apr 17, 2023
1 Year ago
odyroc questions
;