I can get to a TTY in Ubuntu by pressing Ctrl+Alt+F1
. Once I'm at a shell in this TTY, how can I find out what is the resolution of this TTY?
Note that the GRUB_GFXMODE
in my /etc/default/grub
file is commented out. So, I cannot find out the resolution from there.
Try this in your current terminal:
If you want to know the resolution of another terminal use this:
Or for an
ssh
session:Another option is to use a tool called
resize
:Sample output: