Bosse_B
Posts: 966
Joined: Thu Jan 30, 2014 9:53 am

RPi4B with VNC, how to reduce terminal font size?

Sat Feb 01, 2020 11:24 am

When I use the desktop of the RPi4 via VNC and start a terminal session the font inside it is ridiculously BIG so my command lines do not fit when I have navigated a bit into the dir structure.
Is there any way to set a small font for Terminal such that it becomes usable?
I cannot find anything...
Bo Berglund
Sweden

mattmiller
Posts: 2236
Joined: Thu Feb 05, 2015 11:25 pm

Re: RPi4B with VNC, how to reduce terminal font size?

Sat Feb 01, 2020 11:52 am

Don't know but an alternative would be to select Edit then zoom out until your happy with the size

User avatar
HawaiianPi
Posts: 5710
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: RPi4B with VNC, how to reduce terminal font size?

Sat Feb 01, 2020 12:15 pm

The default terminal in Raspbian is LXTerminal, and you can change the font and font size under Edit > Preferences.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

Bosse_B
Posts: 966
Joined: Thu Jan 30, 2014 9:53 am

Re: RPi4B with VNC, how to reduce terminal font size?

Sat Feb 01, 2020 12:28 pm

HawaiianPi wrote:
Sat Feb 01, 2020 12:15 pm
The default terminal in Raspbian is LXTerminal, and you can change the font and font size under Edit > Preferences.
Thanks a bunch!
I am so used to terminals having no menus that I did not even look there...
Now I have "Monospace Regular" size 10 and I am much more comfortable with this.
Bo Berglund
Sweden

mattmiller
Posts: 2236
Joined: Thu Feb 05, 2015 11:25 pm

Re: RPi4B with VNC, how to reduce terminal font size?

Sat Feb 01, 2020 3:40 pm

JFI The default font on all my Pi is Monospace Regular 10 so I think something must have changed yours sometime in the past

stan_qaz
Posts: 57
Joined: Sun Sep 30, 2012 6:53 am
Location: Sunny Arizona

Re: RPi4B with VNC, how to reduce terminal font size?

Sat Feb 01, 2020 9:44 pm

Another option is to change the prompt when deep in a directory structure, makes things far easier to read. Changing back is easy too.

Code: Select all

Original:
pi@pi-3bp-1:/etc/samba/tls $ 

Change it:
pi@pi-3bp-1:/etc/samba/tls $ PS1="\u@\h-->"

New:
pi@pi-3bp-1-->

Change back:
pi@pi-3bp-1-->source ~/.bashrc

Original again:
pi@pi-3bp-1:/etc/samba/tls $ 

Return to “General discussion”