radioman2107
Posts: 8
Joined: Mon Mar 19, 2012 5:31 pm

Font size

Wed Jul 11, 2012 5:06 pm

Just started. Pi booted up OK except the screen display was too small to read.
ran 'startx' went to all set up /preferences I could find but so far only set some to readable size
in Geany could not alter the font. Maybe I am blind . Using a 12in HDMI tv
Any suggestions??

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 5502
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: Font size

Wed Jul 11, 2012 5:21 pm

radioman2107 wrote:Just started. Pi booted up OK except the screen display was too small to read.
ran 'startx' went to all set up /preferences I could find but so far only set some to readable size
in Geany could not alter the font. Maybe I am blind . Using a 12in HDMI tv
Any suggestions??
One solution is to limit the resolution of the framebuffer, which X uses.
E.g.
framebuffer_width=1280
framebuffer_height=720
(or lower number for larger fonts)

in config.txt
http://elinux.org/RPi_config.txt

APiFan
Posts: 2
Joined: Sat Jul 21, 2012 8:50 am

Re: Font size

Sat Jul 21, 2012 8:55 am

I found this on http://ncloy.co.uk/blog/?p=356

The file /etc/defaults/console-setup is where you can choose fonts for the console
sudo pico /etc/defaults/console-setup

Find the lines

Code: Select all

FONTFACE=""
FONTSIZE=""
Change it to somthing like

Code: Select all

FONTFACE="Terminus"
FONTSIZE="32x16"
to choose a large font

Note: this only affects the console, the font does not change until half way through the booting process when this configuration file is read.

User avatar
r4049zt
Posts: 113
Joined: Sat Jul 21, 2012 1:36 pm
Contact: Website

Re: Font size

Sat Jul 21, 2012 3:17 pm

I got different results on first boot of an r-Pi with debian squeeze from RS vs from Farnell.
next I'll try at the text prompt after first boot
sudo nano /boot/config.txt
which might access some settings for the display screen resolution

my rPi from RS into a BENQ senseye3 monitor with HDMI did not need that settings change.

User avatar
Jim JKla
Posts: 2218
Joined: Sun Jan 29, 2012 11:15 pm
Location: Newcastle upon Tyne UK

Re: Font size

Sat Jul 21, 2012 3:30 pm

Further to APiFan's solution there's a detailed breakdown here in the wiki

http://elinux.org/RPi_Command_line_font_size
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek ;)

If you find a solution please post it in the wiki the forum dies too quick

User avatar
Polydnj
Posts: 25
Joined: Wed Oct 10, 2012 1:59 am
Contact: Website

Re: Font size

Tue Oct 16, 2012 3:14 am

Ditto the idea of changing the resolution with framebuffer in config.txt. This changes all fonts! If it does not work try have only those lines in the config.txt

rabbitfighter81
Posts: 1
Joined: Sun Jan 19, 2014 2:16 am

Re: Font size

Sun Jan 19, 2014 2:17 am

See the blog post I wrote about this. May help... :geek:

http://rabbitfighter.net/?p=590

Return to “Beginners”